···11{stdenv, fetchurl, ocaml, findlib}:
2233+if stdenv.lib.versionAtLeast ocaml.version "4.06"
44+then throw "cryptgps is not available for OCaml ${ocaml.version}"
55+else
66+37stdenv.mkDerivation rec {
48 name = "ocaml-cryptgps-${version}";
59 version = "0.2.1";