this repo has no description

fix opam files

Changed files
+12 -4
packages
polars
polars.0.0.1
polars_async
polars_async.0.0.1
+4 -2
packages/polars/polars.0.0.1/opam
···
"ppx_jane"
"ppx_typed_fields"
]
build: [
["dune" "subst"] {dev}
[
···
"-j"
jobs
"@install"
-
"@runtest" {with-test}
"@doc" {with-doc}
]
]
-
dev-repo: "git+https://github.com/mt-caret/polars-ocaml.git"
# 32bit is not supported, and the combination of macos+arm64 is known to not
# work due to issues in DWARF unwinding in OCaml
available: (os = "linux" & (arch = "x86_64" | arch = "arm64")) | (os = "macos" & arch = "x86_64")
···
"ppx_jane"
"ppx_typed_fields"
]
+
dev-repo: "git+https://github.com/mt-caret/polars-ocaml.git"
build: [
["dune" "subst"] {dev}
[
···
"-j"
jobs
"@install"
+
# We do not run the @runtest target, since some of our tests depend on
+
# polars-async, and this causes opam's CI to complain about missing dependencies
+
# "@runtest" {with-test}
"@doc" {with-doc}
]
]
# 32bit is not supported, and the combination of macos+arm64 is known to not
# work due to issues in DWARF unwinding in OCaml
available: (os = "linux" & (arch = "x86_64" | arch = "arm64")) | (os = "macos" & arch = "x86_64")
+8 -2
packages/polars_async/polars_async.0.0.1/opam
···
bug-reports: "https://github.com/mt-caret/polars-ocaml/issues"
depends: [
"dune" {>= "3.8"}
-
"polars"
"async"
"core"
-
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
···
bug-reports: "https://github.com/mt-caret/polars-ocaml/issues"
depends: [
"dune" {>= "3.8"}
+
"core_bench" {with-test}
+
"expect_test_helpers_core" {with-test}
+
"mdx" {with-test}
+
"ocamlformat" {dev}
+
"odoc" {with-doc}
+
"re2" {with-test}
+
"shell" {with-test}
"async"
"core"
+
"polars"
]
build: [
["dune" "subst"] {dev}