From 9b606c8f871c30afae34676ad239787d4bf7a2ff Mon Sep 17 00:00:00 2001 From: Anthony Lusardi Date: Wed, 2 Dec 2020 14:44:23 -0500 Subject: [PATCH] ADD: DAML programming language --- data/ecosystems/d/daml.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/ecosystems/d/daml.toml diff --git a/data/ecosystems/d/daml.toml b/data/ecosystems/d/daml.toml new file mode 100644 index 00000000..9b911de5 --- /dev/null +++ b/data/ecosystems/d/daml.toml @@ -0,0 +1,16 @@ +# Ecosystem Level Information +title = "DAML" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/digital-asset/"] + +# Repositories +[[repo]] +url = "https://github.com/digital-asset/daml" + +[[repo]] +url = "https://github.com/digital-asset/daml-on-fabric" + +[[repo]] +url = "https://github.com/blockchaintp/daml-on-sawtooth"