this repo has no description
1opam-version: "2.0"
2authors: "Khoa Nguyen"
3homepage: "https://github.com/thangngoc89/ocaml-slug"
4maintainer: "hi@khoanguyen.me"
5dev-repo: "git+ssh://git@github.com:thangngoc89/ocaml-slug.git"
6bug-reports: "https://github.com/thangngoc89/ocaml-slug/issues"
7license: "MIT"
8build: [
9 [ "dune" "subst" ] {dev}
10 [ "dune" "build" "-p" name "-j" jobs ]
11]
12depends: [
13 "ocaml" {>= "4.05"}
14 "dune" {>= "2.0"}
15 "yojson" {dev}
16 "alcotest" {with-test}
17
18 "uunf" {>= "1.0.0"}
19 "uuseg"
20 "uutf"
21 "re" {>= "1.7.2"}
22]
23synopsis: "Url safe slug generator"
24description: """
25A URL slug is the part of a URL or link that comes after the domain extension.
26
27In websites the keyword used for your URL slug can be used to SEO optimize the URL by showing Google the structure of your site and the contents of the page in question.
28"""
29
30url {
31 src: "https://github.com/thangngoc89/ocaml-slug/archive/1.0.1.tar.gz"
32 checksum: [
33 "sha256=9ded4745abd9b93121307b026b41880f641e4ecc812a798a98bda88b4bae1f99"
34 "md5=4a3663a216f8a2696d6897f99c98b80b"
35 ]
36}