; Main library, exposes a single module named 'Testo' and hides
; the other modules.
(library
  (public_name testo)
  (name testo)
  (libraries
    cmdliner
    fpath
    re
    testo-util
    unix
  )
)
