From d21900836f89b2bf9cd55ff1708a4619c8b89656 Mon Sep 17 00:00:00 2001 From: polwex Date: Mon, 20 Oct 2025 13:13:39 +0700 Subject: neoinit --- ocaml/lib/boot.mli | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ocaml/lib/boot.mli (limited to 'ocaml/lib/boot.mli') diff --git a/ocaml/lib/boot.mli b/ocaml/lib/boot.mli new file mode 100644 index 0000000..fbe70da --- /dev/null +++ b/ocaml/lib/boot.mli @@ -0,0 +1,12 @@ +type error = + | Invalid_pill of string + | Unsupported of string + +val boot_ivory : State.t -> string -> (unit, error) result +val boot_solid : ?limit:int -> ?apply:(State.t -> Noun.noun -> Noun.noun) -> State.t -> string -> (unit, error) result +val boot_solid_lifecycle : State.t -> string -> (unit, error) result + +(* Utility functions *) +val cue_file : ?verbose:bool -> string -> Noun.noun +val parse_solid : Noun.noun -> (Noun.noun * Noun.noun * Noun.noun, error) result +val run_lifecycle : Noun.noun -> Noun.noun -- cgit v1.2.3