Skip to content

Commit f179f89

Browse files
authored
Merge pull request ocaml#23739 from mseri/release-md2mld-0.7
[new release] md2mld (0.7.0)
2 parents 957df64 + 4443cea commit f179f89

File tree

1 file changed

+39
-0
lines changed
  • packages/md2mld/md2mld.0.7.0

1 file changed

+39
-0
lines changed

packages/md2mld/md2mld.0.7.0/opam

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
opam-version: "2.0"
2+
synopsis: "Little cli tool to convert md files into mld files"
3+
maintainer: ["Marcello Seri <[email protected]>"]
4+
authors: ["Marcello Seri <[email protected]>"]
5+
license: "ISC"
6+
homepage: "https://github.com/mseri/md2mld"
7+
doc: "https://mseri.github.io/md2mld/"
8+
bug-reports: "https://github.com/mseri/md2mld/issues"
9+
depends: [
10+
"dune" {>= "3.7"}
11+
"ocaml" {>= "4.08"}
12+
"base-bytes"
13+
"omd" {>= "2.0.0~alpha3"}
14+
"odoc" {with-doc}
15+
]
16+
build: [
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+
]
30+
dev-repo: "git+https://github.com/mseri/md2mld.git"
31+
url {
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+
}
39+
x-commit-hash: "ce287847a8b4c8b17525dda376d573b0bb3c499d"

0 commit comments

Comments
 (0)