Setup Scala
This commit is contained in:
parent
8dec7591dd
commit
13a8e74189
37 changed files with 290 additions and 187 deletions
14
ocaml/lib/dune
Normal file
14
ocaml/lib/dune
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
(library
|
||||
(name aoc)
|
||||
(modules drivers problem_runner)
|
||||
(libraries cmdliner piaf problems import))
|
||||
|
||||
(library
|
||||
(name import)
|
||||
(wrapped false)
|
||||
(modules import let fn)
|
||||
(libraries fmt lwt))
|
||||
|
||||
(library
|
||||
(name problem)
|
||||
(modules problem))
|
||||
Loading…
Add table
Add a link
Reference in a new issue