package clarity-lang

  1. Overview
  2. Docs
Clarity smart contract parser and AST

Install

Dune Dependency

Authors

Maintainers

Sources

clarity-lang-0.1.0.tbz
sha256=448ad2078579ccdb99ffdc274ad59d4d2202dca96d802646d3a76b828cac1981
sha512=64bd61a65e6d178e517465330a81382a6a424b590cfc83ecaa1e734a0728db6cac4c8f2b58532c44d05654ab79bae4670900bfe26043cd2bd546db1a4797f6c8

Description

Clarity.ml parses Clarity smart contracts into an abstract syntax tree.

Published: 03 Oct 2020

README

Clarity.ml

Clarity.ml parses Clarity smart contracts into an abstract syntax tree.

Development

This section documents how to get set up with a development environment for building Clarity.ml from source code. It is only of interest to people who wish to contribute to Clarity.ml.

Prerequisites

The following baseline tooling is required in order to build Clarity.ml from source code:

Dependencies (4)

  1. cppo build
  2. num >= "1.3"
  3. menhir >= "20200624" & < "20211215"
  4. dune >= "2.7"

Dev Dependencies (2)

  1. odoc with-doc
  2. alcotest with-test

Used by

None

Conflicts

None