bkrem / awesome-solidity

⟠ A curated list of awesome Solidity resources, libraries, tools and more
https://bkrem.github.io/awesome-solidity
6.58k stars 950 forks source link

Adding the ocaml-solidity library #67

Closed Stevendeo closed 3 years ago

Stevendeo commented 3 years ago

[Please describe your pull request here]

The ocaml-solidity library provides a parser, a typechecker and a visitor for manipualting contracts. This is a base brick for future analysis tools in OCaml. This library is under licence LGPL 2.1.

Documentation

GitHub repository

Checklist

bkrem commented 3 years ago

Thank you for the addition! 👍

Stevendeo commented 3 years ago

Thank you for the merge ;)