Merge pull request #81353 from r-ryantm/auto-update/ocaml4.07.1-ocamlnet
ocamlPackages.ocamlnet: 4.1.6 -> 4.1.7
This commit is contained in:
commit
758bb38f81
@ -2,14 +2,14 @@
|
|||||||
, gnutls, nettle
|
, gnutls, nettle
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let version = "4.1.6"; in
|
let version = "4.1.7"; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ocaml${ocaml.version}-ocamlnet-${version}";
|
name = "ocaml${ocaml.version}-ocamlnet-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.camlcity.org/download/ocamlnet-${version}.tar.gz";
|
url = "http://download.camlcity.org/download/ocamlnet-${version}.tar.gz";
|
||||||
sha256 = "1j0k0drybcjpysvs8xpq3cnpg3wqk6d5sy7y1h5rq8jk7hrirf0k";
|
sha256 = "0r9gl0lsgxk2achixxqzm8bm5l9jwc4vwihf0rvxxa9v9q9vfdhi";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
@ -37,7 +37,7 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://projects.camlcity.org/projects/ocamlnet.html;
|
homepage = "http://projects.camlcity.org/projects/ocamlnet.html";
|
||||||
description = "A library implementing Internet protocols (http, cgi, email, etc.) for OCaml";
|
description = "A library implementing Internet protocols (http, cgi, email, etc.) for OCaml";
|
||||||
license = "Most Ocamlnet modules are released under the zlib/png license. The HTTP server module Nethttpd is, however, under the GPL.";
|
license = "Most Ocamlnet modules are released under the zlib/png license. The HTTP server module Nethttpd is, however, under the GPL.";
|
||||||
platforms = ocaml.meta.platforms or [];
|
platforms = ocaml.meta.platforms or [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user