this repo has no description
0
fork

Configure Feed

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

Merge pull request #22999 from kit-ty-kate/febusy-lowerbounds

Fix the lower-bounds constraints of febusy

authored by

Kate and committed by
GitHub
f8e690ee 994a1526

+2 -2
+2 -2
packages/febusy/febusy.0.0.0/opam
··· 15 15 depends: [ 16 16 "ocaml" { >= "4.03.0" } 17 17 "jbuilder" {>= "1.0+beta20"} 18 - "nonstd" 18 + "nonstd" {>= "0.0.2"} 19 19 "sosa" 20 - "rresult" 20 + "rresult" {>= "0.3.0"} 21 21 ] 22 22 synopsis: "Embedded build system library" 23 23 description: """