Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rizo/onix-examples
https://github.com/rizo/onix-examples
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rizo/onix-examples
- Owner: rizo
- Created: 2022-05-30T10:40:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T16:35:49.000Z (4 months ago)
- Last Synced: 2024-09-05T23:35:17.424Z (4 months ago)
- Language: Nix
- Size: 4.73 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Onix Examples
This repository contains usage examples for [onix](https://github.com/rizo/onix) - a nix-based build tool for OCaml.
Every folder in this repository is a standalone example that demonstrates the different project scenarios.
Navigate to the folder of the example that you want to run and try some of the following commands.
### Start a development shell
```
$ make shell
$ dune build
```### Regenerate a lock file
```
$ make lock
$ ls onix-lock.json
```### Build root opam packages
```
$ make build
$ ls ./result
```