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