fmt+add deps

This commit is contained in:
Swrup 2026-03-19 19:55:53 +01:00
parent 276bb92d08
commit db36e13563
4 changed files with 38 additions and 27 deletions

View file

@ -1,21 +1,16 @@
(lang dune 2.9)
(name clear_url)
(generate_opam_files true)
(implicit_transitive_deps false)
(name clear_url)
(authors "swrup <swrup@protonmail.com>")
(maintainers "swrup <swrup@protonmail.com>")
(license ISC)
(authors "swrup <swrup@protonmail.com>")
(source
(uri git+https://git.zapashcanon.fr/swrup/clear-url.git))
(homepage https://git.zapashcanon.fr/swrup/clear-url)
(bug_reports https://git.zapashcanon.fr/swrup/ocaml-clear-url/issues)
(generate_opam_files true)
(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)
@ -26,4 +21,13 @@
(clear_url clean url tracker web3))
(depends
(ocaml
(>= 4.08))))
(>= 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)))