1 { lib, atdgen-codec-runtime, menhir, easy-format, buildDunePackage, re, yojson, nixosTests }:
5 inherit (atdgen-codec-runtime) version src;
7 minimalOCamlVersion = "4.08";
9 nativeBuildInputs = [ menhir ];
10 propagatedBuildInputs = [ easy-format re yojson ];
15 smoke-test = nixosTests.atd;
19 description = "Syntax for cross-language type definitions";
20 homepage = "https://github.com/mjambon/atd";
21 license = licenses.mit;
22 maintainers = with maintainers; [ aij ];
23 mainProgram = "atdcat";