A bare-unikraft OCaml 5 application
  • OCaml 88.4%
  • C 11.2%
  • Dune 0.4%
Find a file
Lucas Pluvinage 0ef4447039 note
2022-02-10 12:21:51 +01:00
src minimal example 2022-02-10 12:16:57 +01:00
.gitignore start porting to dune 2022-02-10 11:26:41 +01:00
dune-project start porting to dune 2022-02-10 11:26:41 +01:00
dune-workspace minimal example 2022-02-10 12:16:57 +01:00
kraft.yaml start porting to dune 2022-02-10 11:26:41 +01:00
main.c start porting to dune 2022-02-10 11:26:41 +01:00
Makefile.uk minimal example 2022-02-10 12:16:57 +01:00
README.md note 2022-02-10 12:21:51 +01:00

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.