No description
Find a file
Vincent Laporte b8826951e4 Adds ocaml-sqlite3EZ and its dependency ocaml+twt
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
2014-08-21 15:36:52 +02:00
doc doc/meta.xml: fix github links, clarify licensing section 2014-07-30 20:07:54 +02:00
lib types.nix: Add ‘either’ type 2014-08-19 18:24:37 +02:00
maintainers/scripts Remove broken script 2014-07-30 10:23:05 +02:00
nixos use mkDefault on root's shell 2014-08-20 21:17:48 +02:00
pkgs Adds ocaml-sqlite3EZ and its dependency ocaml+twt 2014-08-21 15:36:52 +02:00
.gitignore Add .DS_Store to gitignore so we Mac users don't accidentally pollute nixpkgs with ugliness 2014-08-09 20:53:36 -04:00
.version
COPYING
default.nix
README.md

Nixpkgs is a collection of packages for Nix package manager. Nixpkgs also includes NixOS linux distribution source code.