Registry / other / daml-lf-language-2-13

daml-lf-language-2-13

JSON →
library3.4.11javamavenunverified

Scala library for the Daml Ledger Fragment (LF) language, used in the Canton blockchain platform.

<dependency> <groupId>com.daml</groupId> <artifactId>daml-lf-language_2.13</artifactId> <version>3.4.11</version> </dependency>
INSTALL
IMPORT
SIG · DAML-LF-LANGUAGE-2
D
daml-lf-language-2-13
otherjavav3.4.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ast
com.daml.lf.language.Ast

Minimal usage of Daml LF language AST.

import com.daml.lf.language.Ast; public class Example { public static void main(String[] args) { Ast.Package pkg = Ast.Package.defaultInstance(); System.out.println("Daml LF package created: " + pkg); } }
Debug
Known issues
breakingThis library is specific to Scala 2.13; using with other Scala versions may cause compatibility issues.
fix
Ensure your project uses Scala 2.13 or use the appropriate cross-version artifact.
affects: >=3.0.0
Upgrade
Version history
3.4.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources
daml-lf-language-2-13 — mvn dependency:get daml-lf-language-2-13 · libregistry