dune/pkg/pkg.ml

10 lines
188 B
OCaml
Raw Normal View History

#use "topfind"
#require "topkg-jbuilder"
open Topkg
2017-05-05 23:12:13 +00:00
let () =
Topkg_jbuilder.describe ()
2017-05-06 01:52:46 +00:00
~readmes: [ Pkg.std_file "README.org" ]
~licenses:[ Pkg.std_file "LICENSE.txt" ]