Commit Graph

12 Commits

Author SHA1 Message Date
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
Vincent Laporte
8aa86b260c orpie: use OCaml 4.14 2024-01-22 08:36:01 +01:00
Ulrik Strid
c53a63adf1 ocamlPackages treewide: strictDeps all packages 2023-02-03 08:59:34 +01:00
Vincent Laporte
93df56918c
orpie: use Dune 3 2023-01-15 12:13:06 +01:00
Vincent Laporte
8cc0385c8b
orpie: fix build 2021-10-05 07:32:05 +02:00
Vincent Laporte
57c7d7c50a
orpie: use Dune 2 2021-04-02 14:12:01 +02:00
Vincent Laporte
c0ab50b741 orpie: 1.5.2 → 1.6.1 2020-10-14 07:33:04 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Markus Kowalewski
bb6263af72
orpie: update homepage 2018-09-02 00:13:21 +02:00
Florent Becker
e7953d20d2 orpie: fix build with ocaml 4.02+ 2017-02-19 13:05:45 +01:00
obadz
db31c1c438 orpie: init at 1.5.2
[Bjørn: add meta.platforms]
2015-09-28 21:03:11 +02:00