this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "OCaml bindings to the Polars dataframe library" 4description: "OCaml bindings to the Polars dataframe library" 5maintainer: ["mtakeda"] 6authors: ["mtakeda"] 7license: "MIT" 8tags: ["data-science" "polars" "rust"] 9homepage: "https://github.com/mt-caret/polars-ocaml" 10doc: "https://github.com/mt-caret/polars-ocaml" 11bug-reports: "https://github.com/mt-caret/polars-ocaml/issues" 12depends: [ 13 "core_bench" {with-test} 14 "expect_test_helpers_core" {with-test} 15 "mdx" {with-test} 16 "ocamlformat" {dev} 17 "odoc" {with-doc} 18 "re2" {with-test} 19 "shell" {with-test} 20 "conf-rust-2021" 21 "core" 22 "core_kernel" 23 "core_unix" 24 "dune" {>= "3.8"} 25 "ocaml" {< "5.0.0"} 26 "ppx_jane" 27 "ppx_typed_fields" 28] 29dev-repo: "git+https://github.com/mt-caret/polars-ocaml.git" 30build: [ 31 ["dune" "subst"] {dev} 32 [ 33 "dune" 34 "build" 35 "-p" 36 name 37 "-j" 38 jobs 39 "@install" 40 # We do not run the @runtest target, since some of our tests depend on 41 # polars-async, and this causes opam's CI to complain about missing dependencies 42 # "@runtest" {with-test} 43 "@doc" {with-doc} 44 ] 45] 46# 32bit is not supported, and the combination of macos+arm64 is known to not 47# work due to issues in DWARF unwinding in OCaml 48available: (os = "linux" & (arch = "x86_64" | arch = "arm64")) | (os = "macos" & arch = "x86_64") 49url { 50 src: 51 "https://github.com/mt-caret/polars-ocaml/archive/refs/tags/v0.0.1.tar.gz" 52 checksum: [ 53 "md5=72ff21b8d3fc6b408bd8a8b767fb9af6" 54 "sha512=c71934aa7098cc8156aef91af96cd5e53ba48a5a947ca904f524d0950ffa359edb4738ec6d521a25caba53a6cb063dfb8c981a3d524f505e7551c529295a55ff" 55 ] 56}