Merge pull request #20526 from sternenseemann/x509

ocaml-x509: set mininimum supported ocaml version
This commit is contained in:
Joachim F
2016-11-21 13:14:15 +01:00
committed by GitHub

View File

@@ -4,6 +4,8 @@ buildOcaml rec {
name = "x509";
version = "0.5.3";
mininimumSupportedOcamlVersion = "4.02";
src = fetchFromGitHub {
owner = "mirleft";
repo = "ocaml-x509";