Initial commit
This commit is contained in:
commit
de6ee1b2df
26 changed files with 729 additions and 0 deletions
14
lib/dune
Normal file
14
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