You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RadioPotin
1dab792002
|
1 year ago | |
---|---|---|
doc | 1 year ago | |
example | 1 year ago | |
src | 1 year ago | |
test | 1 year ago | |
.gitignore | 1 year ago | |
.ocamlformat | 1 year ago | |
CHANGES.md | 1 year ago | |
LICENSE.md | 1 year ago | |
README.md | 1 year ago | |
dune-project | 1 year ago | |
jdl_vdm_wasm.opam | 1 year ago | |
life.wasm | 1 year ago | |
life.wast | 1 year ago |
README.md
jdl_vdm_wasm
jdl_vdm_wasm is an OCaml executable/library to TODO.
Installation
jdl_vdm_wasm
can be installed with opam:
opam install jdl_vdm_wasm
If you don't have opam
, you can install it following the how to install opam guide.
If you can't or don't want to use opam
, consult the opam file for build instructions.
Quickstart
let () = Format.printf "TODO@."
For more, have a look at the example folder, at the documentation or at the test suite.