ezrosent / frawk

an efficient awk-like language
Apache License 2.0
1.24k stars 34 forks source link

Missing Cargo.lock #76

Closed ethancedwards8 closed 2 years ago

ethancedwards8 commented 2 years ago

Hi,

I'm trying to package frawk for nixos/nixpkgs, but I cannot do that without a Cargo.lock package. Are there any reasons why one isn't included? Thanks.

ezrosent commented 2 years ago

nope! I'll add one this week. Thanks for filing the issue!

ethancedwards8 commented 2 years ago

Yup! Also, is this repo participating in Hacktoberfest?

ezrosent commented 2 years ago

That latest commit should hopefully fix things.

As for Hacktoberfest, it is not. Though I'll admit I don't think I'd heard of it before you mentioned it. I'll be sure to read up on it, though I'll admit that I have been pretty busy lately..

ethancedwards8 commented 2 years ago

Hacktoberfest is nothing more than a contest held by Intel, DigitalOcean, and other big names that encourages people to contribute to Open Source projects. Afaik, all you have to do is add the Hacktoberfest tag to the repository, and add the Hacktoberfest-accepted tag to any accepted PRs and merge them.

Anyway, if frawk participates in it that'd be cool, if not that's cool too.

ezrosent commented 2 years ago

I may look into it next year, thanks for the pointer though! Closing this issue as Cargo.lock is now checked in.

ethancedwards8 commented 2 years ago

Thanks!