this repo has no description
0
fork

Configure Feed

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

Merge pull request #27528 from mseri/qinap

qinap: remove upper bound from archival

authored by

Shon Feder and committed by
GitHub
ef90a2b0 779cb138

+2 -2
+2 -2
packages/qinap/qinap.1.0/opam
··· 8 8 bug-reports: "https://github.com/guillecosta/qinap/issues" 9 9 depends: [ 10 10 "ocaml" {>= "4.08"} 11 - "dune" {>= "2.6" & <= "3.17.1"} 12 - "base" {<= "v0.17.1"} 11 + "dune" {>= "2.6"} 12 + "base" 13 13 ] 14 14 build: [ 15 15 ["dune" "build" "-p" name "-j" jobs]