Skip to content

Bruk3/hello-world-action-ocaml

 
 

Repository files navigation

A Hello World OCaml Action

This is a simple Hello World repository using OCaml and Dune. It builds a library called hello and an executable called world and a test case that shows how to link in Alcotest.

It uses the setup-ocaml GitHub Action to set up an environment with the opam package manager installed, and then executes the commands to install the OCaml dependencies for this package, pin the source code, and finally upload the executable artefacts built so they can be downloaded from the web UI.

About

Example use of GitHub Actions with OCaml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • OCaml 84.6%
  • Makefile 15.4%