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