dune/pkg/pkg.ml

8 lines
177 B
OCaml
Raw Normal View History

2017-05-05 23:12:13 +00:00
#!/usr/bin/env ocaml
#use "./topkg-jbuilder"
let () =
Pkg.describe "jbuilder"
2017-05-06 01:52:46 +00:00
~readmes: [ Pkg.std_file "README.org" ]
~licenses:[ Pkg.std_file "LICENSE.txt" ]