diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-04-12 02:33:48 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-04-12 02:33:48 +0200 |
commit | bcf061abf932f9adf243554c22185d323f5ff2ea (patch) | |
tree | dd8d079ffa66e8aa6f0d0b54ef07e77f8f34ce9b /user/flaviocruz.mdwn | |
parent | 56e1abda424f1dc7bbeccfe28e05a2caa50bc6de (diff) | |
download | web-bcf061abf932f9adf243554c22185d323f5ff2ea.tar.gz web-bcf061abf932f9adf243554c22185d323f5ff2ea.tar.bz2 web-bcf061abf932f9adf243554c22185d323f5ff2ea.zip |
People should really use apt instead of apt-get nowadays
Diffstat (limited to 'user/flaviocruz.mdwn')
-rw-r--r-- | user/flaviocruz.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/flaviocruz.mdwn b/user/flaviocruz.mdwn index c4d3db69..a1636918 100644 --- a/user/flaviocruz.mdwn +++ b/user/flaviocruz.mdwn @@ -71,8 +71,8 @@ Creating an extensible translator library in lisp using the mig generated stubs. ### Project dependencies - CLISP -- [CFFI](http://common-lisp.net/project/cffi/) (apt-get installable) -- [Flexi streams](http://www.weitz.de/flexi-streams/) (apt-get installable) +- [CFFI](http://common-lisp.net/project/cffi/) (apt installable) +- [Flexi streams](http://www.weitz.de/flexi-streams/) (apt installable) - [Trivial garbage](http://www.cliki.net/trivial-garbage) (not in debian repositories) - [cl-zip](http://common-lisp.net/project/zip/) (only needed for the zip translator) - [cl-irc](http://common-lisp.net/project/cl-irc/) (for the irc translator) |