this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27510 from mseri/qinap

qinap 1.0: reintroduce archived package

authored by

Marcello Seri and committed by
GitHub
7a64698f 77714bd5

+28
+28
packages/qinap/qinap.1.0/opam
··· 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 <guillecosta@protonmail.ch>" 5 + authors: "Guilhermo Costa <guillecosta@protonmail.ch>" 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 + }