Go to file
Steve Ayerhart a2df955506
styling
2022-12-23 13:09:06 -05:00
build-aux add autotools 2022-11-23 14:50:17 -05:00
src styling 2022-12-23 13:09:06 -05:00
tests add example 3 2022-12-23 12:50:27 -05:00
.gitignore add example 3 2022-12-23 12:50:27 -05:00
AUTHORS add autotools 2022-11-23 14:50:17 -05:00
COPYING add autotools 2022-11-23 14:50:17 -05:00
ChangeLog add autotools 2022-11-23 14:50:17 -05:00
INSTALL add autotools 2022-11-23 14:50:17 -05:00
Makefile.am add tests to autotools 2022-11-29 22:03:58 -05:00
NEWS add autotools 2022-11-23 14:50:17 -05:00
README add autotools 2022-11-23 14:50:17 -05:00
README.org very basic readme started 2022-11-23 15:46:28 -05:00
configure.ac add tests to autotools 2022-11-29 22:03:58 -05:00

README

* Guile-FLAC

Guile-FLAC is a [[https://xiph.org/flac][FLAC]] {en,de}coder implemented in GNU Guile.
It aims to be a readable yet useable implementation.

** License
    Guile-FLAC is free software: you can redistribute it and/or modify it under
    the terms of the GNU General Public License as published by the Free
    Software Foundation, either version 3 of the License, or (at your option)
    any later version.  Please see =COPYING= file for the terms of GNU General
    Public License.

** Requirements
    - [[https://www.gnu.org/software/guile/][GNU Guile]], version 2.0.12 or later

** Build-time dependencies
- GNU Guile development files (something with =dev= suffix, e.g.
  =guile-3.0-dev= on Ubuntu GNU/Linux)
- texinfo
- make
- automake
- autoconf