ocamlPackages.mimic: 0.0.1 -> 0.0.2
https://github.com/mirage/ocaml-git/releases/tag/mimic-v0.0.2
This commit is contained in:
parent
3cadb8b322
commit
4350ede15e
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "mimic";
|
pname = "mimic";
|
||||||
version = "0.0.1";
|
version = "0.0.2";
|
||||||
|
|
||||||
minimumOCamlVersion = "4.08";
|
minimumOCamlVersion = "4.08";
|
||||||
useDune2 = true;
|
useDune2 = true;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/mirage/ocaml-git/releases/download/${pname}-v${version}/${pname}-${pname}-v${version}.tbz";
|
url = "https://github.com/mirage/ocaml-git/releases/download/${pname}-v${version}/${pname}-${pname}-v${version}.tbz";
|
||||||
sha256 = "0j4l99sgm5mdmv67vakkz2pw45l6i89bpza88xqkgmskfk50c5pk";
|
sha256 = "3ad5af3caa1120ecfdf022de41ba5be8edfbf50270fc99238b82d3d2d6e7c317";
|
||||||
};
|
};
|
||||||
|
|
||||||
# don't install changelogs for other packages
|
# don't install changelogs for other packages
|
||||||
@ -25,7 +25,6 @@ buildDunePackage rec {
|
|||||||
mirage-flow
|
mirage-flow
|
||||||
result
|
result
|
||||||
rresult
|
rresult
|
||||||
cstruct
|
|
||||||
logs
|
logs
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -35,6 +34,7 @@ buildDunePackage rec {
|
|||||||
alcotest-lwt
|
alcotest-lwt
|
||||||
bigstringaf
|
bigstringaf
|
||||||
bigarray-compat
|
bigarray-compat
|
||||||
|
cstruct
|
||||||
ke
|
ke
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user