A Futhark binding generator.
futhark-bindgen
uses the manifest created by Futhark
to generate bindings for multiple languages.
Supported languages:
With cargo
:
$ cargo install futhark-bindgen
From source:
$ make install PREFIX=~/.local/bin
$ futhark-bindgen run test.fut test.rs # Rust output
$ futhark-bindgen run test.fut test.ml # OCaml output
See the output of futhark-bindgen --help
for more information