diff options
author | Cyprien Nicolas <cyprien@nicolas.tf> | 2014-04-07 11:10:35 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-04-07 18:16:58 +0200 |
commit | 14e72a181e3a683f5ed5ca7499990e7a5de49352 (patch) | |
tree | bde55e73e86931af1185acccdcb1ff684cb5bf12 | |
parent | 72a0c95013d73a6158dbc90ce71e27aaecede837 (diff) | |
download | patches-14e72a181e3a683f5ed5ca7499990e7a5de49352.tar patches-14e72a181e3a683f5ed5ca7499990e7a5de49352.tar.gz |
scheme/bigloo: Fix package description to reflect actual situation
* gnu/packages/scheme.scm (bigloo): Description: Remove the part about the C#
connection which has been removed since release 3.8a.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/scheme.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 3f3a5658fb..df4bf7f438 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -197,8 +197,7 @@ 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, between Scheme and Java programs, and -between Scheme and C# programs.") +Scheme and C programs and between Scheme and Java programs.") (license gpl2+))) (define-public hop |