https://github.com/lehitoskin/riff
Riff is a wapper to the FLIF library.
https://github.com/lehitoskin/riff
ffi flif racket riff wrapper
Last synced: 4 months ago
JSON representation
Riff is a wapper to the FLIF library.
- Host: GitHub
- URL: https://github.com/lehitoskin/riff
- Owner: lehitoskin
- License: gpl-3.0
- Created: 2017-01-01T06:42:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T17:45:15.000Z (about 9 years ago)
- Last Synced: 2025-10-20T15:01:12.670Z (8 months ago)
- Topics: ffi, flif, racket, riff, wrapper
- Language: Racket
- Size: 505 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
riff
====
riff is a racket wrapper for [FLIF](https://github.com/FLIF-hub/FLIF)
API is currently synced to FLIF version 0.3.0
# Installation
Note that while you may run `raco pkg install riff`, this possibly isn't the
command you want to run. `raco` will install from the latest git and that means
the package will be using the most up-to-date (unless I become lazy) version
of the FLIF API, which means that it will fail to run unless you have the most
up-to-date version of FLIF installed. Instead, what I recommend is that you
follow major releases of FLIF and get the most recent release of riff to match.
Thus, what you'll end up doing is after downloading and extracting the archive
of the most recent riff release, then running `raco pkg install
/local/path/to/riff`
# Usage
See the docs for information on usage.