ocamlPackages: inherit ocaml.meta.platforms

main
Malo Bourgon 2 years ago committed by Vincent Laporte
parent b1de4bf60f
commit bca4ad0487
  1. 2
      pkgs/development/ocaml-modules/benchmark/default.nix
  2. 2
      pkgs/development/ocaml-modules/camlzip/default.nix
  3. 2
      pkgs/development/ocaml-modules/camomile/0.8.2.nix
  4. 2
      pkgs/development/ocaml-modules/camomile/0.8.5.nix
  5. 2
      pkgs/development/ocaml-modules/cmdliner/default.nix
  6. 2
      pkgs/development/ocaml-modules/cpdf/default.nix
  7. 2
      pkgs/development/ocaml-modules/cryptgps/default.nix
  8. 2
      pkgs/development/ocaml-modules/curses/default.nix
  9. 2
      pkgs/development/ocaml-modules/dypgen/default.nix
  10. 2
      pkgs/development/ocaml-modules/extlib/default.nix
  11. 2
      pkgs/development/ocaml-modules/functory/default.nix
  12. 2
      pkgs/development/ocaml-modules/jsonm/default.nix
  13. 2
      pkgs/development/ocaml-modules/lablgtk/2.14.0.nix
  14. 2
      pkgs/development/ocaml-modules/lablgtk/default.nix
  15. 2
      pkgs/development/ocaml-modules/llvm/default.nix
  16. 2
      pkgs/development/ocaml-modules/ocaml-cairo/default.nix
  17. 2
      pkgs/development/ocaml-modules/ocaml-libvirt/default.nix
  18. 2
      pkgs/development/ocaml-modules/ocamlnat/default.nix
  19. 2
      pkgs/development/ocaml-modules/ocamlnet/default.nix
  20. 2
      pkgs/development/ocaml-modules/ocsigen-server/default.nix
  21. 2
      pkgs/development/ocaml-modules/otfm/default.nix
  22. 2
      pkgs/development/ocaml-modules/rope/default.nix
  23. 2
      pkgs/development/ocaml-modules/sawja/default.nix
  24. 2
      pkgs/development/ocaml-modules/sodium/default.nix
  25. 2
      pkgs/development/ocaml-modules/syslog/default.nix
  26. 2
      pkgs/development/ocaml-modules/tsdl/default.nix
  27. 2
      pkgs/development/ocaml-modules/ulex/default.nix
  28. 2
      pkgs/development/ocaml-modules/uuidm/default.nix
  29. 2
      pkgs/development/ocaml-modules/xmlm/default.nix

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://ocaml-benchmark.forge.ocamlcore.org/";
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
description = "Benchmark running times of code";
license = lib.licenses.lgpl21;
maintainers = with lib.maintainers; [ volth ];

@ -64,7 +64,7 @@ stdenv.mkDerivation {
for reading from and writing to compressed files in these formats.
'';
license = "LGPL+linking exceptions";
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
maintainers = with maintainers; [ maggesi ];
};
}

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "A comprehensive Unicode library for OCaml";
license = lib.licenses.lgpl21;
branch = "0.8.2";
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
maintainers = [
lib.maintainers.maggesi
];

@ -24,7 +24,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/yoriyuki/Camomile/tree/master/Camomile";
description = "A comprehensive Unicode library for OCaml";
license = lib.licenses.lgpl21;
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
maintainers = [
lib.maintainers.maggesi
];

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = "https://erratique.ch/software/cmdliner";
description = "An OCaml module for the declarative definition of command line interfaces";
license = licenses.bsd3;
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
maintainers = [ maintainers.vbgl ];
};
}

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://www.coherentpdf.com/";
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
description = "PDF Command Line Tools";
license = licenses.unfree;
maintainers = [ maintainers.vbgl ];

@ -31,7 +31,7 @@ stdenv.mkDerivation {
itself.
'';
license = lib.licenses.mit;
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
maintainers = [
lib.maintainers.maggesi
];

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21Plus;
changelog = "https://github.com/mbacarella/curses/raw/${version}/CHANGES";
maintainers = [ maintainers.volth ];
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
};
}

@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
homepage = "http://dypgen.free.fr";
description = "Dypgen GLR self extensible parser generator";
license = lib.licenses.cecill-b;
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
};
}

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/ygrek/ocaml-extlib";
description = "Enhancements to the OCaml Standard Library modules";
license = lib.licenses.lgpl21Only;
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
maintainers = [ lib.maintainers.sternenseemann ];
};
}

@ -34,6 +34,6 @@ stdenv.mkDerivation {
description = "A distributed computing library for Objective Caml which facilitates distributed execution of parallelizable computations in a seamless fashion";
license = licenses.lgpl21;
maintainers = [ maintainers.vbgl ];
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
};
}

@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ vbgl ];
mainProgram = "jsontrip";
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
};
}

@ -29,7 +29,7 @@ stdenv.mkDerivation (rec {
meta = {
branch = "2.14";
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
maintainers = [
lib.maintainers.maggesi
lib.maintainers.roconnor

@ -37,7 +37,7 @@ stdenv.mkDerivation {
dontStrip = true;
meta = with lib; {
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
maintainers = with maintainers; [
maggesi roconnor vbgl
];

@ -38,7 +38,7 @@ stdenv.mkDerivation {
meta = {
inherit (libllvm.meta) license homepage;
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
description = "OCaml bindings distributed with LLVM";
maintainers = with lib.maintainers; [ vbgl ];
};

@ -43,6 +43,6 @@ stdenv.mkDerivation rec {
homepage = "http://cairographics.org/cairo-ocaml";
description = "ocaml bindings for cairo library";
license = lib.licenses.gpl2;
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
};
}

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
homepage = "https://libvirt.org/ocaml/";
license = licenses.gpl2;
maintainers = [ maintainers.volth ];
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
};
}

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
x86 or x86-64 processors. Support for additional architectures and
operating systems is planned, but not yet available.
'';
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
maintainers = [
lib.maintainers.maggesi
];

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
homepage = "http://projects.camlcity.org/projects/ocamlnet.html";
description = "A library implementing Internet protocols (http, cgi, email, etc.) for OCaml";
license = "Most Ocamlnet modules are released under the zlib/png license. The HTTP server module Nethttpd is, however, under the GPL.";
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
maintainers = [
lib.maintainers.maggesi
];

@ -67,7 +67,7 @@ buildDunePackage rec {
A full featured Web server. It implements most features of the HTTP protocol, and has a very powerful extension mechanism that make very easy to plug your own OCaml modules for generating pages.
'';
license = lib.licenses.lgpl21Only;
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
maintainers = [ lib.maintainers.gal_bolle ];
};

@ -34,7 +34,7 @@ stdenv.mkDerivation {
of them.
'';
homepage = webpage;
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
license = licenses.bsd3;
maintainers = [ maintainers.jirkamarsik ];
};

@ -37,7 +37,7 @@ stdenv.mkDerivation ({
meta = {
homepage = "http://rope.forge.ocamlcore.org/";
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
description = ''Ropes ("heavyweight strings") in OCaml'';
license = lib.licenses.lgpl21;
maintainers = with lib.maintainers; [ volth ];

@ -44,6 +44,6 @@ stdenv.mkDerivation {
homepage = "http://sawja.inria.fr/";
license = licenses.gpl3Plus;
maintainers = [ maintainers.vbgl ];
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
};
}

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/dsheets/ocaml-sodium";
description = "Binding to libsodium 1.0.9+";
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
maintainers = [ maintainers.rixed ];
};
}

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/rixed/ocaml-syslog";
description = "Simple wrapper to access the system logger from OCaml";
license = licenses.lgpl21Plus;
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
maintainers = [ maintainers.rixed ];
};
}

@ -37,6 +37,6 @@ stdenv.mkDerivation {
homepage = webpage;
description = "Thin bindings to the cross-platform SDL library";
license = licenses.isc;
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
};
}

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
inherit (src.meta) homepage;
description = "A lexer generator for Unicode and OCaml";
license = lib.licenses.mit;
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
maintainers = [ lib.maintainers.roconnor ];
};
}

@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
maintainers = [ maintainers.maurer ];
mainProgram = "uuidtrip";
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
};
}

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
maintainers = [ maintainers.vbgl ];
mainProgram = "xmltrip";
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
};
}

Loading…
Cancel
Save