File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
packages/handlebars-ml/handlebars-ml.0.3.0 Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Handlebars templating for OCaml"
4+ description: "OCaml port of the Handlebars.js templating engine"
5+ maintainer: ["Kaustubh M <
[email protected] >"]
6+ authors: ["Kaustubh M <
[email protected] >"]
7+ license: "MIT"
8+ tags: ["handlebars" "template"]
9+ homepage: "https://github.com/nikochiko/handlebars-ml"
10+ doc: "https://github.com/nikochiko/handlebars-ml"
11+ bug-reports: "https://github.com/nikochiko/handlebars-ml/issues"
12+ depends: [
13+ "dune" {>= "3.18"}
14+ "ocaml" {>= "4.14"}
15+ "yojson" {>= "2.0"}
16+ "ppx_deriving"
17+ "alcotest" {with-test}
18+ "odoc" {with-doc}
19+ ]
20+ build: [
21+ ["dune" "subst"] {dev}
22+ [
23+ "dune"
24+ "build"
25+ "-p"
26+ name
27+ "-j"
28+ jobs
29+ "@install"
30+ "@runtest" {with-test}
31+ "@doc" {with-doc}
32+ ]
33+ ]
34+ dev-repo: "git+https://github.com/nikochiko/handlebars-ml.git"
35+ x-maintenance-intent: ["(latest)"]
36+ url {
37+ src:
38+ "https://github.com/nikochiko/handlebars-ml/archive/refs/tags/0.3.0.tar.gz"
39+ checksum: [
40+ "md5=5c8c012fc52c589788f9fd18a3fc7cef"
41+ "sha512=1d17d3434440efd40930b8b02547cc69a780d7040cf5f4a29cdbee8844acf0b869d75035fce7bfcf01ab5504fef06053c5de0ff038152d876ccbee0ec563472f"
42+ ]
43+ }
You can’t perform that action at this time.
0 commit comments