File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
packages/embedded_ocaml_templates/embedded_ocaml_templates.0.8 Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis:
3+ "EML is a simple templating language that lets you generate text with plain OCaml"
4+ description:
5+ "EML is a simple templating language that lets you generate text with plain OCaml"
6+ maintainer: ["Emile Trotignon <
[email protected] >"]
7+ authors: ["Emile Trotignon <
[email protected] >"]
8+ license: "MIT"
9+ homepage: "https://github.com/EmileTrotignon/embedded_ocaml_templates"
10+ bug-reports:
11+ "https://github.com/EmileTrotignon/embedded_ocaml_templates/issues"
12+ depends: [
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+ ]
23+ build: [
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+ ]
37+ dev-repo:
38+ "git+https://github.com/EmileTrotignon/embedded_ocaml_templates.git"
39+ url {
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+ }
47+ x-commit-hash: "bcc76290d002ae1f5a6393ba21a763df23bb4ef4"
You can’t perform that action at this time.
0 commit comments