package olinq

  1. Overview
  2. Docs
LINQ inspired queries on in-memory data

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.tar.gz
md5=586bfad3e744f8c459fa9f17db594c64
sha512=564efbea08d6e67ffa6ac6ba46c4737632ab206656f376a4b4b145984da7adcf14a731133c10201282105dae4345d924c423415830dcdaba78c98a0ffdda4c37

Description

README

OLinq

The purpose is to provide powerful combinators to express iteration, transformation and combination of collections of items living in the type 'a t. Inspired from https://en.wikipedia.org/wiki/Language_Integrated_Query .

documentation (start with module OLinq):

License

Permissive BSD license (see file license).

Notes

This comes from containers, where it was called CCLinq. A separate package makes more sense, as it is fairly specialized, and does not depend on containers anyway.

Dependencies (4)

  1. ocaml >= "4.02" & < "5.0.0"
  2. seq
  3. base-bytes
  4. dune >= "1.1"

Dev Dependencies (3)

  1. qcheck with-test & >= "0.9" & < "0.14"
  2. qtest with-test
  3. odoc with-doc

Used by

None

Conflicts

None