Source: libuv
Section: libs
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/libuv/libuv/tags
Vcs-Browser: https://github.com/alvistack/libuv-libuv
Vcs-Git: https://github.com/alvistack/libuv-libuv.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 autoconf,
 automake,
 pkgconf,

Package: libuv1-dev
Architecture: amd64
Section: libdevel
Description: Asynchronous event notification library - development files
 Libuv is the asynchronous library behind Node.js. Very similar to
 libevent or libev, it provides the main elements for event driven
 systems: watching and waiting for availability in a set of sockets, and
 some other events like timers or asynchronous messages.
Depends:
 ${misc:Depends},
 libuv1t64 (= ${source:Version}),
Conflicts:
 libuv-dev,
Replaces:
 libuv-dev,

Package: libuv1
Architecture: amd64
Description: Asynchronous event notification library - runtime library
 This package includes the dynamic library against which you can link
 your program.
Depends:
 libuv1t64 (= ${source:Version}),

Package: libuv1t64
Architecture: amd64
Description: Asynchronous event notification library - runtime library
 This package includes the dynamic library against which you can link
 your program.
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Provides:
 ${t64:Provides},
Replaces:
 libuv1,
Breaks:
 libuv1 (<< ${source:Version}),
