this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Async OCaml bindings to the Polars dataframe library" 4description: "Async 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 "dune" {>= "3.8"} 14 "core_bench" {with-test} 15 "expect_test_helpers_core" {with-test} 16 "mdx" {with-test} 17 "ocamlformat" {dev} 18 "odoc" {with-doc} 19 "re2" {with-test} 20 "shell" {with-test} 21 "async" 22 "core" 23 "polars" 24] 25build: [ 26 ["dune" "subst"] {dev} 27 [ 28 "dune" 29 "build" 30 "-p" 31 name 32 "-j" 33 jobs 34 "@install" 35 "@runtest" {with-test} 36 "@doc" {with-doc} 37 ] 38] 39dev-repo: "git+https://github.com/mt-caret/polars-ocaml.git" 40url { 41 src: 42 "https://github.com/mt-caret/polars-ocaml/archive/refs/tags/v0.0.1.tar.gz" 43 checksum: [ 44 "md5=72ff21b8d3fc6b408bd8a8b767fb9af6" 45 "sha512=c71934aa7098cc8156aef91af96cd5e53ba48a5a947ca904f524d0950ffa359edb4738ec6d521a25caba53a6cb063dfb8c981a3d524f505e7551c529295a55ff" 46 ] 47}