Skip to content

Commit

Permalink
Merge pull request ocaml#27510 from mseri/qinap
Browse files Browse the repository at this point in the history
qinap 1.0: reintroduce archived package
  • Loading branch information
mseri authored Feb 27, 2025
2 parents 77714bd + bef2a9e commit 7a64698
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/qinap/qinap.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
opam-version: "2.0"
synopsis: "A (very small) monadic parsing library"
description: "A (very small) monadic parsing library"
maintainer: "Guilhermo Costa <[email protected]>"
authors: "Guilhermo Costa <[email protected]>"
license: "Unlicense"
homepage: "https://github.com/guillecosta/qinap"
bug-reports: "https://github.com/guillecosta/qinap/issues"
depends: [
"ocaml" {>= "4.08"}
"dune" {>= "2.6" & <= "3.17.1"}
"base" {<= "v0.17.1"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "-p" name "@doc"] {with-doc}
]
dev-repo: "git+https://github.com/guillecosta/qinap"
x-commit-hash: "49d2bc9e004db4be9c86b24c96b4898e9185e074"
url {
src:
"https://github.com/ocaml/opam-source-archives/raw/refs/heads/main/qinap-1.0.bz2"
checksum: [
"sha256=969e15b2f5a53897e4c1c3eb7f23f10ad6ab09d1aaf243dd660f8c37dd6a3f89"
"sha512=ac40fd9e0fa15ed4f067352855b17d84ed99c9cff3b0e62e5a6a7f724748036332707329bb1493f96ee15a9ba886026aa177ee52e64edd24f41fe7b85f17e2f7"
]
}

0 comments on commit 7a64698

Please sign in to comment.