ocamlPackages.ocsigenserver: 5.1.2 → 6.0.0
ocamlPackages.eliom: 10.4.1 → 11.0.0
This commit is contained in:
parent
12a58efb2c
commit
5fc3cb3ca0
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "eliom";
|
pname = "eliom";
|
||||||
version = "10.4.1";
|
version = "11.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ocsigen";
|
owner = "ocsigen";
|
||||||
repo = "eliom";
|
repo = "eliom";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-j4t6GEd8hYyM87b9XvgcnaV9XMkouz6+v0SYW22/bqg=";
|
hash = "sha256-RgIK3xkKdX+zOurhML4370rsO4blJrWoEla09Nfe9Mw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ lib, buildDunePackage, fetchFromGitHub, which, ocaml, lwt_react, ssl, lwt_ssl, findlib
|
{ lib, buildDunePackage, fetchFromGitHub, which, ocaml, lwt_react, ssl, lwt_ssl, findlib
|
||||||
, bigstringaf, lwt, cstruct, mirage-crypto, zarith, mirage-crypto-ec, ptime, mirage-crypto-rng, mtime, ca-certs
|
, bigstringaf, lwt, cstruct, mirage-crypto, zarith, mirage-crypto-ec, ptime, mirage-crypto-rng, mtime, ca-certs
|
||||||
, cohttp, cohttp-lwt-unix, hmap
|
, cohttp, cohttp-lwt-unix
|
||||||
, lwt_log, re, cryptokit, xml-light, ipaddr
|
, lwt_log, re, cryptokit, xml-light, ipaddr
|
||||||
, camlzip
|
, camlzip
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
@ -17,7 +17,7 @@ let caml_ld_library_path =
|
|||||||
; in
|
; in
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
version = "5.1.2";
|
version = "6.0.0";
|
||||||
pname = "ocsigenserver";
|
pname = "ocsigenserver";
|
||||||
|
|
||||||
minimalOCamlVersion = "4.08";
|
minimalOCamlVersion = "4.08";
|
||||||
@ -26,13 +26,13 @@ buildDunePackage rec {
|
|||||||
owner = "ocsigen";
|
owner = "ocsigen";
|
||||||
repo = "ocsigenserver";
|
repo = "ocsigenserver";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-piWHA4RMO370TETC9FtISyBvS1Uhk5CAGAtZleJTpjU=";
|
hash = "sha256-T3bgPZpDO6plgebLJDBtBuR2eR/bN3o24UAUv1VwgtI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper which ];
|
nativeBuildInputs = [ makeWrapper which ];
|
||||||
buildInputs = [ lwt_react camlzip findlib ];
|
buildInputs = [ lwt_react camlzip findlib ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ cohttp cohttp-lwt-unix cryptokit hmap ipaddr lwt_log lwt_ssl
|
propagatedBuildInputs = [ cohttp cohttp-lwt-unix cryptokit ipaddr lwt_log lwt_ssl
|
||||||
re xml-light
|
re xml-light
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user