this repo has no description
0
fork

Configure Feed

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

Merge pull request #20439 from emillon/uecc-0-2-dune3-bound

uecc.0.2: conflict with dune 3

authored by

Kate and committed by
GitHub
05f9de2b 5aeed6e1

+1 -1
+1 -1
packages/uecc/uecc.0.2/opam
··· 11 11 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 12 12 ] 13 13 depends: [ 14 - "dune" {>= "2.0"} 14 + "dune" {>= "2.0" & < "3.0"} 15 15 "bigstring" {>= "0.1.1"} 16 16 "alcotest" {with-test & >= "0.8.1"} 17 17 "cstruct" {with-test & >= "3.2.1"}