The OCaml 5 runtime (libasmrun.a) built for unikraft
Find a file
Lucas Pluvinage 8886332e83 poc
2022-02-10 11:09:45 +01:00
CODING_STYLE.md ok 2022-02-09 17:17:19 +01:00
Config.uk poc 2022-02-10 11:09:45 +01:00
CONTRIBUTING.md ok 2022-02-09 17:17:19 +01:00
COPYING.md ok 2022-02-09 17:17:19 +01:00
MAINTAINERS.md ok 2022-02-09 17:17:19 +01:00
Makefile.uk poc 2022-02-10 11:09:45 +01:00
README.md poc 2022-02-10 11:09:45 +01:00

ocaml for Unikraft

This is the port of ocaml for Unikraft as external library.

Please refer to the README.md as well as the documentation in the doc/ subdirectory of the main unikraft repository.

what

This package has Unikraft rules to build libasmrun.a, which is suitable to link with an OCaml program generated with -output-obj, as long as the architecture matches.

Requires the use of pthread-embedded and newlib.