summaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/react
AgeCommit message (Collapse)Author
2025-12-10treewide: clean up 'meta = with' patternIhar Hrachyshka
This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-10-17maintainers: drop maggesiWolfgang Walther
Inactive since 2019/2020.
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
2022-10-22ocamlPackages.react: 1.2.1 → 1.2.2Vincent Laporte
2022-02-24ocamlPackages tree-wide: Move buildInputs that should be nativeBuildInputsUlrik Strid
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
2021-11-10pkgs/development: followup fmtFelix Buehler
2021-11-10pkgs/development: rename name to pname&versionFelix Buehler
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-10-07Rename z77z into maggesiMarco Maggesi
Make the "handle" of the maintainer match the name of the github account. Also update the email address.
2019-04-22treewide: Change URLs to HTTPSDaniel Schaefer
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-15treewide: update homepages to https where availableMatthew Bauer
Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
2018-11-12ocamlPackages.*: remove unnecessary unpackCmdThéo Zimmermann
2017-12-14ocamlPackages.topkg: refactoringVincent Laporte
2017-10-05ocamlPackages.react: 1.2.0 -> 1.2.1Vincent Laporte
2016-10-14ocaml-react: fix hashRicardo M. Correia
The package had been updated from 1.1.0 -> 1.2.0 but the hash hadn't.
2016-10-09OCaml modules: make explicit some dependencies to ocamlbuildVincent Laporte
2016-05-31ocaml-react: 1.1.0 -> 1.2.0Florent Becker
2016-03-13Ensure that we can evaluate the platform attribute of ocaml packages.Nicolas B. Pierron
2014-08-30Update ocaml-react to 1.1.0Florent Becker
2014-04-23Updated react to 1.0.1Vincent Bernardoff
2014-01-31Update OCaml react to version 2.4.3Marco Maggesi
2010-12-11* Enable hydra build for ocaml-batteries, camlzip, camomile, ocaml-cryptgps, ↵Marco Maggesi
cryptokit, ocaml-lwt, menhir, ounit, ocaml-pcre, ocaml-react, ocaml-ssl svn path=/nixpkgs/trunk/; revision=25064
2010-12-09* Add ocaml packages findlib, camlzip, ocaml-ssl, ocaml-batteries, menhir, ↵Marco Maggesi
camomile, ocaml-lwt, cryptokit, ocaml-cryptgps, ounit, ocaml-react svn path=/nixpkgs/trunk/; revision=25041