summaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/lwt (follow)
Commit message (Expand)AuthorAgeFilesLines
* ocamlPackages.lwt: 5.5.0 → 5.6.1Vincent Laporte2022-10-231-13/+9
* ocamlPackages.lwt: 5.4.1 → 5.5.0Vincent Laporte2022-05-181-4/+2
* treewide: Simplify negated uses of versionAtLeast, versionOlder•••Signed-off-by: Anders Kaseorg <andersk@mit.edu> Anders Kaseorg2022-04-251-3/+3
* buildDunePackage: use dune_2 by defaultVincent Laporte2022-03-131-1/+3
* ocaml-ng.ocamlPackages_4_07.lwt: fix build with strictDepsGuillaume Girol2022-03-011-2/+2
* ocamlPackages tree-wide: Move buildInputs that should be nativeBuildInputs•••To keep this for the future we also strictDeps where possible, including for janePackages, topkg, oasis and ocamlbuild. This makes some closures significantly smaller and makes cross compilation easier Ulrik Strid2022-02-241-3/+6
* ocamlPackages.lwt_ppx: switch to fetchFromGitHubFelix Buehler2022-01-081-11/+13
* ocamlPackages.lwt: switch to fetchFromGitHubFelix Buehler2021-12-071-4/+6
* Merge pull request #145033 from anmonteiro/anmonteiro/ocaml-cross-fiexs•••ocamlPackages: fix some packages for cross-compilationGuillaume Girol2021-11-101-3/+2
|\
| * Update pkgs/development/ocaml-modules/lwt/default.nix•••Co-authored-by: Sandro <sandro.jaeckel@gmail.com>Antonio Nuno Monteiro2021-11-081-2/+1
| * ocamlPackages: fix some packages for cross-compilationAntonio Nuno Monteiro2021-11-071-2/+2
* | treewide: replace '-git' packages with 'unstable-' in version (#145396)Felix Bühler2021-11-101-1/+1
|/
* ocamlPackages.lwt: remove unnecessary dependency on OMPVincent Laporte2021-07-241-2/+2
* ocamlPackages.lwt: 5.4.0 → 5.4.1Vincent Laporte2021-06-091-2/+2
* ocamlPackages.lwt: 5.3.0 → 5.4.0Vincent Laporte2021-02-121-4/+8
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix•••continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi. Jonathan Ringer2021-01-191-2/+2
* ocamlPackages.lwt_ppx: 2.0.1 → 2.0.2Vincent Laporte2021-01-071-6/+9
* ocamlPackages.lwt: 4.5.0 → 5.3.0•••ocamlPackages.lwt_ppx: 1.2.4 → 2.0.1 Vincent Laporte2020-07-052-5/+5
* ocamlPackages.lwt: rename file to “default.nix” and attribute to “lwt”Vincent Laporte2020-06-241-0/+0
* ocamlPackages.lwt2: remove at 2.7.1Vincent Laporte2020-06-241-58/+0
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* ocamlPackages.lwt4: 4.4.0 → 4.5.0Vincent Laporte2020-02-041-2/+2
* ocamlPackages.lwt_ppx: use independent source from lwtAntonio Nuno Monteiro2020-01-081-2/+14
* ocamlPackages.lwt4: 4.2.1 → 4.4.0Vincent Laporte2019-11-211-10/+5
* ocamlPackages.lwt_ppx: fix dependency propagation•••dune was showing this error when using lwt_ppx: File "/nix/store/sz4cg32ph84lapgs50xv73s3a0baqq2s-ocaml4.08.1-lwt_ppx-4.2.1/lib/ocaml/4.08.1/site-lib/lwt_ppx/dune-package", line 11, characters 56-75: 11 | (requires compiler-libs.common ocaml-migrate-parsetree ppx_tools_versioned) ^^^^^^^^^^^^^^^^^^^ Error: Library "ppx_tools_versioned" not found. -> required by library "lwt_ppx" in /nix/store/sz4cg32ph84lapgs50xv73s3a0baqq2s-ocaml4.08.1-lwt_ppx-4.2.1/lib/ocaml/4.08.1/site-lib/lwt_ppx -> required by executable wizytests in dune:6 Hint: try: dune external-lib-deps --missing @@default Ricardo M. Correia2019-11-161-2/+1
* Merge pull request #70641 from maggesi/rename-z77z-into-maggesi•••Rename z77z into maggesiMatthew Bauer2019-11-071-1/+1
|\
| * Rename z77z into maggesi•••Make the "handle" of the maintainer match the name of the github account. Also update the email address. Marco Maggesi2019-10-071-1/+1
* | ocamlPackages.lwt3: remove at 3.3.0Vincent Laporte2019-11-071-39/+0
|/
* Merge master into staging-nextFrederik Rietdijk2019-09-061-9/+13
|\
| * ocamlPackages.ocaml_lwt: 4.1.0 -> 4.2.1•••Ensures compatibility with OCaml 4.08 Vincent Laporte2019-09-061-9/+13
* | treewide: remove redundant recvolth2019-08-281-1/+1
* | treewide: remove redundant quotesvolth2019-08-261-1/+1
|/
* dune: 1.9.2 -> 1.10.0 (#62256)•••* dune: 1.9.2 -> 1.10.0 * ocamlPackages.camomile: use jbuilder executable * ocamlPackages.sqlexpr: fix build * ocamlPackages.lwt_camlp4: fix build Mario Rodas2019-07-051-0/+2
* treewide: remove unused variables (#63177)•••* treewide: remove unused variables * making ofborg happy volth2019-06-161-1/+1
* ocamlPackages.lwt_camlp4: init at 20180325Vincent Laporte2019-02-031-0/+25
* buildDunePackage: new support function; use it to refactor some OCaml derivat...Théo Zimmermann2018-11-072-23/+13
* ocamlPackages.ocaml_lwt: 3.3.0 -> 4.1.0Vincent Laporte2018-10-082-0/+35
* jbuilder: 1.0.1 -> dune: 1.1.1Vincent Laporte2018-09-152-7/+7
* ocamlPackages.{tyxml,lwt}: always enable camlp4 supportVincent Laporte2018-09-051-1/+1
* ocamlPackages.lwt2: disable for OCaml ≥ 4.06Vincent Laporte2018-08-291-0/+1
* ocamlPackages.lwt3: make dependency to camlp4 optionalVincent Laporte2018-07-121-4/+7
* ocamlPackages.lwt_ppx: init at 3.3.0Vincent Laporte2018-03-271-0/+19
* ocamlPackages.lwt3: 3.0.0 -> 3.3.0Vincent Laporte2018-03-272-45/+81
* ocamlPackages.lwt: remove spurious dependency on oasisVincent Laporte2017-11-011-2/+2
* Merge branch 'master' into staging•••Hydra: ?compare=1399476 Vladimír Čunát2017-10-071-2/+2
|\
| * ocamlPackages.ssl: 0.5.3 -> 0.5.4Vincent Laporte2017-10-051-2/+2
* | Merge branch 'master' into staging•••Evaluation was blocked on Hydra; this should fix it. Vladimír Čunát2017-10-051-2/+2
|\|
| * ocamlPackages.react: 1.2.0 -> 1.2.1Vincent Laporte2017-10-051-2/+2
* | misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`•••Only acts on one-line dependency lists. John Ericson2017-09-211-1/+2
|/
* ocamlPackages.lwt: requires OCaml ≥ 4.00Vincent Laporte2017-07-031-0/+4