aoc2023/dune-project

30 lines
463 B
Text
Raw Normal View History

2023-12-01 10:17:20 +01:00
(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")))