this repo has no description
1opam-version: "2.0"
2synopsis: "Mustache logic-less templates in OCaml"
3description: """
4Read and write mustache templates, and render them by providing a json object.
5Contains the `mustache` command line utility for driving logic-less templates.
6"""
7maintainer: ["Rudi Grinberg <me@rgrinerg.com>"]
8authors: [
9 "Rudi Grinberg <me@rgrinberg.com>"
10 "Armaël Guéneau <armael.gueneau@ens-lyon.fr>"
11 "Gabriel Scherer <gabriel.scherer@gmail.com>"
12]
13license: "MIT"
14homepage: "https://github.com/rgrinberg/ocaml-mustache"
15bug-reports: "https://github.com/rgrinberg/ocaml-mustache/issues"
16depends: [
17 "dune" {>= "2.7"}
18 "jsonm" {>= "1.0.1"}
19 "ounit2" {with-test}
20 "ezjsonm" {with-test}
21 "menhir" {>= "20180703"}
22 "cmdliner" {>= "1.0.4" & < "1.1.0"}
23 "ocaml" {>= "4.08"}
24 "odoc" {with-doc}
25]
26build: [
27 ["dune" "subst"] {dev}
28 [
29 "dune"
30 "build"
31 "-p"
32 name
33 "-j"
34 jobs
35 "@install"
36 "@runtest" {with-test}
37 "@doc" {with-doc}
38 ]
39]
40dev-repo: "git+https://github.com/rgrinberg/ocaml-mustache.git"
41url {
42 src:
43 "https://github.com/rgrinberg/ocaml-mustache/releases/download/v3.2.0/mustache-3.2.0.tbz"
44 checksum: [
45 "sha256=080b6852ce81f2604134348e19d7b1c8d2ea311519be854ad4517729508c4d4c"
46 "sha512=80bf68ab0547002290254979cb60ad0962ac526551f9a7a0337c4f0426128b2974ca1d9efbac345613d73b340d7027e1331a0baad0d3743256dbd1b2d97f1eb0"
47 ]
48}
49x-commit-hash: "a86cab0ceb8d77d5045b4d6464b68affafb80e2e"