13 minimalOCamlVersion = "4.08.1";
15 src = fetchFromGitHub {
19 hash = "sha256-NcGX343LProADtzJwlq1kmihLaya1giY6xv9ScvdgTA=";
22 # ./configure: cannot execute: required file not found
23 postPatch = lib.optionalString stdenv.isLinux ''
24 patchShebangs configure
36 description = "A synchronous language with ODEs";
37 homepage = "https://zelus.di.ens.fr";
38 license = licenses.inria-zelus;
39 mainProgram = "zeluc";
40 maintainers = with maintainers; [ wegank ];