summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
Commit message (Collapse)AuthorAge
* Merge pull request #43440 from vbgl/ocaml-lwt_log-1.0.0xeji2018-07-14
|\ | | | | ocamlPackages.lwt_log: init at 1.0.0
| * ocamlPackages.lwt_log: init at 1.0.0Vincent Laporte2018-07-12
| |
* | ocamlPackages.ezjsonm: 0.4.3 -> 0.6.0Vincent Laporte2018-07-13
|/
* ocamlPackages.iri: init at 0.4.0Vincent Laporte2018-07-09
| | | | | | | iri is an OCaml implementation of Internationalized Resource Identifiers (IRIs). Homepage: https://framagit.org/zoggy/ocaml-iri
* ocamlPackages.janeStreet: 0.10 -> 0.11Vincent Laporte2018-07-05
|
* ocamlPackages.cmdliner: remove at 0.9.8Vincent Laporte2018-06-26
|
* ocamlPackages.ocp-indent: remove at 1.5.2Vincent Laporte2018-06-26
|
* ocamlPackages.ocp-index: use up-to-date ocp-indentVincent Laporte2018-06-26
|
* ocamlPackages.ocp-indent: fix attribute name (from ocpIndent)Vincent Laporte2018-06-26
|
* ocamlPackages.ocp-build: remove spurious dependency to camlp4Vincent Laporte2018-06-26
| | | | Change attribute name from “ocpBuild” to “ocp-build”.
* ocamlPackages.psmt2-frontend: init at 0.1Vincent Laporte2018-06-25
|
* ocamlPackages.linenoise: init at 1.1.0 (#41489)Vincent Laporte2018-06-05
|
* ocamlPackages.opam-file-format: init at 2.0.0-rc2 (#41164)Vincent Laporte2018-05-28
|
* Merge pull request #40884 from vbgl/ocaml-earley-ocamlSarah Brofeldt2018-05-24
|\ | | | | ocamlPackages.earley_ocaml: init at 1.0.2
| * ocamlPackages.earley_ocaml: init at 1.0.2Vincent Laporte2018-05-21
| |
* | ocamlPackages.imagelib: init at 20171028 (#40910)Vincent Laporte2018-05-23
|/
* ocamlPackages.earley: init at 1.0.2 (#40755)Vincent Laporte2018-05-19
|
* ocaml: default to 4.06 on aarch64 (since 4.05 is broken there)Vincent Laporte2018-05-07
|
* ocamlPackages.eliom: 6.2.0 -> 6.3.0Vincent Laporte2018-04-28
|
* ocamlPackages.ocsigen_server: 2.8 -> 2.9Vincent Laporte2018-04-28
|
* ocaml: init at 4.07.0+beta2Vincent Laporte2018-04-25
|
* eff: 20140928 -> 5.0 (#39264)Vincent Laporte2018-04-23
|
* ocamlPackages.js_of_ocaml-tyxml: init at 3.1.0Vincent Laporte2018-04-18
|
* ocamlPackages.js_of_ocaml-lwt: init at 3.1.0Vincent Laporte2018-04-08
|
* ocamlPackages.js_of_ocaml-ppx_deriving_json: init at 3.1.0Vincent Laporte2018-04-07
|
* ocamlPackages.lwt_ppx: init at 3.3.0Vincent Laporte2018-03-27
|
* ocamlPackages.lwt3: 3.0.0 -> 3.3.0Vincent Laporte2018-03-27
|
* ocamlPackages: default to 4.05Vincent Laporte2018-03-14
|
* wyrd: fix buildVincent Laporte2018-03-08
|
* camlimages: fix regressionMasayuki Takeda2018-03-08
|
* camlimages: 4.1.2 -> 5.0.0Masayuki Takeda2018-03-07
|
* fix bap regressionMasayuki Takeda2018-03-06
|
* janeStreet: 0.9.0 -> 0.10.0Masayuki Takeda2018-03-03
|
* bap: 1.2 -> 1.4Matthew Maurer2018-03-01
|
* ocamlPackages.curses: works with default ncursesvolth2018-02-23
|
* ocamlPackages.bitv: init at 1.3Vincent Laporte2018-02-19
| | | | | | bitv is a bit vector library for OCaml. Homepage: https://github.com/backtracking/bitv
* ocamlPackages.lwt_ssl: init at 1.1.2Vincent Laporte2018-02-18
|
* ocamlPackages.uri: 1.9.2 -> 1.9.5Vincent Laporte2018-01-14
|
* ocamlPackages.wtf8: init at 1.0.1Ruben Maher2018-01-01
|
* ocamlPackages.dtoa: init at 0.3.1Ruben Maher2018-01-01
|
* Merge pull request #32585 from vbgl/ocaml-lru-0.2.0Vincent Laporte2017-12-23
|\ | | | | Add OCaml libraries: psq, lru, faraday, farfadet, digestif
| * ocamlPackages.digestif: init at 0.5Vincent Laporte2017-12-15
| | | | | | | | | | | | Digestif provides some hash functions in OCaml. Homepage: https://github.com/mirage/digestif
| * ocamlPackages.farfadet: init at 0.2Vincent Laporte2017-12-15
| | | | | | | | | | | | Farfadet is a printf-like for Faraday library. Homepage: https://github.com/oklm-wsh/Farfadet
| * ocamlPackages.faraday: init at 0.5.0Vincent Laporte2017-12-15
| | | | | | | | | | | | | | Faraday is a library for writing fast and memory-efficient serializers in OCaml. Homepage: https://github.com/inhabitedtype/faraday
| * ocamlPackages.lru: init at 0.2.0Vincent Laporte2017-12-15
| | | | | | | | | | | | lru provides LRU caches for OCaml. Homepage: https://github.com/pqwy/lru
| * ocamlPackages.psq: init at 0.1.0Vincent Laporte2017-12-15
| | | | | | | | | | | | psq provides a functional priority search queue for OCaml. Homepage: https://github.com/pqwy/psq
* | ocamlPackages.curses: fix buildOrivej Desh2017-12-21
| | | | | | | | Closes #32943
* | ocamlPackages.cairo2: 0.4.6 -> 0.5Vincent Laporte2017-12-16
|/
* Merge pull request #32538 from vbgl/ott-0.27Pascal Wittmann2017-12-14
|\ | | | | ott: 0.25 -> 0.27
| * ott: 0.25 -> 0.27Vincent Laporte2017-12-10
| |