opam-version: "2.0"
maintainer: "simon.cruanes.2007@m4x.org"
authors: "Simon Cruanes"
homepage: "https://github.com/c-cube/olinq/"
bug-reports: "https://github.com/c-cube/olinq/issues/"
tags: ["linq" "query" "join" "group" "collection"]
dev-repo: "git+https://github.com/c-cube/olinq.git"
build: [
  [make "build"]
  [make "doc"] {with-doc}
]
install: [make "install"]
remove: ["ocamlfind" "remove" "olinq"]
depends: [
  "ocaml" {>= "4.00.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "base-bytes"
]
synopsis:
  "powerful combinators for iteration, transformation and combination of collections"
description: """
The purpose is to provide powerful combinators to express iteration,
transformation and combination of collections of items living in a type `'a t`,
such as join, group_by, union, flat_map, etc.  for in-memory processing."""
flags: light-uninstall
url {
  src: "https://github.com/c-cube/olinq/archive/0.2.tar.gz"
  checksum: "md5=cef6139466f5fe14a871836c4cb7994b"
}
