From d21900836f89b2bf9cd55ff1708a4619c8b89656 Mon Sep 17 00:00:00 2001 From: polwex Date: Mon, 20 Oct 2025 13:13:39 +0700 Subject: neoinit --- ocaml/lib/nock_lib.mli | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ocaml/lib/nock_lib.mli (limited to 'ocaml/lib/nock_lib.mli') diff --git a/ocaml/lib/nock_lib.mli b/ocaml/lib/nock_lib.mli new file mode 100644 index 0000000..1f86dc7 --- /dev/null +++ b/ocaml/lib/nock_lib.mli @@ -0,0 +1,9 @@ +module Noun : module type of Noun +module Nock : module type of Nock +module Serial : module type of Serial +module State : module type of State +module Boot : module type of Boot +module Eventlog : module type of Eventlog +module Eventlog_lmdb : module type of Eventlog_lmdb +module Effects : module type of Effects +module Dill : module type of Dill -- cgit v1.2.3