daml/compiler
Robin Krom f209950f0b
language: append the version to the output dar name by default. (#2559)
* language: append the version to the output dar name by default.

We now by default output foo-1.0.0.dar instead just foo.dar. Also the
maven coordinate default naming got removed.

* fixing integration tests and quickstart.dar occurences
2019-08-15 18:07:52 +02:00
..
daml-extension update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
daml-lf-ast Simplify the pretty printing of location info in DAML-LF (#2530) 2019-08-14 10:05:50 +00:00
daml-lf-proto update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
daml-lf-reader update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
daml-lf-tools update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
daml-licenses update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
damlc language: append the version to the output dar name by default. (#2559) 2019-08-15 18:07:52 +02:00
hie-core hie-core exe: initDynLinker (#2555) 2019-08-15 15:27:26 +02:00
lsp-tests Only report progress when client supports it (#2517) 2019-08-13 20:00:21 +02:00
scenario-service Wait for all gRPC requests to finish before shutting down gRPC (#2551) 2019-08-15 09:39:30 +00:00
README.md open-sourcing daml 2019-04-04 09:33:38 +01:00

DAML Compiler

This directory contains several libraries used by and the executable for the DAML compiler.

Libraries

  • daml-lf-ast: The DAML-LF AST and type checker.