(lang dune 3.19)
(using mdx 0.4)
(name glob)

(source
 (uri "git+https://git.sirref.org/glob.git"))

(homepage "https://patrick.sirref.org/bib")
(bug_reports "https://tangled.org/patrick.sirref.org/glob/issues")

(authors "Patrick Ferris <patrick@sirref.org>")
(maintainers "Patrick Ferris <patrick@sirref.org>")

(license ISC)

(documentation https://patrick.sirref.org/software/glob/docs/)

(generate_opam_files true)

(package
  (name glob)
  (synopsis "A pure OCaml implementation of glob(3)")
  (description "Glob provides a simple implementation of glob(3).")
  (depopts
    eio
   )
  (depends
    fmt
    (alcotest :with-test)
    (eio_main :with-test)))
