mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 00:35:25 +03:00
af2607cfe5
* Some minor improvements to the DAML Intro docs CHANGELOG_BEGIN CHANGELOG_END * Intro to DAML Chapter 8 CHANGELOG_BEGIN CHANGELOG_END * Incorporate feedback * Update docs/source/daml/intro/8_Upgrading.rst Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org> * Remove wrong statements about interface files * Complete rework to focus on dependencies, not upgrades * Copyright headers and feedback * Update toctree * Get rid of warnings * Fix template * Fix tests changelog_begin changelog_end Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
15 lines
364 B
YAML
15 lines
364 B
YAML
# Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
sdk-version: __VERSION__
|
|
name: 7Dependencies
|
|
source: docs/source/daml/intro/daml/daml-intro-7/daml/
|
|
version: 1.0.0
|
|
dependencies:
|
|
- daml-prim
|
|
- daml-stdlib
|
|
- path/to/daml-script.dar
|
|
sandbox-options:
|
|
- --wall-clock-time
|
|
|