(library
  (name semver)
  (wrapped false)
)

(ocamlyacc semver_parser)
(ocamllex semver_lexer)

(dirs (:standard __tests__))
