Initial commit

This commit is contained in:
Paul-Henri Froidmont 2023-12-01 10:17:20 +01:00
commit de6ee1b2df
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
26 changed files with 729 additions and 0 deletions

29
dune-project Normal file
View file

@ -0,0 +1,29 @@
(lang dune 3.7)
(name tanenbaum)
(version 0.1.0)
(generate_opam_files true)
(source
(github sixstring982/tanenbaum))
(authors "Sixstring982")
(maintainers "Sixstring982")
(license BSD-3-Clause)
(documentation https://sixstring982.github.io/tanenbaum)
(package
(name tanenbaum)
(synopsis "OCaml Advent of Code starter project")
(depends
ocaml
reason
dune
(cmdliner(>= 1.2.0))
(piaf (>= 0.1.0))
(fmt (>= 0.9.0)))
(tags ("advent-of-code")))