this repo has no description
1opam-version: "2.0" 2synopsis: "Little cli tool to convert md files into mld files" 3maintainer: ["Marcello Seri <marcello.seri@gmail.com>"] 4authors: ["Marcello Seri <marcello.seri@gmail.com>"] 5license: "ISC" 6homepage: "https://github.com/mseri/md2mld" 7doc: "https://mseri.github.io/md2mld/" 8bug-reports: "https://github.com/mseri/md2mld/issues" 9depends: [ 10 "dune" {>= "3.7"} 11 "ocaml" {>= "4.08"} 12 "base-bytes" 13 "omd" {>= "2.0.0~alpha3"} 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/mseri/md2mld.git" 31url { 32 src: 33 "https://github.com/mseri/md2mld/releases/download/0.7/md2mld-0.7.0.tbz" 34 checksum: [ 35 "sha256=65bc12176cb584bb228027c4b5fba2f5362417f844686a7c19fcea2934c34a4b" 36 "sha512=e9b931919174c41ef80b3dd48091bc6be8ed219c1a3b9bddb1e80066d3bdac17f9f85a37673c720091d78fec9aeb1e6edb99d7de5a5e6f7e5b27739987eda3e5" 37 ] 38} 39x-commit-hash: "ce287847a8b4c8b17525dda376d573b0bb3c499d" 40x-maintenance-intent: [ "(latest)" ]