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 "dune" {>= "3.14"} 11 "ocaml" {>= "5.1.1"} 12 "ppx_expect" 13 "mdx" {with-test & = "2.5.0"} 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.1.0/yocaml-2.1.0.tbz" 36 checksum: [ 37 "sha256=e5ab173efd4c356dfee3e9af2165762ec4f1b5d38bdf1000d13e5eb6f18edbae" 38 "sha512=77ce2f269a6058c91ed75dee164cf9073147aa5d48c5dbdb2d6b282fc184d3a9b8155e772dd24acb8c0618ef7e47c0222bf65e13ecc3e08fab87351ea4f27192" 39 ] 40} 41x-commit-hash: "1fbb78d2b5f872909d236851e55cf9cb78310384"