djspiewak / parseback

A Scala implementation of parsing with derivatives
http://parseback.io
Apache License 2.0
197 stars 22 forks source link

Publish on Maven central #37

Open pshirshov opened 6 years ago

pshirshov commented 6 years ago

Hi guys,

It would be nice to see this available on Central. It shouldn't be too hard to support publishing to sonatype on travis.

djspiewak commented 6 years ago

Actually it’s mostly just a matter of swapping plugins. I originally picked bintray because it’s a little easier and it allows forking of publication, which in practice it seems no one really cares much about. I’ll definitely move it over to sonatype in the next release.

lutnos commented 3 years ago

This would now be especially welcome, with the demise of bintray

Erdemus commented 2 years ago

Also, it would be really useful for compilers to be written on Scala Native. I'd like to help with building fat jar.