clear_url/dune-project

34 lines
782 B
Text
Raw Normal View History

2022-04-03 16:45:33 +02:00
(lang dune 2.9)
(name clear_url)
2026-03-19 19:55:53 +01:00
(generate_opam_files true)
(implicit_transitive_deps false)
2022-04-03 16:45:33 +02:00
(authors "swrup <swrup@protonmail.com>")
2026-03-19 19:55:53 +01:00
(maintainers "swrup <swrup@protonmail.com>")
(license ISC)
2022-04-03 16:45:33 +02:00
(source
2026-03-19 19:55:53 +01:00
(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)
2022-04-03 16:45:33 +02:00
(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
2026-03-19 19:55:53 +01:00
(>= 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)))