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