Adds some “branch” meta-data

This commit is contained in:
Vincent Laporte
2014-11-06 19:40:50 +00:00
parent ee7e65f033
commit 3d049938c8
13 changed files with 16 additions and 3 deletions
@@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://caml.inria.fr/ocaml;
branch = "4.00";
license = [ "QPL" /* compiler */ "LGPLv2" /* library */ ];
description = "Most popular variant of the Caml language";