ocamlPackages.lambdapi: 2.6.0 → 3.0.0 (#443331)

This commit is contained in:
Vincent Laporte
2025-09-23 06:09:37 +00:00
committed by GitHub
2 changed files with 6 additions and 11 deletions
@@ -4,7 +4,6 @@
buildDunePackage,
alcotest,
dedukti,
bindlib,
camlp-streams,
cmdliner,
dream,
@@ -20,13 +19,13 @@
buildDunePackage rec {
pname = "lambdapi";
version = "2.6.0";
version = "3.0.0";
minimalOCamlVersion = "4.12";
minimalOCamlVersion = "4.14";
src = fetchurl {
url = "https://github.com/Deducteam/lambdapi/releases/download/${version}/lambdapi-${version}.tbz";
hash = "sha256-0B5fE9suq6bk/jMGZxSeAFnUiGxlH/nWtnLbLfyXZe0=";
hash = "sha256-EGau0mGP2OakAMUUfb9V6pd86NP+LlGKxnhcZ3WhuL4=";
};
nativeBuildInputs = [
@@ -35,7 +34,6 @@ buildDunePackage rec {
];
buildInputs = [ lwt_ppx ];
propagatedBuildInputs = [
bindlib
camlp-streams
cmdliner
dream
@@ -2,28 +2,25 @@
lib,
fetchFromGitLab,
buildDunePackage,
camlp-streams,
alcotest,
qcheck,
qcheck-alcotest,
}:
buildDunePackage rec {
version = "3.0.0";
version = "5.0.1";
pname = "pratter";
minimalOCamlVersion = "4.08";
minimalOCamlVersion = "4.10";
src = fetchFromGitLab {
domain = "forge.tedomum.net";
owner = "koizel";
repo = "pratter";
tag = version;
hash = "sha256-O9loVYPJ9xoYf221vBbclqNNq2AA3ImUFGHxtfK3Jwc=";
hash = "sha256-Ib7EplEvOuYcAS9cfzo5994SqCv2eiysLekYfH09IMw=";
};
propagatedBuildInputs = [ camlp-streams ];
checkInputs = [
alcotest
qcheck