https://github.com/anderseknert/guile-docker
Guile Docker image
https://github.com/anderseknert/guile-docker
Last synced: 5 months ago
JSON representation
Guile Docker image
- Host: GitHub
- URL: https://github.com/anderseknert/guile-docker
- Owner: anderseknert
- License: apache-2.0
- Created: 2019-04-12T18:32:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T20:20:14.000Z (over 5 years ago)
- Last Synced: 2025-03-14T20:50:41.630Z (10 months ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Guile Docker
Guile compiled with [bindings for GnuTLS](https://www.gnutls.org/manual/gnutls-guile.pdf) and all dependencies needed
for HTTPS support in [Web Client](https://www.gnu.org/software/guile/manual/html_node/Web-Client.html). Why this isn't
included in the normal Guile distribution beats me - being able to use a HTTP client seems like a pretty basic
requirement for any language and standard library these days. Ubuntu used to include the
[guile-gnutls](https://packages.ubuntu.com/xenial/guile-gnutls) package in it's universe repository up until version
16.04 LTS (mirroring Debian) - why this package was pulled from later releases I don't know, but needless to say that
package won't help much for other distributions or operating systems.
Planning to add more of my favorite packages and tools for Guile development here.