typelead / etlas

Etlas, the build tool and package manager for the Eta programming language
63 stars 10 forks source link

Add parsers following ivy notation for VersionInterval #98

Closed jneira closed 5 years ago

jneira commented 5 years ago
build-depends: base [4.8,4.9) [4.11,4.12)

would be equivalent to

build-depends: base >=4.8 && < 4.9 || >=4.11 && <4.12