this repo has no description
0
fork

Configure Feed

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

twirp_core, smaws-lib: there's no with-dev, only with-dev-setup

+2 -2
+1 -1
packages/smaws-lib/smaws-lib.0.1~preview1/opam
··· 23 23 "stdio" {>= "v0.17.0"} 24 24 "ppx_deriving" {>= "5.0"} 25 25 "alcotest" {with-test} 26 - "eio_main" {with-dev} 26 + "eio_main" {with-dev-setup} 27 27 "odoc" {with-doc} 28 28 ] 29 29 build: [
+1 -1
packages/twirp_core/twirp_core.0.1/opam
··· 9 9 depends: [ 10 10 "ocaml" {>= "4.08"} 11 11 "dune" {>= "2.9"} 12 - "ocaml-protoc" {>= "3.0" & with-dev} 12 + "ocaml-protoc" {>= "3.0" & with-dev-setup} 13 13 "logs" 14 14 "pbrt" {>= "3.0"} 15 15 "pbrt_yojson" {>= "3.0"}