opam-version: "2.0" synopsis: "Little cli tool to convert md files into mld files" maintainer: "Marcello Seri " authors: "Marcello Seri " license: "ISC" homepage: "https://github.com/mseri/md2mld" doc: "https://mseri.github.io/md2mld/" bug-reports: "https://github.com/mseri/md2mld/issues" depends: [ "ocaml" "dune" {>= "2.0"} "base-bytes" "omd" {>= "2.0.0~alpha2"} ] build: ["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test}] dev-repo: "git+https://github.com/mseri/md2mld.git" x-commit-hash: "5c2d4580b2a888f78d240cf01b08cf1223d4f50d" url { src: "https://github.com/mseri/md2mld/releases/download/0.5.1/md2mld-0.5.1.tbz" checksum: [ "sha256=c8e7066b28ab70a1dc687a6939a4c6934aef9734c058659b0534168250dee503" "sha512=b5c58b8dbd29b5f983be36970d8344b9f6d5d3e8a7db4d7cae6a080a0748dad684f2c8f015c5b9d8bf2993ace21a7c2e23f187e08448ab27e1133dc1139bb565" ] }