opam-version: "2.0"
bug-reports:  "https://github.com/LaurentMazare/ocaml-dataframe/issues"
homepage:     "https://github.com/LaurentMazare/ocaml-dataframe"
dev-repo:     "git+https://github.com/LaurentMazare/ocaml-dataframe.git"
maintainer:   "Laurent Mazare <lmazare@gmail.com>"
authors:      [ "Laurent Mazare" ]

build: [["dune" "build" "-j" jobs "-p" name]]

run-test: [
  ["dune" "runtest" "-p" name "-j" jobs]
]

depends: [
  "base" {>= "v0.12.0" & < "v0.14"}
  "csv"
  "dune" {>= "1.3.0"}
  "ocaml" {>= "4.07"}
  "ocaml-compiler-libs"
  "ppx_expect" {< "v0.14"}
  "ppx_let" {< "v0.14"}
  "stdio" {< "v0.14"}
]

synopsis: "A simple and type-safe dataframe api in pure ocaml"
description: """
A simple and (reasonably) type-safe dataframe api in pure ocaml
"""

url {
  src: "https://github.com/LaurentMazare/ocaml-dataframe/archive/0.1b.tar.gz"
  checksum: [
    "md5=f48e0434cf98e128921c3abb5fec0ca1"
    "sha512=4d568304629225424d40bd2c2beff93839dbcdb2bc512d00a1551bbe929c12b5085397b6565a285dd71c4d6c0b8a66efc682a38767f5566f15bdb3f17a7dda8a"
  ]
}
