First packaging attempt
This commit is contained in:
parent
17ade7f9ca
commit
3c784ca2f5
13 changed files with 125 additions and 11 deletions
30
debian/control
vendored
Normal file
30
debian/control
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue