All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ocaml.dune.mustache Maven / Gradle / Ivy

There is a newer version: 6.2.1.2
Show newest version
(include_subdirs unqualified)
(library
   (name {{{packageName}}})
   (public_name {{{packageName}}})
   (flags (:standard -w -27))
   (libraries str cohttp-lwt-unix lwt yojson ppx_deriving_yojson.runtime)
   (preprocess (pps ppx_deriving_yojson ppx_deriving.std))
   (wrapped true)
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy