Merge pull request #212218 from vbgl/ocaml-lutils-1.54.1

ocamlPackages.lutils: 1.51.2 → 1.54.1
This commit is contained in:
Jonas Heinrich 2023-01-25 11:10:00 +01:00 committed by GitHub
commit cd1351bd03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,25 +1,24 @@
{ lib, buildDunePackage, fetchurl, num }: { lib, buildDunePackage, fetchurl, camlp-streams, num }:
buildDunePackage rec { buildDunePackage rec {
pname = "lutils"; pname = "lutils";
version = "1.51.2"; version = "1.54.1";
useDune2 = true;
minimalOCamlVersion = "4.02"; minimalOCamlVersion = "4.02";
src = fetchurl { src = fetchurl {
url = "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/pool/lutils.1.51.2.tgz"; url = "http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/pool/lutils.v${version}.tgz";
sha512 = "f94696be379c62e888410ec3d940c888ca4b607cf59c2e364e93a2a694da65ebe6d531107198b795e80eecc3c6865eedb02659c7e7c4e15c9b28d74aa35d09f8"; hash = "sha512:d3c3b80286b1aa236ba922d9e18a133721fc80126c8b89520fb811dce9400e217aaa75b5d49e03988be7f6bf5f2e1a391d02ceeaa5ec0a0cd5ce218083a29514";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
num camlp-streams num
]; ];
meta = with lib; { meta = with lib; {
homepage = "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lutils/"; homepage = "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lutils/";
description = "Tools and libs shared by Verimag/synchronous tools (lustre, lutin, rdbg)"; description = "Tools and libs shared by Verimag/synchronous tools (lustre, lutin, rdbg)";
changelog = "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lutils/-/releases/v${version}";
license = lib.licenses.cecill21; license = lib.licenses.cecill21;
mainProgram = "gnuplot-rif"; mainProgram = "gnuplot-rif";
}; };