~skyvine/guile-qubesdb

Fix type in package license
Add license information

refs

trunk
browse  log 

clone

read-only
https://git.sr.ht/~skyvine/guile-qubesdb
read/write
git@git.sr.ht:~skyvine/guile-qubesdb

You can also use your local clone with git send-email.

#About

This repository provides bindings to the Qubes Database client library to GNU Guile. It aims to be as minimal as possible, providing only type translation. The exception to this is management of connections to the Qubes Database server, which is provided through a traditional scheme abstraction. See the top of the scheme source file for detailed documentation.

#License

These bindings are provided under GPL 2 (or later). This license was selected to match the license of the upstream library, since it is doing practically all of the work that makes these bindings useful. My primary intention in maintaining these bindings is to ease integration with GNU Guix, which is licensed under GPL 3 (or later). The "or later" clause in the client library means that these projects are compatible.