Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lindig/hello
A minimal OCaml project
https://github.com/lindig/hello
ocaml
Last synced: 2 months ago
JSON representation
A minimal OCaml project
- Host: GitHub
- URL: https://github.com/lindig/hello
- Owner: lindig
- License: unlicense
- Created: 2017-09-11T18:34:47.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T08:32:41.000Z (8 months ago)
- Last Synced: 2024-06-12T13:38:39.291Z (8 months ago)
- Topics: ocaml
- Language: OCaml
- Homepage:
- Size: 35.2 KB
- Stars: 43
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![Build](https://github.com/lindig/hello/workflows/CI/badge.svg)
# Hello
This is a minimal [OCaml] project that I use as a [template] for new
projects.* Top-level Makefile for convenience: just say `make` but the actual
build is managed by Dune
* Minimal command-line handling set up
* GitHub Actions CI ready
* Code is in Public Domain# Changes
* This repository is a now a [GitHub] [template] repository: creating a
new repositoty no longer brings along its history.
* I've changed the default branch to `main`.# Contribute
If you find this useful, please contribute back by raising pull
requests for improvements you made.[template]: https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template
[GitHub]: https://www.github.com/
[OCaml]: https://www.ocaml.org/