ocamlPackages.base64: 3.5.0 → 3.5.1 (#218580)

* ocamlPackages.otr: use Dune 3

* ocamlPackages.h2: use Dune 3

* ocamlPackages.index: use Dune 3

* ocamlPackages.progress: use Dune 3

* ocamlPackages.repr: use Dune 3

* ocamlPackages.emile: use Dune 3

* ocamlPackages.bistro: use Dune 3

* ocamlPackages.base64: 3.5.0 → 3.5.1
This commit is contained in:
Vincent Laporte 2023-02-27 13:14:03 +01:00 committed by GitHub
parent c713217380
commit 930b1c06b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 19 additions and 16 deletions

View File

@ -2,13 +2,14 @@
buildDunePackage rec {
pname = "base64";
version = "3.5.0";
version = "3.5.1";
minimalOCamlVersion = "4.03";
duneVersion = "3";
src = fetchurl {
url = "https://github.com/mirage/ocaml-base64/releases/download/v${version}/base64-v${version}.tbz";
sha256 = "sha256-WJ3pwAV46/54QZismBjTWGxHSyMWts0+HEbMsfYq46Q=";
url = "https://github.com/mirage/ocaml-base64/releases/download/v${version}/base64-${version}.tbz";
hash = "sha256-2P7apZvRL+rnrMCLWSjdR4qsUj9MqNJARw0lAGUcZe0=";
};
nativeBuildInputs = [ findlib ];

View File

@ -20,7 +20,7 @@ buildDunePackage rec {
pname = "bistro";
version = "unstable-2022-05-07";
useDune2 = true;
duneVersion = "3";
src = fetchFromGitHub {
owner = "pveber";

View File

@ -15,11 +15,12 @@ buildDunePackage rec {
pname = "emile";
version = "1.1";
useDune2 = true;
minimalOCamlVersion = "4.08";
duneVersion = "3";
src = fetchurl {
url = "https://github.com/dinosaure/emile/releases/download/v${version}/emile-v${version}.tbz";
sha256 = "0r1141makr0b900aby1gn0fccjv1qcqgyxib3bzq8fxmjqwjan8p";
hash = "sha256:0r1141makr0b900aby1gn0fccjv1qcqgyxib3bzq8fxmjqwjan8p";
};
buildInputs = [ cmdliner ];
@ -32,10 +33,7 @@ buildDunePackage rec {
uutf
];
# technically emile is available for ocaml >= 4.03, but alcotest
# and angstrom (fmt) are only available for >= 4.08. Disabling
# tests for < 4.08 at least improves the error message
doCheck = lib.versionAtLeast ocaml.version "4.08";
doCheck = true;
checkInputs = [ alcotest ];
meta = with lib; {

View File

@ -30,6 +30,7 @@ buildDunePackage rec {
src
;
duneVersion = "3";
minimalOCamlVersion = "4.06";
propagatedBuildInputs = [

View File

@ -10,10 +10,11 @@ buildDunePackage rec {
src = fetchurl {
url = "https://github.com/mirage/index/releases/download/${version}/index-${version}.tbz";
sha256 = "sha256-rPwNzqkWqDak2mDTDIBqIvachY1vfOIzFmwaXjZea+4=";
hash = "sha256-rPwNzqkWqDak2mDTDIBqIvachY1vfOIzFmwaXjZea+4=";
};
minimalOCamlVersion = "4.08";
duneVersion = "3";
buildInputs = [
stdlib-shims

View File

@ -6,14 +6,14 @@ buildDunePackage rec {
pname = "otr";
version = "0.3.10";
minimumOCamlVersion = "4.08";
minimalOCamlVersion = "4.08";
src = fetchurl {
url = "https://github.com/hannesm/ocaml-otr/releases/download/v${version}/otr-v${version}.tbz";
sha256 = "0dssc7p6s7z53n0mddyipjghzr8ld8bb7alaxqrx9gdpspwab1gq";
hash = "sha256:0dssc7p6s7z53n0mddyipjghzr8ld8bb7alaxqrx9gdpspwab1gq";
};
useDune2 = true;
duneVersion = "3";
propagatedBuildInputs = [ cstruct sexplib0 mirage-crypto mirage-crypto-pk
astring base64 ];

View File

@ -7,7 +7,7 @@ buildDunePackage rec {
pname = "progress";
minimalOCamlVersion = "4.08";
useDune2 = true;
duneVersion = "3";
inherit (terminal) version src;

View File

@ -8,10 +8,11 @@ buildDunePackage rec {
owner = "mirage";
repo = "repr";
rev = version;
sha256 = "sha256-jF8KmaG07CT26O/1ANc6s1yHFJqhXDtd0jgTA04tIgw=";
hash = "sha256-jF8KmaG07CT26O/1ANc6s1yHFJqhXDtd0jgTA04tIgw=";
};
minimalOCamlVersion = "4.08";
duneVersion = "3";
strictDeps = true;
propagatedBuildInputs = [

View File

@ -4,6 +4,7 @@ buildDunePackage {
pname = "ppx_repr";
inherit (repr) src version strictDeps;
duneVersion = "3";
propagatedBuildInputs = [
ppx_deriving