diff options
Diffstat (limited to 'ocaml/lib/nock_lib.mli')
| -rw-r--r-- | ocaml/lib/nock_lib.mli | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
