31 lines
955 B
Plaintext
31 lines
955 B
Plaintext
|
Source: libeventcore
|
||
|
Priority: optional
|
||
|
Maintainer: Chris Josten <chris@netsoj.nl>
|
||
|
Build-Depends: debhelper-compat (= 12),
|
||
|
dh-dlang,
|
||
|
meson
|
||
|
Standards-Version: 4.5.0
|
||
|
Section: libs
|
||
|
Homepage: https://github.com/vibe-d/eventcore
|
||
|
|
||
|
Package: libeventcore0
|
||
|
Architecture: any
|
||
|
Multi-Arch: same
|
||
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||
|
Description: High performance proactor event loop abstraction library
|
||
|
High-performance native event loop abstraction for D, focused on asynchronous I/O and GUI message
|
||
|
integration.
|
||
|
|
||
|
Package: libeventcore-dev
|
||
|
Section: libdevel
|
||
|
Architecture: any
|
||
|
Multi-Arch: same
|
||
|
Depends: libeventcore0 (= ${binary:Version}),
|
||
|
libtaggedalgebraic-dev ( >=0.10.12),
|
||
|
${misc:Depends}
|
||
|
Description: High performance proactor event loop abstraction library
|
||
|
High-performance native event loop abstraction for D, focused on asynchronous I/O and GUI message
|
||
|
integration.
|
||
|
.
|
||
|
Development package for libeventcore0
|