# 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." maintainer: ["swrup "] authors: ["swrup "] license: "ISC" tags: ["clear_url" "clean" "url" "tracker" "web3"] homepage: "https://forge.kumikode.org/swrup/clear-url" bug-reports: "https://forge.kumikode.org/swrup/ocaml-clear-url/issues" depends: [ "dune" {>= "2.9"} "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} "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] ] dev-repo: "git+https://forge.kumikode.org/swrup/clear-url.git"