Commit Graph

22 Commits

Author SHA1 Message Date
Vincent Laporte
c0d425c553 ocamlPackages.wasm: clean-up 2026-08-11 11:09:41 +02:00
Luna Nova
e7fbed853b treewide: remove usages of obsolete pie hardening flag 2025-10-09 10:13:03 -07:00
Mutsuha Asada
1d2afc0e99 ocamlPackages.wasm: 2.0.1 -> 2.0.2 2025-06-07 08:09:22 +02: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
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Vincent Laporte
4d5e3e4a5b ocamlPackages.wasm: 2.0.0 → 2.0.1 2023-07-25 07:11:09 +02:00
Vincent Laporte
7b77c9ed63 ocamlPackages.wasm: disable for OCaml ≥ 5.0 2023-06-08 13:45:04 +02:00
Vincent Laporte
3a5d3c73c7 ocamlPackages.wasm: 1.1.1 → 2.0.0 2022-06-08 23:34:47 +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
Vincent Laporte
9211608da7 ocamlPackages.wasm: disable with OCaml 4.02 2022-03-28 21:01:41 +02:00
Vincent Laporte
5bd7b7017b ocamlPackages.wasm: disable for OCaml ≥ 4.13 2022-03-04 16:09:07 +01:00
Felix Buehler
12f343da4c treewide: rename name to pname&version 2022-02-06 23:56:36 +01:00
Guillaume Girol
dd8a674796 ocamlPackages.wasm: fix static cross 2021-08-19 09:30:48 +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
Gabor Greif
90d0fea440 ocamlPackages.wasm: 1.1 -> 1.1.1
see https://opam.ocaml.org/packages/wasm/wasm.1.1.1
2020-05-12 09:15:25 +02:00
Gabor Greif
29d0e684af ocamlPackages.wasm: 1.0 -> 1.1 (#86803) 2020-05-10 09:53:27 +02:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Vincent Laporte
bab3588e4e ocamlPackages.wasm: disable for OCaml ≥ 4.08 2020-03-13 22:31:01 +01:00
Léo Gaspard
9b46b273f9 ocamlModules.wasm: add wasm binary 2018-08-13 15:36:44 +00:00
Vincent Laporte
698894a50d ocamlPackages.wasm: 0.13 -> 1.0 2017-10-25 00:54:38 +00:00
Vincent Laporte
83d14b7b50 ocamlPackages.wasm: init at 0.13
wasm is an OCaml library to read and write Web Assembly (wasm) files and
manipulate their AST.
2017-08-04 05:36:58 +00:00