A bare-unikraft OCaml 5 application
- OCaml 88.4%
- C 11.2%
- Dune 0.4%
| src | ||
| .gitignore | ||
| dune-project | ||
| dune-workspace | ||
| kraft.yaml | ||
| main.c | ||
| Makefile.uk | ||
| README.md | ||
unikraft-ocaml-hello
This is an ocaml 5 program running with https://github.com/TheLortex/unikraft-ocaml.
It requires an opam switch with the ocaml-variants.5.00.0+trunk compiler. In this switch you need the dune build system.
The unix lib is not usable for now because unikraft-ocaml isn't building it.
Notes
I plan to make the example reproducible but I need to get more familiar with the kraft tool.