···9 let exclude_paths () = Ok [".git";".gitignore";".gitattributes";"_build"] in
10 Pkg.distrib ~exclude_paths ()
1100012let () =
13- Pkg.describe ~distrib "cmdliner" @@ fun c ->
14 Ok [ Pkg.mllib ~api:["Cmdliner"] "src/cmdliner.mllib";
15 test "test/chorus";
16 test "test/cp_ex";
···9 let exclude_paths () = Ok [".git";".gitignore";".gitattributes";"_build"] in
10 Pkg.distrib ~exclude_paths ()
1112+let opams =
13+ [Pkg.opam_file "cmdliner.opam"]
14+15let () =
16+ Pkg.describe ~distrib "cmdliner" ~opams @@ fun c ->
17 Ok [ Pkg.mllib ~api:["Cmdliner"] "src/cmdliner.mllib";
18 test "test/chorus";
19 test "test/cp_ex";