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 "ocaml" {>= "4.08"} 11 "dune" {>= "2.0"} 12 "base-bytes" 13 "omd" {>= "2.0.0~alpha2"} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 ["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test}] 18] 19dev-repo: "git+https://github.com/mseri/md2mld.git" 20url { 21 src: "https://github.com/mseri/md2mld/releases/download/0.6/md2mld-0.6.tbz" 22 checksum: [ 23 "sha256=d96fe90397489cf57a57f4fe50b85e2e60dd0214fea3d6e0195973d8db96298e" 24 "sha512=5bb805781e35d2aadf82d54c2cddc71360670b9c481c10dad048575d8624b2d64c29a91da6d7300ce48d1a1755b26fca7c69a045bfebbd694e7555ff46e3cd83" 25 ] 26} 27x-commit-hash: "21f6f7e00dc1c0670cc2be8fd7294f55d977d66e"