Skip to content

Commit bef2a9e

Browse files
committed
qinap 1.0: reintroduce archived package
Signed-off-by: Marcello Seri <[email protected]>
1 parent 20c0e4b commit bef2a9e

File tree

1 file changed

+28
-0
lines changed
  • packages/qinap/qinap.1.0

1 file changed

+28
-0
lines changed

packages/qinap/qinap.1.0/opam

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
opam-version: "2.0"
2+
synopsis: "A (very small) monadic parsing library"
3+
description: "A (very small) monadic parsing library"
4+
maintainer: "Guilhermo Costa <[email protected]>"
5+
authors: "Guilhermo Costa <[email protected]>"
6+
license: "Unlicense"
7+
homepage: "https://github.com/guillecosta/qinap"
8+
bug-reports: "https://github.com/guillecosta/qinap/issues"
9+
depends: [
10+
"ocaml" {>= "4.08"}
11+
"dune" {>= "2.6" & <= "3.17.1"}
12+
"base" {<= "v0.17.1"}
13+
]
14+
build: [
15+
["dune" "build" "-p" name "-j" jobs]
16+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
17+
["dune" "build" "-p" name "@doc"] {with-doc}
18+
]
19+
dev-repo: "git+https://github.com/guillecosta/qinap"
20+
x-commit-hash: "49d2bc9e004db4be9c86b24c96b4898e9185e074"
21+
url {
22+
src:
23+
"https://github.com/ocaml/opam-source-archives/raw/refs/heads/main/qinap-1.0.bz2"
24+
checksum: [
25+
"sha256=969e15b2f5a53897e4c1c3eb7f23f10ad6ab09d1aaf243dd660f8c37dd6a3f89"
26+
"sha512=ac40fd9e0fa15ed4f067352855b17d84ed99c9cff3b0e62e5a6a7f724748036332707329bb1493f96ee15a9ba886026aa177ee52e64edd24f41fe7b85f17e2f7"
27+
]
28+
}

0 commit comments

Comments
 (0)