this repo has no description
1opam-version: "2.0" 2synopsis: "Mustache logic-less templates in OCaml" 3description: """ 4 5Read and write mustache templates, and render them. 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 "menhir" {>= "20180703"} 19 "ocaml" {>= "4.08"} 20 "odoc" {with-doc} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/rgrinberg/ocaml-mustache.git" 36url { 37 src: 38 "https://github.com/rgrinberg/ocaml-mustache/releases/download/v3.3.0/mustache-3.3.0.tbz" 39 checksum: [ 40 "sha256=370b7eae6315f24d457d85c393aafe4a448a2b9c41d00ac0fa0dd1ac7728adfc" 41 "sha512=64795b0a0a2644961619cfdf43d9b5904181eb783ac1e5dc2a44c7bfb9ebf6fe9fb03bc1f31aa53a760b3ca6676b93d494e17b3f89f07c3cb3e4a85927cfbca2" 42 ] 43} 44x-commit-hash: "1d12af8eb7e60f7b84e20adfc39974ce8b672961"