clear_url/clear_url.opam

42 lines
1 KiB
Text
Raw Normal View History

2022-04-03 16:45:33 +02:00
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "OCaml library to remove tracking in URLs"
description: "Use `Clear_url.clean` to remove tracking elements from URLs."
2026-03-19 19:55:53 +01:00
maintainer: ["swrup <swrup@protonmail.com>"]
2022-04-03 16:45:33 +02:00
authors: ["swrup <swrup@protonmail.com>"]
license: "ISC"
tags: ["clear_url" "clean" "url" "tracker" "web3"]
2026-03-19 19:55:53 +01:00
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
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.08"}
2026-03-19 19:55:53 +01:00
"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}
2022-04-03 16:45:33 +02:00
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
2026-03-19 19:55:53 +01:00
dev-repo: "git+https://forge.kumikode.org/swrup/clear-url.git"