Difference between revisions of "Libffcall"

From Free Software Directory
Jump to: navigation, search
(4 intermediate revisions by the same user 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/
 
|Homepage URL=https://www.gnu.org/software/libffcall/
|User level=intermediate
+
|Is High Priority Project=No
|Component programs=avcall,vacall,trampoline,callback
+
|VCS checkout command=git clone git://git.savannah.gnu.org/cgit/libffcall.git
|Computer languages=C
+
|Documentation note=https://www.gnu.org/software/libffcall/avcall.html
|Accepts cryptocurrency donations=No
+
 
|Related projects=clisp
+
https://www.gnu.org/software/libffcall/callback.html
 +
 
 +
https://www.gnu.org/software/libffcall/vacall.html
 +
 
 +
https://www.gnu.org/software/libffcall/trampoline.html
 +
 
 +
'''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 Introduction to the Command Line]
 +
 
 +
----
 +
----
 +
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 +
----
 +
----
 +
 
 +
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 +
----
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards,clisp
 
|Keywords=callback,avcall,vacall,trampoline,function call,interpreters,ffcall
 
|Keywords=callback,avcall,vacall,trampoline,function call,interpreters,ffcall
|Version identifier=1.10
+
|Version identifier=2.1
|Version date=2004-06-03
+
|Version date=2018/02/17
 
|Version status=stable
 
|Version status=stable
|Version download=http://www.haible.de/bruno/gnu/ffcall-1.10.tar.gz
+
|Version download=https://ftp.gnu.org/gnu/libffcall/libffcall-2.1.tar.gz
|Version comment=1.10 stable released 2004-06-03
 
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2018/02/20
+
|Last review date=2019/01/19
|Submitted date=2011-04-01
+
|Submitted by=Database conversion
 +
|Submitted date=2011/04/01
 +
|User level=intermediate
 +
|Component programs=avcall,vacall,trampoline,callback
 +
|Paid support=https://www.fsf.org/resources/service/
 +
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/libffcall/libffcall-2.1.tar.gz.sig
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=libffcall
 
|GNU package identifier=libffcall
Line 24: Line 60:
 
{{Project license
 
{{Project license
 
|License=GPLv2orlater
 
|License=GPLv2orlater
|License verified by=Janet Casey
+
|License verified by=Bendikker
|License verified date=2001-01-31
+
|License verified date=2018/06/21
 
}}
 
}}
 
{{Person
 
{{Person
Line 32: Line 68:
 
|Email=bruno@clisp.org
 
|Email=bruno@clisp.org
 
}}
 
}}
{{Person
+
{{Resource
|Real name=Sam Steingold
+
|Resource audience=Savannah (Ref)
|Role=Maintainer
+
|Resource URL=https://savannah.gnu.org/projects/libffcall/
|Email=sds@gnu.org
+
}}
 +
{{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=Savannah (Ref)
+
|Resource kind=Download
|Resource URL=https://savannah.gnu.org/projects/libffcall
+
|Resource URL=https://alpha.gnu.org/gnu/libffcall/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
 
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=http://ftp.gnu.org/gnu/libffcall/
+
|Resource URL=https://ftp.gnu.org/gnu/libffcall/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
 +
|Library=C
 +
|Program-build-automation=make-related
 +
|Programming-language=C
 +
|Runs-on=Windows, OS X, GNU/Linux
 
|Use=library
 
|Use=library
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 03:07, 19 January 2019


[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.