about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorMasayuki Takeda <mtakeda.enigsol@gmail.com>2018-03-07 23:17:28 +0900
committerMasayuki Takeda <mtakeda.enigsol@gmail.com>2018-03-07 23:17:28 +0900
commitb2c8f8be810dd28a00c7240991059128d89c40a3 (patch)
treebe866272b57723f60d07a850b5c98ab83a635d07 /pkgs/development/ocaml-modules
parent3f738231177cb1823f912c7f566cffa94ae3440e (diff)
downloadnixlib-b2c8f8be810dd28a00c7240991059128d89c40a3.tar
nixlib-b2c8f8be810dd28a00c7240991059128d89c40a3.tar.gz
nixlib-b2c8f8be810dd28a00c7240991059128d89c40a3.tar.bz2
nixlib-b2c8f8be810dd28a00c7240991059128d89c40a3.tar.lz
nixlib-b2c8f8be810dd28a00c7240991059128d89c40a3.tar.xz
nixlib-b2c8f8be810dd28a00c7240991059128d89c40a3.tar.zst
nixlib-b2c8f8be810dd28a00c7240991059128d89c40a3.zip
add meta-attrs
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/camlimages/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/camlimages/default.nix b/pkgs/development/ocaml-modules/camlimages/default.nix
index 394b0c507be5..72c923804492 100644
--- a/pkgs/development/ocaml-modules/camlimages/default.nix
+++ b/pkgs/development/ocaml-modules/camlimages/default.nix
@@ -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 ];
+  };
 }