this repo has no description
0
fork

Configure Feed

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

add upper bound

+16 -7
+1 -1
packages/fuseau/fuseau.0.1/opam
··· 13 13 "trace" {>= "0.6"} 14 14 "trace-tef" {with-test} 15 15 "mdx" {with-test} 16 - "thread-local-storage" 16 + "thread-local-storage" {< "0.2"} 17 17 "odoc" {with-doc} 18 18 ] 19 19 depopts: ["moonpool"]
+3
packages/moonpool/moonpool.0.5.1/opam
··· 44 44 ] 45 45 } 46 46 x-commit-hash: "019cea2d5cb5b3096b6b86b08d0dca80e3661d29" 47 + conflicts: [ 48 + "thread-local-storage" {>= "0.2"} 49 + ]
+3
packages/moonpool/moonpool.0.5/opam
··· 44 44 ] 45 45 } 46 46 x-commit-hash: "fd2102c7fe4fc936de93fe179b3e59758d18f992" 47 + conflicts: [ 48 + "thread-local-storage" {>= "0.2"} 49 + ]
+3
packages/moonpool/moonpool.0.6/opam
··· 44 44 ] 45 45 } 46 46 x-commit-hash: "0750e6af41847e77f33ad85f2d5da2c0408e8f5a" 47 + conflicts: [ 48 + "thread-local-storage" {>= "0.2"} 49 + ]
+1 -1
packages/picos/picos.0.1.0/opam
··· 10 10 depends: [ 11 11 "dune" {>= "3.14"} 12 12 "backoff" {>= "0.1.0"} 13 - "thread-local-storage" {>= "0.1"} 13 + "thread-local-storage" {>= "0.1" & < "0.2"} 14 14 "mtime" {>= "2.0.0"} 15 15 "psq" {>= "0.2.1"} 16 16 "multicore-magic" {>= "2.1.0"}
+1 -1
packages/picos/picos.0.2.0/opam
··· 10 10 depends: [ 11 11 "dune" {>= "3.14"} 12 12 "backoff" {>= "0.1.0"} 13 - "thread-local-storage" {>= "0.1"} 13 + "thread-local-storage" {>= "0.1" & < "0.2"} 14 14 "mtime" {>= "2.0.0"} 15 15 "psq" {>= "0.2.1"} 16 16 "multicore-magic" {>= "2.1.0"}
+1 -1
packages/picos/picos.0.3.0/opam
··· 10 10 depends: [ 11 11 "dune" {>= "3.14"} 12 12 "backoff" {>= "0.1.0"} 13 - "thread-local-storage" {>= "0.1"} 13 + "thread-local-storage" {>= "0.1" & < "0.2"} 14 14 "mtime" {>= "2.0.0"} 15 15 "psq" {>= "0.2.1"} 16 16 "multicore-magic" {>= "2.1.0"}
+1 -1
packages/picos/picos.0.4.0/opam
··· 10 10 depends: [ 11 11 "dune" {>= "3.14"} 12 12 "backoff" {>= "0.1.0"} 13 - "thread-local-storage" {>= "0.1"} 13 + "thread-local-storage" {>= "0.1" & < "0.2"} 14 14 "mtime" {>= "2.0.0"} 15 15 "psq" {>= "0.2.1"} 16 16 "multicore-magic" {>= "2.2.0"}
+1 -1
packages/trace-fuchsia/trace-fuchsia.0.6/opam
··· 11 11 "ocaml" {>= "4.08"} 12 12 "trace" {= version} 13 13 "mtime" {>= "2.0"} 14 - "thread-local-storage" 14 + "thread-local-storage" {< "0.2"} 15 15 "base-bigarray" 16 16 "base-unix" 17 17 "dune" {>= "2.9"}
+1 -1
packages/trace-fuchsia/trace-fuchsia.0.7/opam
··· 11 11 "ocaml" {>= "4.08"} 12 12 "trace" {= version} 13 13 "mtime" {>= "2.0"} 14 - "thread-local-storage" 14 + "thread-local-storage" {< "0.2"} 15 15 "base-bigarray" 16 16 "base-unix" 17 17 "dune" {>= "2.9"}