···3#require "topkg"
4open Topkg
56+(* This is only here for `topkg distrib`. Remove once
7+ we switch to `b0 -- .release` *)
00000089let () =
10+ let opams = [Pkg.opam_file "cmdliner.opam"] in
11+ Pkg.describe "cmdliner" ~opams @@ fun c ->
12+ Ok [ Pkg.mllib ~api:["Cmdliner"] "src/cmdliner.mllib" ]
0000000000000000000000