# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Async OCaml bindings to the Polars dataframe library" description: "Async OCaml bindings to the Polars dataframe library" maintainer: ["mtakeda"] authors: ["mtakeda"] license: "MIT" tags: ["data-science" "polars" "rust"] homepage: "https://github.com/mt-caret/polars-ocaml" doc: "https://github.com/mt-caret/polars-ocaml" 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} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/mt-caret/polars-ocaml.git" url { src: "https://github.com/mt-caret/polars-ocaml/archive/refs/tags/v0.0.1.tar.gz" checksum: [ "md5=72ff21b8d3fc6b408bd8a8b767fb9af6" "sha512=c71934aa7098cc8156aef91af96cd5e53ba48a5a947ca904f524d0950ffa359edb4738ec6d521a25caba53a6cb063dfb8c981a3d524f505e7551c529295a55ff" ] }