dune/pkg/pkg.ml

8 lines
177 B
OCaml

#!/usr/bin/env ocaml
#use "./topkg-jbuilder"
let () =
Pkg.describe "jbuilder"
~readmes: [ Pkg.std_file "README.org" ]
~licenses:[ Pkg.std_file "LICENSE.txt" ]