Re: packaging Go runtime for ANTLR4

2021-07-27 Thread tony mancill
On Tue, Jul 27, 2021 at 10:47:36AM -0400, Olek Wojnar wrote: > On Tue, Jul 27, 2021, 04:09 Peymaneh Nejad wrote: > > Is it intended or wished for that additional runtimes other than Java are > > packaged in seperate source packages, or would it be better to add another > > binary package (that'd b

Re: packaging Go runtime for ANTLR4

2021-07-27 Thread Olek Wojnar
Hi Peymaneh, On Tue, Jul 27, 2021, 04:09 Peymaneh Nejad wrote: > > Is it intended or wished for that additional runtimes other than Java are > packaged in seperate source packages, or would it be better to add another > binary package (that'd be golang-github-antlr-antlr4-dev) to the existing >

packaging Go runtime for ANTLR4

2021-07-27 Thread Peymaneh Nejad
Hi, I am working on some packages that require the Golang runtime for ANTLR4[1]. I saw that the antlr4 source[2] in the archives includes the libantlr4-runtime-java binary but that the Python and C++ runtimes are packaged in seperate sources. Is it intended or wished for that additional run