this repo has no description
1opam-version: "2.0" 2synopsis: "Yocaml plugin for using Mustache as a template language" 3maintainer: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 4authors: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 5license: "GPL-3.0-or-later" 6homepage: "https://github.com/xhtmlboi/yocaml" 7bug-reports: "https://github.com/xhtmlboi/yocaml/issues" 8depends: [ 9 "ocaml" {>= "5.1.1"} 10 "dune" {>= "3.14"} 11 "ppx_expect" 12 "mdx" {with-test & = "2.4.1"} 13 "yocaml" {= version} 14 "mustache" {= "3.3.0"} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" 32url { 33 src: 34 "https://github.com/xhtmlboi/yocaml/releases/download/v2.0.1/yocaml-2.0.1.tbz" 35 checksum: [ 36 "sha256=cde46c80549a7d585281fcfd1ac30e9fc04137f48512744bc6fcbde449cf265c" 37 "sha512=ca8eaa42c6edee34e433093e18a8b66e4cf3b937f5c65c0eb50a53cc59fea260b9929ce25231fe60dafb69d469bde474ae86450addc9e6844031329ff28c7e7e" 38 ] 39} 40x-commit-hash: "54aedd7b6f0874ff549dc323aa12015a0915380a"