first commit

This commit is contained in:
Swrup 2022-04-03 16:45:33 +02:00
commit 276bb92d08
10 changed files with 294 additions and 0 deletions

23
README.md Normal file
View file

@ -0,0 +1,23 @@
# clear_url
clear_url is an [OCaml] library to remove tracking elements from URLs.
It is based on [ClearURLs](https://gitlab.com/KevinRoebert/ClearUrls)
## Usage
```ocaml
let dirty_url = "https://example.com?utm_source=newsletter1&utm_medium=email&utm_campaign=sale"
let () = Format.printf (Clear_url.clean dirty_url)
```
## About
- [LICENSE]
[example]: ./example
[LICENSE]: ./LICENSE.md
[opam file]: ./clear_url.opam
[OCaml]: https://ocaml.org