opam-version: "2.0"
maintainer: "Leonid Rozenberg <leonidr@gmail.com>"
authors: "Leonid Rozenberg <leonidr@gmail.com>"
homepage: "https://github.com/rleonid/dsfo/"
bug-reports: "https://github.com/rleonid/dsfo/issues"
license: "Apache-2.0"
dev-repo: "git+https://github.com/rleonid/dsfo.git"
build: [make]
install: [make "install"]
remove: ["ocamlfind" "remove" "dsfo"]
depends: [
  "ocaml" {>= "4.01"}
  "ocamlfind" {build}
  "bau" {>= "0.0.3"}
]
synopsis:
  "Download (anyhow) and interact (ocaml, utop) with common machine learning datasets."
description: """
A small library to simplify processing and interacting with a few common machine
learning data sets. The code will call out to utilities such as `curl` to do the
work."""
flags: light-uninstall
url {
  src: "https://github.com/rleonid/dsfo/archive/0.0.1.tar.gz"
  checksum: "md5=d61e945b3c3c124a47e04ef39ebc7253"
}
