Re: Packaging a simple Guile library

2020-02-12 Thread sirgazil
On Wed, 12 Feb 2020 09:23:48 -0500 Ludovic Courtès wrote > Hi, > > sirgazil skribis: > > > I thought using the "guile-build-system" would make this straightforward, > > but it didn't work as I expected. I was hoping to say, "Hey, > > guile-build-system:" > > > > 1. "glab"

Re: Packaging a simple Guile library

2020-02-12 Thread Ludovic Courtès
Hi, sirgazil skribis: > I thought using the "guile-build-system" would make this straightforward, but > it didn't work as I expected. I was hoping to say, "Hey, guile-build-system:" > > 1. "glab" is the library you should build and install. > 2. "doc" is the texinfo documentation you should bui

Packaging a simple Guile library

2020-02-10 Thread sirgazil
Hi, I created a private Guix channel to experiment with packaging and started with a simple Guile library whose source looks like this: #+BEGIN_EXAMPLE guile-lab ├── doc ← Texinfo doc ├── glab← The library ├── glab.svg ├── locale ├── packages← Has .scm files ├── README.org ├─