this repo has no description
1opam-version: "2.0" 2synopsis: 3 "EML is a simple templating language that lets you generate text with plain OCaml" 4description: 5 "EML is a simple templating language that lets you generate text with plain OCaml" 6maintainer: ["Emile Trotignon <emile.trotignon@gmail.com>"] 7authors: ["Emile Trotignon <emile.trotignon@gmail.com>"] 8license: "MIT" 9homepage: "https://github.com/EmileTrotignon/embedded_ocaml_templates" 10bug-reports: 11 "https://github.com/EmileTrotignon/embedded_ocaml_templates/issues" 12depends: [ 13 "dune" {>= "3.6"} 14 "ocaml" {>= "4.08.0"} 15 "sedlex" {>= "2.0"} 16 "uutf" 17 "pprint" 18 "ppxlib" {>= "0.18.0"} 19 "containers" 20 "ppx_inline_test" 21 "odoc" {with-doc} 22] 23build: [ 24 ["dune" "subst"] {dev} 25 [ 26 "dune" 27 "build" 28 "-p" 29 name 30 "-j" 31 jobs 32 "@install" 33 "@runtest" {with-test} 34 "@doc" {with-doc} 35 ] 36] 37dev-repo: 38 "git+https://github.com/EmileTrotignon/embedded_ocaml_templates.git" 39url { 40 src: 41 "https://github.com/EmileTrotignon/embedded_ocaml_templates/releases/download/0.8/embedded_ocaml_templates-0.8.tbz" 42 checksum: [ 43 "sha256=c2ff640ab8123e5403f2b6ee480a07603ed2f1a8a97432f40d9ddec38d315321" 44 "sha512=9159e0f62f0aa1d7fb566c1b057f73ce5aba7c749af3af03ecf9c23591256d19dd664deb11c067a2514cafa2fe483125d95a65c2b2342a84d78447c6205a72c3" 45 ] 46} 47x-commit-hash: "bcc76290d002ae1f5a6393ba21a763df23bb4ef4"