Commit Graph

25 Commits

Author SHA1 Message Date
redianthus
6d5bc274d4 ocamlPackages.logs: switch back to SRI hash 2025-11-26 11:55:54 +01:00
redianthus
66d99d6ded ocamlPackages.logs: small cleaning 2025-11-26 11:46:31 +01:00
redianthus
b504685580 ocamlPackages.logs: 0.9.0 -> 0.10.0 2025-11-26 11:43:39 +01:00
·𐑑𐑴𐑕𐑑𐑩𐑤
77664c146c ocamlPackages.logs: 0.8.0 → 0.9.0 2025-08-12 09:20:55 +02:00
·𐑑𐑴𐑕𐑑𐑩𐑤
2036d76fbc ocamlPackages.logs: remove result 2025-08-12 09:20:55 +02:00
·𐑑𐑴𐑕𐑑𐑩𐑤
543ced1653 ocamlPackages.logs: ocamlPackages.logs: refactor to use buildTopkg 2025-08-12 09:20:55 +02:00
Vincent Laporte
7460b6befb ocamlPackages.logs: 0.7.0 → 0.8.0 2025-03-19 21:51:38 +01:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
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 a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Jules Aguillon
b722b9ddff ocamlPackages.logs: Optional dependency on lwt and cmdliner
These are optional dependencies for the library. Making them optional is
useful to reduce the size of other packages.

By default, the dependencies are all provided and the output is
unchanged.
2024-01-02 13:38:23 +01:00
Vincent Laporte
0f4f35c7b0 ocamlPackages.fmt: 0.8.9 → 0.9.0 2022-08-31 07:36:39 +02:00
Anders Kaseorg
6920d8ca42 treewide: Simplify negated uses of versionAtLeast, versionOlder
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-04-25 13:35:24 -07:00
Ulrik Strid
a13cdfe520 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
2022-02-24 14:39:27 +01:00
Antonio Nuno Monteiro
40c61e528f ocamlPackages.logs: make jsoo support optional 2021-10-02 11:29:41 +02:00
Vincent Laporte
84785c63af ocamlPackages.logs: also build the optional logs.browser library 2021-09-29 09:37:11 +02:00
sternenseemann
4e42cac49d ocamlPackages: stdenv.lib → lib
This change was produced by searching for remaining occurrences of
stdenv.lib and replacing them manually.

Reference #108938.
2021-01-12 16:33:18 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Vincent Laporte
87774e094d ocamlPackages.logs: 0.6.3 → 0.7.0 2019-12-07 06:52:45 +00:00
Yorick van Pelt
4550405ac9 ocaml-modules: replace buildInputs with nativeBuildInputs where appropriate
The default has been to use buildInputs for build dependencies.
This doesn't work when cross-compiling.
2019-11-11 11:10:14 +03:00
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Vincent Laporte
7cca325b07 ocamlPackages.logs: disable for OCaml < 4.03 2019-08-23 17:51:41 +00:00
R. RyanTM
0445fb2356 ocamlPackages.logs: 0.6.2 -> 0.6.3
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-logs/versions
2019-05-22 00:03:39 -07:00
Daniel Schaefer
bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Théo Zimmermann
208aedb971 ocamlPackages.*: remove unnecessary unpackCmd 2018-11-12 17:25:18 +00:00
Vincent Laporte
5e4edcc4ec ocamlPackages.topkg: refactoring 2017-12-14 07:36:29 +00:00
sternenseemann
4f0feb4f5f ocaml-logs: init at 0.6.2 2017-02-19 04:36:14 +00:00