aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/sqlite3EZ (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-2/+2
|
* ocamlPackages.sqlite3EZ: disable for OCaml ≥ 4.06Vincent Laporte2018-08-291-0/+4
|
* Change many homepage urls from http to https #30636Pascal Wittmann2017-11-101-1/+1
|
* OCaml modules: make explicit some dependencies to ocamlbuildVincent Laporte2016-10-091-2/+2
|
* Ensure that we can evaluate the platform attribute of ocaml packages.Nicolas B. Pierron2016-03-131-1/+1
|
* Minor modifications of some ocaml packages:Vincent Laporte2014-09-211-2/+5
| | | | | | adds myself as a maintainer adds assertions to have evaluation errors rather than build errors moves opam out of ocamlPackages, as it does not provide a library
* Adds ocaml-sqlite3EZ and its dependency ocaml+twtVincent Laporte2014-08-211-0/+23
ocaml+twt is an alternative syntax for OCaml that uses indentation to group multi-line expressions, like Python and Haskell. Homepage: http://people.csail.mit.edu/mikelin/ocaml+twt/ sqlite3EZ is a thin wrapper for sqlite3-ocaml with a simplified interface. Query results are processed with a functional map/fold, transactions are aborted by exceptions, resource management is handled by the garbage collector, etc. Homepage: https://github.com/mlin/ocaml-sqlite3EZ