Skip to content

avsm/hello-world-action-ocaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages