ocamlPackages.dune-private-libs: init at 2.1.0

This commit is contained in:
Mario Rodas
2019-12-21 10:03:50 -05:00
parent 1b1f9584e5
commit 6b9504955f
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,15 @@
{ lib, buildDunePackage, dune_2 }:
buildDunePackage rec {
pname = "dune-private-libs";
inherit (dune_2) src version;
dontAddPrefix = true;
meta = with lib; {
description = "Private libraries of Dune";
maintainers = [ maintainers.marsam ];
license = licenses.mit;
};
}