(library
  (name gmap)
  (public_name gmap)
  (modules gmap))

(test
  (name tests)
  (modules tests)
  (libraries alcotest fmt gmap))
