add ocaml-ipaddr

This commit is contained in:
Florent Becker 2014-05-28 21:52:23 +02:00 committed by Michael Raskin
parent ffe02360dc
commit b5c621062d
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{ocaml, findlib, stdenv, fetchurl}:
stdenv.mkDerivation {
name = "ocaml-ipaddr-2.4.0";
src = fetchurl {
url = https://github.com/mirage/ocaml-ipaddr/archive/2.4.0.tar.gz;
sha256 = "0g7qg35w3vzcg37798rhbx7iia83286md3gj5gdhs1qgizlg56wx";
};
buildInputs = [ocaml findlib];
createFindlibDestdir = true;
}

View File

@ -3371,6 +3371,8 @@ let
ocamlify = callPackage ../development/tools/ocaml/ocamlify { };
ocaml_ipaddr = callPackage ../development/ocaml-modules/ocaml-ipaddr { };
ocaml_lwt = callPackage ../development/ocaml-modules/lwt { };
ocamlmod = callPackage ../development/tools/ocaml/ocamlmod { };