diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-03-27 01:47:40 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-03-27 01:48:12 +0100 |
commit | 805a0545081cef2de5f0f52febc842c978a97f8a (patch) | |
tree | 57abe51a3ca16b9bd0f524ea131aa86facc73f2c /dev-scheme/bigloo/metadata.xml | |
parent | www-client/seamonkey: bump version to 2.53.11.1 (diff) | |
download | gentoo-805a0545081cef2de5f0f52febc842c978a97f8a.tar.gz gentoo-805a0545081cef2de5f0f52febc842c978a97f8a.tar.bz2 gentoo-805a0545081cef2de5f0f52febc842c978a97f8a.zip |
dev-scheme/bigloo: new package; add version 4.4c_p4
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-scheme/bigloo/metadata.xml')
-rw-r--r-- | dev-scheme/bigloo/metadata.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-scheme/bigloo/metadata.xml b/dev-scheme/bigloo/metadata.xml new file mode 100644 index 000000000000..a179bb3d4094 --- /dev/null +++ b/dev-scheme/bigloo/metadata.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="project"> + <email>scheme@gentoo.org</email> + <name>Gentoo Scheme Project</name> + </maintainer> + <longdescription> + Bigloo is a Scheme implementation devoted to one goal: enabling Scheme + based programming style where C(++) is usually required. + Bigloo attempts to make Scheme practical by offering features usually + presented by traditional programming languages but not offered by Scheme + and functional programming. Bigloo compiles Scheme modules. It delivers + small and fast stand alone binary executables. Bigloo enables full + connections between Scheme and C programs. + </longdescription> + <upstream> + <bugs-to>https://github.com/manuel-serrano/bigloo/issues/</bugs-to> + <remote-id type="github">manuel-serrano/bigloo</remote-id> + </upstream> + <use> + <flag name="avahi">Enable Avahi support</flag> + <flag name="gpg">Enable GPG support</flag> + <flag name="libuv">Enable libuv support</flag> + </use> +</pkgmetadata> |