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
+2 -1
View File
@@ -37,7 +37,8 @@ stdenv.mkDerivation {
It also provides parsing and printing tools.
'';
homepage = "${webpage}";
license = "BSD";
license = stdenv.lib.licenses.bsd3;
branch = "5";
platforms = ocaml.meta.platforms;
maintainers = [
stdenv.lib.maintainers.z77z