Setup Scala
This commit is contained in:
parent
8dec7591dd
commit
13a8e74189
37 changed files with 290 additions and 187 deletions
29
ocaml/dune-project
Normal file
29
ocaml/dune-project
Normal 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")))
|
||||
Loading…
Add table
Add a link
Reference in a new issue