this repo has no description
1opam-version: "2.0" 2synopsis: "Deal with Mustache in YOCaml" 3maintainer: "xhtmlboi@gmail.com" 4authors: [ 5 "The XHTMLBoy <xhtmlboi@gmail.com>" 6 "Pierre Ruyter <grimfw@gmail.com>" 7] 8 9build: [ 10 [ "dune" "subst" ] {dev} 11 [ "dune" "build" "-p" name "-j" jobs ] 12 [ "dune" "runtest" "-p" name ] {with-test} 13 [ "dune" "build" "@doc" "-p" name ] {with-doc} 14] 15 16license: "GPL-3.0-or-later" 17tags: [ "shell" "bin" "make" "static" "blog" "generator" ] 18homepage: "https://github.com/xhtmlboi/yocaml" 19dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" 20bug-reports: "https://github.com/xhtmlboi/yocaml/issues" 21 22depends: [ 23 "ocaml" { >= "4.11.1" } 24 "dune" { >= "2.8" } 25 "odoc" {with-doc} 26 "preface" { = "1.0.0" } 27 "mustache" { >= "3.1.0" } 28 "yocaml" {= version} 29] 30url { 31 src: 32 "https://github.com/xhtmlboi/yocaml/releases/download/v1.0.0/yocaml-1.0.0.tbz" 33 checksum: [ 34 "sha256=cfd4291358e4bd9a90c5926bbb770b898c30ce7c25ce02bb9548803392d16d72" 35 "sha512=57ae20ea44c7ff456c647e883eb9649c77f8786b895cd5318e617e836340f0a0631cba2234a5e5e2b7565e862a0085efba98b001e5ddb7ba51b2f557e47a4224" 36 ] 37} 38x-commit-hash: "ec0fa3efa1537f90f24f07b77e4d2aaec23ae9d1"