67 lines
4.6 KiB
HTML
67 lines
4.6 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<title>CLiki: uffi</title>
|
||
|
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
|
||
|
href="https://www.cliki.net/site/feed/article.atom?title=uffi">
|
||
|
<link rel="stylesheet" href="static/css/style.css">
|
||
|
<link rel="stylesheet" href="static/css/colorize.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<span class="hidden">CLiki - uffi</span>
|
||
|
<div id="content"><div id="content-area"><div id="article-title">uffi</div><div id="article"><b><a href="CFFI.html" class="category">CFFI</a> is recommended as the replacement for UFFI.</b><p><a href="http://git.kpe.io/?p=uffi.git;a=summary">UFFI</a> is the Common Lisp "Universal Foreign Function Interface" (<a href="FFI.html" class="category">FFI</a>) package.<p>The primary testing and development systems are:<p><ul>
|
||
|
<li>Allegro CL (<a href="ACL.html" class="internal">ACL</a>) v6.2 (Linux and Windows)</li>
|
||
|
<li>
|
||
|
<a href="Lispworks.html" class="internal">Lispworks</a> v4.2 (Linux and Windows)</li>
|
||
|
<li>
|
||
|
<a href="CMUCL.html" class="internal">CMUCL</a> v18e(Linux)</li>
|
||
|
<li>
|
||
|
<a href="SBCL.html" class="internal">SBCL</a> 0.8.0 (Linux)</li>
|
||
|
<li>SCL 1.1 (Linux)</li>
|
||
|
<li>
|
||
|
<a href="OpenMCL.html" class="internal">OpenMCL</a> 0.13</li>
|
||
|
<li>
|
||
|
<a href="MCL.html" class="internal">MCL</a> 4.3 (MacOS)</li>
|
||
|
</ul> <p>Implementations including a foreign function interface compatible to UFFI are:<p><ul>
|
||
|
<li><a href="ECL.html" class="internal">ECL</a></li>
|
||
|
<li><a href="MKCL.html" class="internal">MKCL</a></li>
|
||
|
</ul><p><a href="CLISP.html" class="internal">CLISP</a> support is still not yet within the UFFI distribution, but an independent file is available from <a href="https://sourceforge.net/p/clisp/patches/13/">Sourceforge's Patches section</a>. It's good enough to run <a href="CLSQL.html" class="internal">CLSQL</a> with PostgreSQL and most of <a href="CL-SDL.html" class="internal">CL-SDL</a>.<p>Maybe better way to use uffi with <a href="CLisp.html" class="internal">CLisp</a> is to use <a href="CFFI.html" class="internal">CFFI</a> and its cffi-uffi-compat system. I tested it with <a href="CLSQL.html" class="internal">CLSQL</a> and it works fine. -- <a href="https://www.cliki.net/Marko%20Kocic" class="new">Marko Kocic</a><p>UFFI is included in the <a href="Debian.html" class="internal">Debian</a> distributions of sarge and sid and <a href="Gentoo.html" class="internal">Gentoo</a>.<p>There is experimental UFFI support in <a href="SWIG.html" class="internal">SWIG</a>.</div></div>
|
||
|
<div id="footer" class="buttonbar"><ul><li><a href="uffi.html">Current version</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/history?article=uffi">History</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/backlinks?article=uffi">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=uffi&from-revision=3800030038">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
|
||
|
</div>
|
||
|
<div id="header-buttons" class="buttonbar">
|
||
|
<ul>
|
||
|
<li><a href="https://www.cliki.net/">Home</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
|
||
|
<li><a href="CLiki.html">About</a></li>
|
||
|
<li><a href="Text Formatting.html">Text Formatting</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
|
||
|
</ul>
|
||
|
<div id="search">
|
||
|
<form action="https://www.cliki.net/site/search">
|
||
|
<label for="search_query" class="hidden">Search CLiki</label>
|
||
|
<input type="text" name="query" id="search_query" value="" />
|
||
|
<input type="submit" value="search" />
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id="pageheader">
|
||
|
<div id="header">
|
||
|
<span id="logo">CLiki</span>
|
||
|
<span id="slogan">the common lisp wiki</span>
|
||
|
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
|
||
|
<label for="login_name" class="hidden">Account name</label>
|
||
|
<input type="text" name="name" id="login_name" class="login_input" />
|
||
|
<label for= "login_password" class="hidden">Password</label>
|
||
|
<input type="password" name="password" id="login_password" class="login_input" />
|
||
|
<input type="submit" name="login" value="login" id="login_submit" /><br />
|
||
|
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
|
||
|
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body></html>
|