chaos-lang / chaos

The Chaos Programming Language
https://chaos-lang.org
GNU General Public License v3.0
281 stars 17 forks source link

AUR Package #75

Closed tinywombat765 closed 3 years ago

tinywombat765 commented 3 years ago

I've made an AUR package for chaos. https://aur.archlinux.org/packages/chaos/ If you want to maintain it instead let me know and I'll transfer ownership.

mertyildiran commented 3 years ago

@zethra thank you so much for creating this package. Feel free to maintain it.

Could you please also create packages for other distros that you're familiar with. For example: DEB (Debian/Ubuntu), RPM (CentOS/RHEL & Fedora) etc. I would be much appreciated if you can do that. I'm not so experienced in creating packages.

I've also invited you to the GitHub organization. Feel free to open PRs or create new repositories related to software packaging or any other development related to Chaos language.

tinywombat765 commented 3 years ago

Thanks for the invite! Not sure how qualified I am but I'll do what I can 😅. Unfortunately I'm not very experience packaging for other distros. I might be able to work up an rpm and and a deb but I'm not sure where to publish them. Especially for debs.

tinywombat765 commented 3 years ago

I'm currently in the process of trying to glue the Rust regex library to chaos 😅.

mertyildiran commented 3 years ago

@zethra Thank you so much for accepting the invite.

OK then I'm closing this issue. We can work on the packaging and distribution possibilities in the future.

I'm not sure how possible it's to create an FFI for Rust at this state because everything revolves around C language. I'm not a Rust developer. As far as I understand you'll develop the core Chaos library for regex functionality with this repository of yours. Feel free to move it to the GitHub organization since we host the core libraries(official spells) under the organization. Renaming it to re or regex would be more appropriate since we inspire from Python's core modules.