Zilliqa / scilla

Scilla - A Smart Contract Intermediate Level Language
https://scilla-lang.org
GNU General Public License v3.0
240 stars 78 forks source link

Upgrade OCaml dependencies #1089

Closed anton-trunov closed 2 years ago

anton-trunov commented 2 years ago

Most important is the switch to Core v0.15 which lets us use some nice profiling tools developed by Jane Street. To use this version of Core we have to drop OCaml versions < 4.11. This PR also introduces support for several most recent OCaml versions.