Codebase list reactphp-dns / 4593b466-9d4f-422b-b4be-dc144cf0d579/main debian / control
4593b466-9d4f-422b-b4be-dc144cf0d579/main

Tree @4593b466-9d4f-422b-b4be-dc144cf0d579/main (Download .tar.gz)

control @4593b466-9d4f-422b-b4be-dc144cf0d579/mainraw · history · blame

Source: reactphp-dns
Maintainer: Teckids Debian Task Force <tdtf@lists.teckids.org>
Uploaders: Dominik George <natureshadow@debian.org>,
           Thorsten Glaser <tg@mirbsd.de>
Section: php
Priority: optional
Build-Depends: debhelper-compat (= 13),
               pkg-php-tools
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/tdtf-team/reactphp-dns
Vcs-Git: https://salsa.debian.org/tdtf-team/reactphp-dns.git
Homepage: https://github.com/reactphp/dns

Package: php-react-dns
Architecture: all
Depends: ${misc:Depends},
         ${phpcomposer:Debian-require}
Suggests: ${phpcomposer:Debian-suggest}
Breaks: ${phpcomposer:Debian-conflict},
        ${phpcomposer:Debian-replace}
Provides: ${phpcomposer:Debian-provide}
Replaces: ${phpcomposer:Debian-replace}
Description: Asynchronous DNS resolver for ReactPHP
 This library is an asynchronous DNS resolver for ReactPHP.
 .
 The main point of the DNS component is to provide async DNS resolution.
 However, it is really a toolkit for working with DNS messages, and could
 easily be used to create a DNS server.