(lang dune 2.9)
(name clear_url)
(generate_opam_files true)
(implicit_transitive_deps false)

(authors "swrup <swrup@protonmail.com>")
(maintainers "swrup <swrup@protonmail.com>")
(license ISC)

(source
 (uri git+https://forge.kumikode.org/swrup/clear-url.git))
(homepage https://forge.kumikode.org/swrup/clear-url)
(bug_reports https://forge.kumikode.org/swrup/ocaml-clear-url/issues)

(package
 (name clear_url)
 (synopsis "OCaml library to remove tracking in URLs")
 (description
  "Use `Clear_url.clean` to remove tracking elements from URLs.")
 (tags
  (clear_url clean url tracker web3))
 (depends
  (ocaml
   (>= 4.08))
  bos
  fpath
  re
  uri
  yojson
  (lwt :with-dev-setup)
  (tls-lwt :with-dev-setup)
  (cohttp-lwt :with-dev-setup)
  (cohttp-lwt-unix :with-dev-setup)))
