summaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/cohttp
AgeCommit message (Collapse)Author
2026-01-19ocamlPackages.cohttp: 6.2.0 -> 6.2.1R. Ryantm
2026-01-04ocamlPackages.cohttp-lwt: add 5_3 compatibilityMarijan Petričević
2025-12-27ocamlPackages.cohttp-async: enable tests, add cohttp_5_3 compatibilityMarijan Petričević
2025-12-27ocamlPackages.cohttp: remove duneVersionMarijan Petričević
2025-12-27ocamlPackages.cohttp-eio: init at 6.2.0Marijan Petričević
2025-12-27ocamlPackages.cohttp: 5.3.1 -> 6.2.0Marijan Petričević
2025-04-18ocamlPackages.cohttp-async: require OCaml ≥ 4.14Vincent Laporte
2024-12-10treewide: format all inactive Nix filesSilvan Mosberger
After final improvements to the official formatter implementation, this commit now performs the first treewide reformat of Nix files using it. This is part of the implementation of RFC 166. Only "inactive" files are reformatted, meaning only files that aren't being touched by any PR with activity in the past 2 months. This is to avoid conflicts for PRs that might soon be merged. Later we can do a full treewide reformat to get the rest, which should not cause as many conflicts. A CI check has already been running for some time to ensure that new and already-formatted files are formatted, so the files being reformatted here should also stay formatted. This commit was automatically created and can be verified using nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \ --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7 result/bin/apply-formatting $NIXPKGS_PATH
2024-08-19ocamlPackages.cohttp-mirage: remove at 5.3.1Vincent Laporte
2024-07-16pkgs/development/ocaml-modules: remove unused argumentsSigmanificient
2024-02-24ocamlPackages.cohttp: 5.3.0 -> 5.3.1R. Ryantm
2023-08-02ocamlPackages.cohttp: 5.1.0 -> 5.3.0Dimitrije Radojević
2023-06-15ocamlPackage.{cohttp,github-unix}: fix for OCaml 5.0 (#237686)Vincent Laporte
* ocamlPackages.cohttp: fix for OCaml 5.0 * ocamlPackages.github-unix: fix for OCaml 5.0 Co-authored-by: Ulrik Strid <ulrik.strid@outlook.com>
2023-04-18ocamlPackages.cohttp-top: init at 5.1.0Niols
2023-04-18ocamlPackages.cohttp-lwt-jsoo: init at 5.1.0Niols
2023-04-17ocamlPackages.cohttp*: 5.0.0 -> 5.1.0Niols
2023-03-27ocamlPackages: fix evalVincent Laporte
Evaluation for OCaml < 4.08 has been broken by d9f767600fb2f5f0b7e7159cd8638c0701ad6bfc
2023-02-03ocamlPackages treewide: strictDeps all packagesUlrik Strid
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2023-01-12ocamlPackages.cohttp: use dune 3Vincent Laporte
2022-07-21ocamlPackages.cohttp-async: Remove redundant patch that doesn't applyAaron L. Zeng
2022-07-17Merge pull request #166033 from bcc32/js-015Guillaume Girol
ocamlPackages.janeStreet: 0.14 -> 0.15
2022-07-07ocamlPackages.dns: 5.0.1 → 6.1.4Vincent Laporte
ocamlPackages.conduit: 4.0.2 → 5.1.0 ocamlPackages.cohttp: 4.0.0 → 5.0.0 ocamlPackages.ocsigen_server: fix compatibility with cohttp-5.0.0
2022-07-07Add Jane Street ocaml packages version 0.15Aaron L. Zeng
- ocamlPackages.tls*: 0.15.2 -> 0.15.3 - ocamlPackages.bistro: unstable-2021-11-13 -> unstable-2022-05-07 - ocamlPackages.phylogenetics: 0.1.0 -> unstable-2022-05-06
2021-05-11ocamlPackages: cohttp: 2.5.0 -> 4.0.0; conduit: 2.2.2 -> 4.0.0 (#118144)sterni
* ocamlPackages.x509: 0.12.0 -> 0.13.0 https://github.com/mirleft/ocaml-x509/releases/tag/v0.13.0 * ocamlPackages.tls{,-mirage}: 0.12.8 -> 0.13.1 https://github.com/mirleft/ocaml-tls/releases/tag/v0.13.0 https://github.com/mirleft/ocaml-tls/releases/tag/v0.13.1 * ocamlPackages.ca-certs: 0.2.0 -> 0.2.1 Adds support for NIX_SSL_CERT_FILE, so we can finally run its test suite! https://github.com/mirage/ca-certs/releases/tag/v0.2.1 * ocamlPackages.dns*: 4.6.3 -> 5.0.0 * jackline: unstable-2020-09-03 -> unstable-2021-04-23 Compatibility with tls >= 0.13.0 * ocamlPackages.ca-certs-nss: init at 3.64.0.1 * ocamlPackages.conduit: 2.2.2 -> 2.3.0 https://github.com/mirage/ocaml-conduit/releases/tag/v2.3.0 * ocamlPackages.curly: fix tests with new ca-certs behavior * ocamlPackages.cohttp: 2.5.0 -> 4.0.0 ocamlPackages.cohttp-lwt-unix: add description https://github.com/mirage/ocaml-cohttp/releases/tag/v4.0.0 * ocamlPackages.mirage{,-runtime,-types*}: 3.10.1 -> 3.10.3 Adjust to a few changed dependencies: https://github.com/mirage/mirage/releases/tag/v3.10.2 https://github.com/mirage/mirage/releases/tag/v3.10.3 * ocamlPackages.conduit*: 2.3.0 -> 4.0.0 https://github.com/mirage/ocaml-conduit/releases/tag/v4.0.0 * ocamlPackages.cohttp-lwt-unix: disable tests * ocamlPackages.dns*: 5.0.0 -> 5.0.1 https://github.com/mirage/ocaml-dns/releases/tag/v5.0.1 * ocamlPackages.awa*: 0.0.1 -> 0.0.3 https://github.com/mirage/awa-ssh/releases/tag/v0.0.2 https://github.com/mirage/awa-ssh/releases/tag/v0.0.3 * ocamlPackages.optint: 0.0.4 -> 0.1.0 https://github.com/mirage/optint/releases/tag/v0.0.5 https://github.com/mirage/optint/releases/tag/v0.1.0 * ocamlPackages.decompress: 1.3.0 -> 1.4.0 https://github.com/mirage/decompress/releases/tag/v1.4.0 * ocamlPackages.checkseum: 0.2.1 -> 0.3.1 https://github.com/mirage/checkseum/releases/tag/v0.3.0 https://github.com/mirage/checkseum/releases/tag/v0.3.1 * ocamlPackages.checkseum: allow compilation with ocaml-freestanding * ocamlPackages.carton: 0.4.0 -> 0.4.1 https://github.com/mirage/ocaml-git/releases/tag/carton-v0.4.1 * ocamlPackages.mimic: 0.0.2 -> 0.0.3 * Upstream changed. * https://github.com/dinosaure/mimic/releases/tag/0.0.3 * ocamlPackages.letsencrypt: 0.2.4 -> 0.2.5 * ocamlPackages.paf: 0.0.1 -> 0.0.3 * ocamlPackages.git-cohttp-mirage: remove at 3.3.3 Will be replaced by git-paf 3.4.0. * ocamlPackages.git*: 3.3.3 -> 3.4.0 ocamlPackages.git-paf: init at 3.4.0 https://github.com/mirage/ocaml-git/releases/tag/3.4.0 * ocamlPackages.irmin*: 2.5.3 -> 2.6.0 https://github.com/mirage/irmin/releases/tag/2.6.0
2021-03-16ocamlPackages.cohttp*: 2.5.4 -> 2.5.5sternenseemann
2021-01-24ocamlPackages.cohttp-mirage: init at 2.5.4sternenseemann
2021-01-21ocamlPackages.*: use spaces for indentationzowoq
2021-01-12ocamlPackages: stdenv.lib → libsternenseemann
This change was produced by searching for remaining occurrences of stdenv.lib and replacing them manually. Reference #108938.
2020-10-30ocamlPackages.cohttp: use Dune 2Vincent Laporte
2020-08-28ocamlPackages.conduit-async: Add async_ssl to propagatedBuildInputsAaron L. Zeng
2020-08-28ocamlPackages.cohttp-async: init at 2.5.1Aaron L. Zeng
2020-08-14ocamlPackages.cohttp{,-lwt,-lwt-unix}: 2.5.1 → 2.5.4sternenseemann
2020-06-25ocamlPackages.{ipaddr,macaddr}: 3.1.0 → 5.0.0 and update all affected ↵sternenseemann
packages (tuntap, conduit, cohttp, …) (#91350) * ocamlPackages.{ipaddr,macaddr}: 3.1.0 → 5.0.0 * ipaddr-cstruct: new package (since 4.0.0) * ipaddr-sexp: new package (since 4.0.0) * macaddr-cstruct: new package (since 4.0.0) * macaddr-sexp: new package (since 4.0.0) * macaddr: enable tests (don't depend on ipaddr anymore) * ocamlPackages.tuntap: 1.3.0 → 2.0.0 * ocamlPackages.conduit{,-lwt,-lwt-unix}: 1.4.0 → 2.2.2 * ocamlPackages.cohttp{,-lwt,-lwt-unix}: 2.1.3 → 2.5.1 * ocamlPackages: use dune 2 if pkg (indirectly) depends on cohttp-lwt-unix dune refuses to build a package if one of its dependencies uses dune 2.
2020-02-28ocamlPackages.cohttp_p4: remove at 0.19.3Vincent Laporte
2019-12-30treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren
2019-08-28treewide: remove redundant recvolth
2019-08-21ocamlPackages.cohttp: 2.0.0 -> 2.1.3Vincent Laporte
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2019-04-07ocamlPackages.cohttp: 1.1.1 -> 2.0.0Vincent Laporte
2018-11-07buildDunePackage: new support function; use it to refactor some OCaml ↵Théo Zimmermann
derivations
2018-10-08ocamlPackages.ocaml_lwt: 3.3.0 -> 4.1.0Vincent Laporte
2018-09-19ocamlPackages.cohttp: 1.0.2 -> 1.1.1Vincent Laporte
2018-09-15jbuilder: 1.0.1 -> dune: 1.1.1Vincent Laporte
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-02-28ocamlPackages.cohttp: 1.0.0 -> 1.0.2Vincent Laporte
2017-12-16ocamlPackages.cohttp: 0.99 => 1.0.0Michiel Leenaars
ocamlPackages.git-http: mark as broken
2017-08-30ocamlPackages.ppx_deriving: 4.1 -> 4.2Théo Zimmermann
This fixes compilation of ppx_deriving with OCaml 4.05. js_of_ocaml_2: mark as broken with OCaml 4.05 ocamlPackages.cohttp: propagates ppx_deriving
2017-08-27ocamlPackages.cohttp: 0.22.0 -> 0.99.0Vincent Laporte
ocamlPackages.conduit: 0.15.4 -> 1.0.0 ocamlPackages.cohttp-lwt: init at 0.99.0 ocamlPackages.cohttp-lwt-unix: init at 0.99.0 ocamlPackages.conduit-lwt: init at 1.0.0 ocamlPackages.conduit-lwt-unix: init at 1.0.0 ocamlPackages.git: 1.11.1 -> 1.11.2
2017-07-01ocamlPackages.cohttp: 0.19.3 -> 0.22.0Vincent Laporte
Keeping the old version under attribute cohttp_p4