Difference between revisions of "Libffcall"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=libffcall |Short description=Builds foreign function call interfaces in embedded interpreters |Full description=A collection of four libraries used to build foreign...")
 
m (Text replacement - "'''Selection from the [https://shop.fsf.org/ FSF shop]''' [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] [https://shop.fsf.org/books-docs/introduction-command-line Introdu...)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=libffcall
+
|Name=GNU libffcall
|Short description=Builds foreign function call interfaces in embedded interpreters
+
|Short description=Builds foreign function call interfaces in embedded interpreters.
|Full description=A collection of four libraries used to build foreign function call interfaces in embedded interpreters. The packages are: avcall - calling C functions with variable arguments vacall - C functions accepting variable argument prototypes trampoline - closures as first-class C functions callback - closures with variable arguments as first-class C functions (a reentrant combination of vacall and trampoline) Formerly known as ffcall.
+
|Full description=A collection of four libraries used to build foreign function call interfaces in embedded interpreters.
 +
 
 +
avcall - calling C functions with variable arguments  
 +
 
 +
callback - closures with variable arguments as first-class C functions (a reentrant combination of vacall and trampoline) Formerly known as ffcall.
 +
 
 +
vacall - C functions accepting variable argument prototypes
 +
 
 +
trampoline - closures as first-class C functions
 +
|Homepage URL=https://www.gnu.org/software/libffcall/
 +
|Is High Priority Project=No
 +
|VCS checkout command=git clone git://git.savannah.gnu.org/cgit/libffcall.git
 +
|Documentation note=https://www.gnu.org/software/libffcall/avcall.html
 +
 
 +
https://www.gnu.org/software/libffcall/callback.html
 +
 
 +
https://www.gnu.org/software/libffcall/vacall.html
 +
 
 +
https://www.gnu.org/software/libffcall/trampoline.html
 +
 
 +
 
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards,clisp
 +
|Keywords=callback,avcall,vacall,trampoline,function call,interpreters,ffcall
 +
|Version identifier=2.1
 +
|Version date=2018/02/17
 +
|Version status=stable
 +
|Version download=https://ftp.gnu.org/gnu/libffcall/libffcall-2.1.tar.gz
 +
|Last review by=Bendikker
 +
|Last review date=2019/01/19
 +
|Submitted by=Database conversion
 +
|Submitted date=2011/04/01
 
|User level=intermediate
 
|User level=intermediate
|Status=Live
 
 
|Component programs=avcall,vacall,trampoline,callback
 
|Component programs=avcall,vacall,trampoline,callback
|Homepage URL=http://savannah.gnu.org/projects/libffcall
+
|Paid support=https://www.fsf.org/resources/service/
|VCS checkout command=
+
|Accepts cryptocurrency donations=Yes
|Computer languages=C
+
|OpenPGP signature=https://ftp.gnu.org/gnu/libffcall/libffcall-2.1.tar.gz.sig
|Documentation note=
+
|Test entry=No
|Paid support=
+
|Is GNU=Yes
|IRC help=
+
|GNU package identifier=libffcall
|IRC general=
 
|IRC development=
 
|Related projects=clisp
 
|Keywords=callback,avcall,vacall,trampoline,function call,interpreters,ffcall
 
|Is GNU=y
 
|Last review by=Kelly Hopkins
 
|Last review date=2009-02-17
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Version identifier=1.10
 
|Version date=2004-06-03
 
|Version status=stable
 
|Version download=ftp://ftp.santafe.edu/pub/gnu/ffcall-1.10.tar.gz
 
 
|License verified date=2001-01-31
 
|License verified date=2001-01-31
|Version comment=1.10 stable released 2004-06-03
+
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License verified by=Bendikker
 +
|License verified date=2018/06/21
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Bruno Haible
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Bruno Haible
 
 
|Email=bruno@clisp.org
 
|Email=bruno@clisp.org
|Resource URL=
 
 
}}
 
}}
{{Person
+
{{Resource
|Role=Maintainer
+
|Resource audience=Savannah (Ref)
|Real name=Sam Steingold
+
|Resource URL=https://savannah.gnu.org/projects/libffcall/
|Email=sds@gnu.org
+
}}
|Resource URL=
+
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/cgit/libffcall.git/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/libffcall/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
 
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=http://ftp.gnu.org/gnu/libffcall/
+
|Resource URL=https://alpha.gnu.org/gnu/libffcall/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource kind=Download
|Resource kind=VCS Repository Webview
+
|Resource URL=https://ftp.gnu.org/gnu/libffcall/
|Resource URL=http://savannah.gnu.org/cvs/?group=libffcall
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource kind=General
|Resource kind=Bug Tracking
+
|Resource URL=https://savannah.gnu.org/people/
|Resource URL=http://savannah.gnu.org/bugs/?group=libffcall
 
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
|Library=c
+
|Library=C
 +
|Program-build-automation=make-related
 +
|Programming-language=C
 +
|Runs-on=Windows, OS X, GNU/Linux
 
|Use=library
 
|Use=library
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=GPLv2orlater
 
|License verified by=Janet Casey
 
|License verified date=2001-01-31
 
}}
 

Latest revision as of 15:58, 4 December 2020


[edit]

GNU libffcall

https://www.gnu.org/software/libffcall/
Builds foreign function call interfaces in embedded interpreters.

A collection of four libraries used to build foreign function call interfaces in embedded interpreters.

avcall - calling C functions with variable arguments

callback - closures with variable arguments as first-class C functions (a reentrant combination of vacall and trampoline) Formerly known as ffcall.

vacall - C functions accepting variable argument prototypes

trampoline - closures as first-class C functions





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

21 June 2018




Leaders and contributors

Contact(s)Role
Bruno Haible Maintainer


Resources and communication

AudienceResource typeURI
Downloadhttps://ftp.gnu.org/gnu/libffcall/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
VCS Repository Webviewhttps://git.savannah.gnu.org/cgit/libffcall.git/
Generalhttps://savannah.gnu.org/people/
Downloadhttps://alpha.gnu.org/gnu/libffcall/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/libffcall/
Savannah (Ref)https://savannah.gnu.org/projects/libffcall/


Software prerequisites




Entry







"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.