ecl-legit
Interface to the git binary
This is an interface to the git binary to make controlling it from within Common Lisp much easier. It might not ever reach full coverage of all features given git's immense size, but features will be added as they are needed. The low-level command API is fully mapped however.
- Versions: 1.0.0-4.877147a
- Website: https://codeberg.org/shinmera/legit
- Licenses: Zlib
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ecl-legit as follows:
guix install ecl-legit
Or install a particular version:
guix install ecl-legit@1.0.0-4.877147a
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of ecl-legit about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/ecl-legit'><img src='https://packages.guix.gnu.org/packages/ecl-legit/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/ecl-legit)
Example Org:
[[https://packages.guix.gnu.org/packages/ecl-legit][https://packages.guix.gnu.org/packages/ecl-legit/badges/latest-version.svg]]