ohex/dune

10 lines
131 B
Text
Raw Normal View History

2024-03-14 12:04:14 +00:00
(library
(name ohex)
(public_name ohex)
(modules ohex))
2024-03-14 19:55:37 +00:00
(test
(name tests)
(modules tests)
(libraries alcotest ohex))