about summary refs log tree commit diff stats
path: root/dune-project
blob: b45f2edf4759548e6b0ae453e772c81ff1ed2421 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
(lang dune 2.7)
(name aoc)
(generate_opam_files true)
(package
  (name aoc)
  (depends
    cohttp-lwt-unix
    lwt_ssl
    ppx_expect
  )
)