DaanDeMeyer / reproc

A cross-platform (C99/C++11) process library
MIT License
552 stars 65 forks source link

Will be a release? #3

Closed jetm closed 6 years ago

jetm commented 6 years ago

Thank you for reproc project.

I wonder if in some time will be a release? With a release version will be easier for the Linux distributions to make a package.

DaanDeMeyer commented 6 years ago

I'd prefer to wait until reproc's been used a little more. I still need to do a bigger project with it myself to make sure there are no obvious bugs anymore and that the API design is solid (although it's already used for running short lived processes in cquery).

I know that the Arch User Repository (Arch Linux) has a convention where packages are made with a -git suffix that track the master branch of a library/application. The same could be done for reproc. I'm not sure about other distro's.

I'll do an alpha release but I don't think it's a good idea to start making Linux packages off that.

jetm commented 6 years ago

@DaanDeMeyer Thank you. I will wait for a stable version or formal release to make a package in AUR. I avoid to make -git package; just as a preference.

DaanDeMeyer commented 6 years ago

@jetm I've just released 1.0.0 if you're still interested in packaging reproc.

jetm commented 6 years ago

@DaanDeMeyer Thank you for the release. Yes, I am still interested to make the package. Hope I have the time to make it this weekend. I will submit a PR for the installing instruction.

DaanDeMeyer commented 6 years ago

Sounds great. You can add a section under "Getting Started" in the readme with the install instructions.

DaanDeMeyer commented 6 years ago

Fixed by #5