ocaml-solidity
ocaml-solidity copied to clipboard
Fix version specification for local packages
Quotes are optional for single word strings in dune, so depending on the version version of a package will require the version be literally "version" rather than the version of the dependant package. This changes the required versions to be the :version variable instead.