summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
Commit message (Collapse)AuthorAge
* ocamlPackages.yojson: 1.6.0 -> 1.7.0R. RyanTM2019-03-11
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ocaml4.06.1-yojson/versions
* ocamlPackages.lablgtk3: 3.0.beta4 -> 3.0.beta5Vincent Laporte2019-03-05
|
* ocamlPackages.stdlib-shims: init at 0.1.0Vincent Laporte2019-03-03
|
* ocamlPackages.mlgmpidl: 1.2.7 -> 1.2.8Vincent Laporte2019-02-28
| | | | This version builds even if profiling is not available (e.g., on Aarch).
* ocamlPackages.wtf8: disable for OCaml ≤ 4.01Vincent Laporte2019-02-22
|
* ocamlPackages.opti: disable for OCaml ≤ 4.01Vincent Laporte2019-02-22
|
* ocamlPackages.dtoa: disable for OCaml ≤ 4.01Vincent Laporte2019-02-22
|
* ocamlPackages.bisect_ppx-ocamlbuild: disable for OCaml ≤ 4.01Vincent Laporte2019-02-22
|
* ocamlPackages.atd: disable for OCaml ≤ 4.01Vincent Laporte2019-02-22
|
* ocamlPackages.lablgtk3: 3.0.beta3 -> 3.0.beta4Vincent Laporte2019-02-22
|
* ocamlPackages.yojson: 1.4.1 -> 1.6.0Vincent Laporte2019-02-20
|
* Merge pull request #55633 from vbgl/alt-ergo-2.3.0Vincent Laporte2019-02-19
|\ | | | | alt-ergo: 2.2.0 -> 2.3.0
| * ocamlPackages.psmt2-frontend: 0.1 -> 0.2R. RyanTM2019-02-12
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ocaml4.06.1-psmt2-frontend/versions
* | ocamlPackages.hex: 1.2.0 -> 1.3.0Vincent Laporte2019-02-17
| |
* | ocamlPackages.ocaml-migrate-parsetree: 1.1.0 -> 1.2.0Vincent Laporte2019-02-16
|/
* ocamlPackages.topkg: 0.9.1 -> 1.0.0R. RyanTM2019-02-11
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ocaml4.06.1-topkg/versions
* ocamlPackages.ocsigen-start: 1.4.0 -> 1.5.0Vincent Laporte2019-02-03
|
* ocamlPackages.ocsigen-start: 1.2.0 -> 1.4.0Vincent Laporte2019-02-03
|
* ocamlPackages.ocsigen-start: 1.1.0 -> 1.2.0Vincent Laporte2019-02-03
|
* ocamlPackages.ocsigen-toolkit: 1.1.0 -> 2.0.0Vincent Laporte2019-02-03
|
* ocamlPackages.eliom: 6.3.0 -> 6.4.0Vincent Laporte2019-02-03
|
* ocamlPackages.ocsigen_server: 2.9 -> 2.11Vincent Laporte2019-02-03
|
* ocamlPackages.lwt_camlp4: init at 20180325Vincent Laporte2019-02-03
|
* Merge pull request #53703 from vbgl/ocaml-ocp-indent-1.7.0Vladyslav M2019-01-16
|\ | | | | ocamlPackages.ocp-indent: 1.6.1 -> 1.7.0
| * ocamlPackages.cmdliner: restore version 1.0.2 for OCaml ≤ 4.02Vincent Laporte2019-01-09
| |
* | ocamlPackages.zarith: use buildOcaml instead of mkDerivationAustin Seipp2019-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has two main advantages: - By setting hasSharedObjects = true, buildOcaml will automatically include a setup-hook.sh that sets CAML_LD_LIBRARY_PATH in dependent expressions. This is needed to pick up dllzarith.so properly which is shipped as part of the library. - We can kill the ugly assert in the expression and instead change it to use minimumSupportedOcamlVersion. (Note: this was reverted in b44d5136e8a8d2d407, but the change is exactly equivalent -- I wasn't sure what impact zarith might actually have without checking OfBorg, which I wanted to do first.) Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | Revert "ocamlPackages.zarith: use buildOcaml instead of mkDerivation"Austin Seipp2019-01-15
| | | | | | | | This reverts commit 9d5a7af4e57b79b36cb3920b9ba50b3cbd27d2ea.
* | ocamlPackages.zarith: use buildOcaml instead of mkDerivationAustin Seipp2019-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This has two main advantages: - By setting hasSharedObjects = true, buildOcaml will automatically include a setup-hook.sh that sets CAML_LD_LIBRARY_PATH in dependent expressions. This is needed to pick up dllzarith.so properly which is shipped as party of the library. - We can kill the ugly assert in the expression and instead change it to use minimumSupportedOcamlVersion. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | ocamlPackages.rope: 0.6 -> 0.6.1 (#52829)R. RyanTM2019-01-13
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ocaml4.06.1-rope/versions
* | ocamlPackages.lablgtk3: 3.0.β2 → 3.0.β3Vincent Laporte2019-01-12
| |
* | ocamlPackages.resource-pooling: init at 0.5.2Vincent Laporte2019-01-12
|/ | | | | | A library for pooling resources like connections, threads, or similar. Homepage: https://github.com/ocsigen/resource-pooling
* ocamlPackages.ppx_deriving_yojson: 3.1 -> 3.3Vincent Laporte2018-12-25
|
* ocamlPackages.ppxfind: init at 1.2Vincent Laporte2018-12-25
|
* ocamlPackages.csv-lwt: init at 2.2Vincent Laporte2018-12-24
|
* Merge pull request #52179 from r-ryantm/auto-update/ocaml-cmdlinerRenaud2018-12-19
|\ | | | | ocamlPackages.cmdliner: 1.0.2 -> 1.0.3
| * ocamlPackages.cmdliner: 1.0.2 -> 1.0.3R. RyanTM2018-12-14
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ocaml-cmdliner/versions
* | Merge pull request #52172 from r-ryantm/auto-update/ocaml-cursesRenaud2018-12-19
|\ \ | | | | | | ocamlPackages.curses: 1.0.3 -> 1.0.4
| * | ocamlPackages.curses: 1.0.3 -> 1.0.4R. RyanTM2018-12-14
| |/ | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ocaml-curses/versions
* | ocamlPackages.atdgen: init at 2.0.0Vincent Laporte2018-12-17
| | | | | | | | | | | | | | | | Atdgen is a command-line program that takes as input type definitions in the ATD syntax and produces OCaml code suitable for data serialization and deserialization. Homepage: https://github.com/mjambon/atd
* | ocamlPackages.labltk: fix evaluation with OCaml < 4.04Vincent Laporte2018-12-17
| |
* | ocaml-ng.ocamlPackages_4_01_0.ppx_cstruct: fix evaluationVincent Laporte2018-12-17
| |
* | ocaml-ng.ocamlPackages_4_01_0.cstruct-unix: fix evaluationVincent Laporte2018-12-17
| |
* | ocaml-ng.ocamlPackages_4_01_0.cstruct-lwt: fix evaluationVincent Laporte2018-12-17
| |
* | ocamlPackages.elina: init at 1.1Vincent Laporte2018-12-16
| | | | | | | | | | | | | | ELINA contains optimized implementations of popular numerical abstract domains such as Polyhedra, Octagon and Zones for static analysis. homepage: http://elina.ethz.ch/
* | ocamlPackages.lablgtk3: 3.0.beta1 -> 3.0.beta2Vincent Laporte2018-12-14
| |
* | ocamlPackages.lablgtk3: init at 3.0.beta1Vincent Laporte2018-12-13
| |
* | ocamlPackages.ppx_import: 1.5 -> 1.5-3Vincent Laporte2018-12-12
| |
* | ocamlPackages.ppx_deriving_yojson: disable testsVincent Laporte2018-12-12
| |
* | ocamlPackages.checkseum: init at 0.0.3Vincent Laporte2018-12-11
| | | | | | | | | | | | | | | | Chekseum is an OCaml library which implements ADLER-32 and CRC32C Cyclic Redundancy Check. It provides 2 implementation, the first in C and the second in OCaml. Homepage: https://github.com/mirage/checkseum
* | ocamlPackages.optint: init at 0.0.2Vincent Laporte2018-12-11
|/ | | | | | | | This library provide one module Optint which internally uses an int if you are in a x64 architecture or an int32 (boxed value) if you are in a x86 architecture. Homepage: https://github.com/mirage/optint