https://github.com/syaiful6/koka-overlay
Nix flake for Koka compiler
https://github.com/syaiful6/koka-overlay
Last synced: 8 months ago
JSON representation
Nix flake for Koka compiler
- Host: GitHub
- URL: https://github.com/syaiful6/koka-overlay
- Owner: syaiful6
- Created: 2025-07-07T23:43:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-26T07:32:47.000Z (11 months ago)
- Last Synced: 2025-07-26T13:24:09.620Z (11 months ago)
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nix Flake for Koka
This repository is a Nix flake packaging the [Koka](https://github.com/koka-lang/koka) compiler. Only a few versions defined currently.
## TODO
- Allow to build [Koka](https://github.com/koka-lang/koka) compiler from source.
- List more old Koka versions in `sources.json`.
## Credits
[zig overlay](https://github.com/mitchellh/zig-overlay): The `sources.json` provided here is use the same format as zig overlay. I also almost use the same nix file. Thanks!