Gabriel Laddel
Gabriel Laddel

Reputation: 147

What happened to CFFI-UNIX?

My ultimate goal here is to get the system FLEXI-TRIVIAL-DIRED (http://common-lisp.net/project/ftd/) to compile, which I'm having trouble with because I can't find one of the required packages, CFFI-UNIX anywhere.

Does anyone know what happened to it, why it originally existed, if it was merged into another project, why this was, etc.

Upvotes: 5

Views: 96

Answers (1)

coredump
coredump

Reputation: 38809

The system used to "provide a portable interface to Unix functionality, with a focus on networking". Looking at the source of FTD, you can see it calling cffi-unix::getgrgid. This functionallity is now provided (superseded) by osicat.

Upvotes: 6

Related Questions