this repo has no description
0
fork

Configure Feed

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

fix lint missing dune lower bound

+4 -4
+1 -1
packages/domain-name/domain-name.0.4.0/opam
··· 7 7 bug-reports: "https://github.com/hannesm/domain-name/issues" 8 8 depends: [ 9 9 "ocaml" {>= "4.04.2"} 10 - "dune" 10 + "dune" {>= "1.0"} 11 11 "alcotest" {with-test} 12 12 ] 13 13 build: [
+1 -1
packages/ethernet/ethernet.3.2.0/opam
··· 18 18 ] 19 19 20 20 depends: [ 21 - "dune" 21 + "dune" {>= "1.0"} 22 22 "ocaml" {>= "4.08.0"} 23 23 "cstruct" {>= "6.0.0"} 24 24 "mirage-net" {>= "3.0.0"}
+1 -1
packages/gmap/gmap.0.3.0/opam
··· 7 7 bug-reports: "https://github.com/hannesm/gmap/issues" 8 8 depends: [ 9 9 "ocaml" {>= "4.04.2"} 10 - "dune" 10 + "dune" {>= "1.0"} 11 11 "alcotest" {with-test} 12 12 "fmt" {with-test} 13 13 ]
+1 -1
packages/randomconv/randomconv.0.2.0/opam
··· 7 7 bug-reports: "https://github.com/hannesm/randomconv/issues" 8 8 depends: [ 9 9 "ocaml" {>= "4.08.0"} 10 - "dune" 10 + "dune" {>= "1.0"} 11 11 ] 12 12 build: [ 13 13 ["dune" "subst"] {dev}