···99 let exclude_paths () = Ok [".git";".gitignore";".gitattributes";"_build"] in
1010 Pkg.distrib ~exclude_paths ()
11111212+let opams =
1313+ [Pkg.opam_file "cmdliner.opam"]
1414+1215let () =
1313- Pkg.describe ~distrib "cmdliner" @@ fun c ->
1616+ Pkg.describe ~distrib "cmdliner" ~opams @@ fun c ->
1417 Ok [ Pkg.mllib ~api:["Cmdliner"] "src/cmdliner.mllib";
1518 test "test/chorus";
1619 test "test/cp_ex";