summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
Commit message (Collapse)AuthorAge
* fix ocsigen expressionAristid Breitkreuz2014-09-06
|
* A description cleanup after mergeMichael Raskin2014-09-06
|
* Add a derivation for eliom (ocaml web framework)Florent Becker2014-09-06
|
* Add a derivation for the ocsigen server (ocaml webserver)Florent Becker2014-09-06
|
* Add tyxml (XML library for ocaml)Florent Becker2014-09-06
|
* add ocaml-ipaddrFlorent Becker2014-09-06
|
* Add a derivation for deriving (ocaml instance derivation à la Haskell)Florent Becker2014-09-06
|
* Add a derivation for ocaml-optcompFlorent Becker2014-09-06
|
* Add a derivation for ocaml-calendarFlorent Becker2014-09-06
|
* Merge pull request #3920 from vbgl/javalib-fixMichael Raskin2014-09-04
|\ | | | | ocaml-javalib, ocaml-sawja: removes wrong path to bash in configure scripts
| * ocaml-javalib, ocaml-sawja: uses patchShebangs rather than ad-hoc patchesVincent Laporte2014-09-03
| |
| * ocaml-javalib, ocaml-sawja: removes wrong path to bash invbgl2014-09-01
| | | | | | | | configure scripts
* | ocaml-twt: some fixesVincent Laporte2014-09-03
| |
* | Merge remote-tracking branch 'upstream/master' into ocaml-sqlite3EZVincent Laporte2014-09-02
|\ \ | | | | | | | | | | | | Conflicts: pkgs/top-level/all-packages.nix
| * \ Merge pull request #3849 from vbgl/cmdlinerMichael Raskin2014-09-02
| |\ \ | | | | | | | | Adds ocaml-cmdliner
| | * | Adds ocaml-cmdlinerVincent Laporte2014-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Cmdliner is an OCaml module for the declarative definition of command line interfaces. Homepage: http://erratique.ch/software/cmdliner
| * | | Merge pull request #3681 from vbgl/merlin-1.7Michael Raskin2014-09-02
| |\ \ \ | | |_|/ | |/| | Merlin: update to 1.7
| | * | yojson: propagate build inputs (as in PR #3404)Vincent Laporte2014-08-19
| | | |
| * | | add the ocaml 'lambda-term' library (terminal control)Florent Becker2014-08-30
| | | |
| * | | add the 'zed' ocaml editor libraryFlorent Becker2014-08-30
| | | |
| * | | Use propagated inputs in lwtFlorent Becker2014-08-30
| | | |
| * | | Update ocaml_lwt to version 2.4.5 (from git)Florent Becker2014-08-30
| | | |
| * | | Update ocaml-react to 1.1.0Florent Becker2014-08-30
| | | |
| * | | Add a derivation for ocaml-textFlorent Becker2014-08-30
| | |/ | |/|
| * | Merge pull request #3632 from vbgl/ocaml-csvMichael Raskin2014-08-23
| |\ \ | | | | | | | | Adds ocaml library “csv”
| | * | Adds ocaml library “csv”Vincent Laporte2014-08-17
| | |/ | | | | | | | | | | | | | | | | | | | | | This is a pure OCaml library to read and write CSV files, including all extensions used by Excel — eg. quotes, newlines, 8 bit characters in fields, "0 etc. Homepage: https://forge.ocamlcore.org/projects/csv/
| * | Adds javalib and sawjaVincent Laporte2014-08-23
| | | | | | | | | | | | | | | | | | | | | | | | Javalib is a library that parses Java .class files into OCaml data structures. Sawja is a library written in OCaml, relying on Javalib to provide a high level representation of Java bytecode programs. Homepage: http://sawja.inria.fr/
| * | Merge pull request #3299 from vbgl/erratique-uuMichael Raskin2014-08-23
| |\ \ | | |/ | |/| Adds OCaml libraries: uucd, uunf, uutf and xmlm
| | * Adds OCaml libraries: uucd, uunf, uutf and xmlmVincent Laporte2014-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Four OCaml libraries contributed by Daniel Bünzli for unicode and xml processing. - xmlm: Streaming XML codec for OCaml - uutf: Non-blocking streaming Unicode codec for OCaml - uunf: Unicode text normalization for OCaml - uucd: Unicode character database decoder for Ocaml Homepage: http://erratique.ch/software
* | | Adds ocaml-sqlite3EZ and its dependency ocaml+twtVincent Laporte2014-08-21
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge master into PRVladimír Čunát2014-08-12
|\ \ | | | | | | | | | | | | Conflicts: pkgs/development/compilers/ocaml/4.01.0.nix
| * \ Merge remote-tracking branch 'origin/master' into staging.Peter Simons2014-08-04
| |\ \ | | | | | | | | | | | | | | | | Conflicts: pkgs/desktops/e18/enlightenment.nix
| | * | Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
| | |/
| * | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-07-07
| |\|
| * | Another attempt to eradicate ensureDirEelco Dolstra2014-06-30
| | | | | | | | | | | | See c556a6ea46e71e1907d78b71fab36df30297b3ad.
* | | Update ocaml-pcre to version 7.1.1Florent Becker2014-07-21
| |/ |/|
* | Adds yojson.Vincent Laporte2014-07-05
| | | | | | | | | | | | | | Yojson is an optimized parsing and printing OCaml library for the JSON format, contributed by Martin Jambon. Webpage: http://mjambon.com/yojson.html
* | Clarifies the license; populates meta.platformsVincent Laporte2014-07-03
| |
* | Adds biniouVincent Laporte2014-07-03
| |
* | Adds easy-formatVincent Laporte2014-06-29
|/
* fix evaluation (wrong meta.maintainers field)Vladimír Čunát2014-06-09
|
* Added llpp, a mupdf based pdf pager written in ocaml.Pascal Wittmann2014-06-04
| | | | | Updated lablgl to 1.05 and mupdf to 1.4. Added myself as maintainer for lablgl.
* zarith: fix perl pathAustin Seipp2014-05-01
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* ocamlgraph: upgrade to 1.8.5Austin Seipp2014-05-01
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* ocaml-packages: add zarith 1.2.1Austin Seipp2014-05-01
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* lablgtk: remove old patchAustin Seipp2014-05-01
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Merge pull request #2347 from vbmithr/ocaml-pcreOliver Charles2014-04-25
|\ | | | | Updated OCaml package pcre
| * Updated OCaml package pcreVincent Bernardoff2014-04-22
| |
* | Updated react to 1.0.1Vincent Bernardoff2014-04-23
|/
* Update ocamlnet to version 3.7.3Marco Maggesi2014-03-20
| | | | | Also remove dependency to lablgkt which is not used and prevent building on darwin.