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~alpha2"}
14]
15build: ["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test}]
16dev-repo: "git+https://github.com/mseri/md2mld.git"
17x-commit-hash: "5c2d4580b2a888f78d240cf01b08cf1223d4f50d"
18url {
19 src:
20 "https://github.com/mseri/md2mld/releases/download/0.5.1/md2mld-0.5.1.tbz"
21 checksum: [
22 "sha256=c8e7066b28ab70a1dc687a6939a4c6934aef9734c058659b0534168250dee503"
23 "sha512=b5c58b8dbd29b5f983be36970d8344b9f6d5d3e8a7db4d7cae6a080a0748dad684f2c8f015c5b9d8bf2993ace21a7c2e23f187e08448ab27e1133dc1139bb565"
24 ]
25}