Merge pull request #36418 from mt-caret/camlimages
ocaml-ng.ocamlPackages_4_06.camlimages: add meta-attrs
This commit is contained in:
commit
3f20f187a2
@ -9,4 +9,12 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ findlib jbuilder ocaml configurator cppo lablgtk ];
|
||||
buildPhase = "jbuilder build -p camlimages";
|
||||
inherit (jbuilder) installPhase;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
branch = "5.0";
|
||||
homepage = https://bitbucket.org/camlspotter/camlimages;
|
||||
description = "OCaml image processing library";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.vbgl maintainers maintainers.mt-caret ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user