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