Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paultag/go-dpkg
https://github.com/paultag/go-dpkg
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/paultag/go-dpkg
- Owner: paultag
- License: gpl-2.0
- Created: 2015-05-05T04:48:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-08T02:04:17.000Z (over 9 years ago)
- Last Synced: 2024-10-14T19:21:23.330Z (3 months ago)
- Language: Go
- Size: 145 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-dpkg
=======Native Go bindings to abstract a cgo interface to `libdpkg`. Keep in mind
that this is a very voiltile interface, so any breakage against unstable's
`libdpkg-dev` should be reported.Licensing
---------This library statically links against `libdpkg.a`, which is licensed under
the terms of the GPLv2+. No matter the terms that are picked for this code,
the combined work is a derived work, so any distributions of the binary must
comply with the GPLv2+.