mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-04 00:36:58 +03:00
50bcb853ea
This is not a good way to go, but it's all we've got, since Bazel deletes the ACTUAL file. Should almost certainly be done better, but these tests are dying at some point and it's better than nothing (which is what we had before). |
||
---|---|---|
.. | ||
da-hs-daml-cli | ||
da-hs-damlc-app | ||
daml-extension | ||
damlc-jar | ||
docs | ||
language-server-tests | ||
BUILD.bazel | ||
README.md |
DAML Tools
This compomnent provides anything that can reasonably be considered a DAML "Tool". Several of these are large enough to have a README in their own right, and those are linked where available.
DAML Command Line Interface
da-hs-daml-cli
is the Haskell library behinddamlc
da-hs-damlc-app
providesdamlc
damlc-jar:damlc.jar
packages updamlc
for distribution inside a jar.
You can execute these directly with just
$ bazel run damlc -- <command line options>
due to the brief aliases specified in the BUILD
file in the
root of our repository.
DAML Studio
daml-studio
contains the DAML Studio plugin for Visual Studio Code
Tests
language-server-tests
contains bit-rotted tests for the DAML language server.
Documentation
Contains internal documentation:
-
daml-contract-keys
: requirements and planning for contract keys, disclosure and contract quantities -
daml-licenses
-
time-model