ocamlPackages.atd 2.11.0 -> 2.12.0 https://repology.org/project/ocaml:atd/versions attrpath: ocamlPackages.atd Checking auto update branch... No auto update branch exists Old version 2.11.0" not present in master derivation file with contents: { lib, atdgen-codec-runtime, menhir, easy-format, buildDunePackage, re, yojson, nixosTests }: buildDunePackage rec { pname = "atd"; inherit (atdgen-codec-runtime) version src; minimalOCamlVersion = "4.08"; nativeBuildInputs = [ menhir ]; propagatedBuildInputs = [ easy-format re yojson ]; strictDeps = true; passthru.tests = { smoke-test = nixosTests.atd; }; meta = with lib; { description = "Syntax for cross-language type definitions"; homepage = "https://github.com/mjambon/atd"; license = licenses.mit; maintainers = with maintainers; [ aij ]; mainProgram = "atdcat"; }; }