An open API service indexing awesome lists of open source software.

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

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!