daml/compiler
Martin Huschenbett 66653810ab
damlc: Drop support for reading DAML-LF 1.5 (#5294)
DAML-LF 1.6 is the baseline vesion we want to support with the next
SDK release.

CHANGELOG_BEGIN
- [DAML Compiler] Drop support for reading DARs using DAML-LF 1.5.
  Please recompile your DAML to a newer DAML-LF version in case you
  have such DARs.
CHANGELOG_END
2020-03-31 11:02:24 +00:00
..
daml-extension tarball reproducibility (#5258) 2020-03-31 10:09:52 +02:00
daml-lf-ast damlc: Drop support for reading DAML-LF 1.5 (#5294) 2020-03-31 11:02:24 +00:00
daml-lf-proto New command: daml ledger fetch-dar (#5225) 2020-03-27 18:04:14 +00:00
daml-lf-reader replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
daml-lf-tools replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
daml-licenses replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
damlc damlc: Drop support for reading DAML-LF 1.5 (#5294) 2020-03-31 11:02:24 +00:00
ghcide Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
hie-core Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
lsp-tests Turn warnings for module name/record name mismatches into errors (#5266) 2020-03-30 10:21:53 +00:00
repl-service replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
scenario-service DAML-LF: redesign absolute contract ids (#5207) 2020-03-27 19:07:42 +01: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.