blob: e87927d96770158c49b67785a94ad71ac898c777 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
This is an attempt to provide Guile bindings for the debbugs bug
tracker. See the Info manual (=doc/guile-debbugs.info=) for examples
and documentation. (You will have to build it first.)
* Missing features
+ convenience procedures for =<bug>= records (e.g. =bug-done?=)
+ monadic interface
* Known problems
+ Guile 2.2.2 has a bug in “(web client)”, which prevents HTTPS connections from being established. This was fixed with commit =0c102b56e98da39b5a3213bdc567a31ad8ef3e73= but as of the time of this writing there has not been a release including the fix.
* Hacking
#+BEGIN_SRC bash
guix environment --ad-hoc autoconf automake texinfo pkg-config guile@2.2
./bootstrap.sh
./configure
make
#+END_SRC
* License
Guile-Debbugs is released under the GNU General Public License version
3 or, at your option, any later version. You are welcome to using it
in a web application under the Affero GPL version 3 or later.
|