mte/unikernel/duniverse/rresult/pkg/pkg.ml

13 lines
351 B
OCaml
Raw Normal View History

2025-11-11 02:07:51 +01:00
#!/usr/bin/env ocaml
#use "topfind";;
#require "topkg"
open Topkg
let () =
Pkg.describe "rresult" @@ fun c ->
Ok [ Pkg.mllib ~api:["Rresult"] "src/rresult.mllib";
Pkg.mllib ~api:[] "src/rresult_top.mllib";
Pkg.lib "src/rresult_top_init.ml";
Pkg.doc "doc/index.mld" ~dst:"odoc-pages/index.mld";
Pkg.test "test/test"; ]