this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "OCaml port of Sqids"
4description: "Generate short unique IDs from numbers."
5maintainer: ["Leo Soares" "Rizo Isrof"]
6authors: ["Leo Soares"]
7license: "MIT"
8homepage: "https://github.com/sqids/sqids-ocaml"
9doc: "https://sqids.org/ocaml"
10bug-reports: "https://github.com/sqids/sqids-ocaml/issues"
11depends: [
12 "ocaml" {>= "4.11.0"}
13 "dune" {>= "3.13"}
14 "qcheck-core" {with-test & >= "0.21.3"}
15 "ocaml-lsp-server" {with-dev-setup}
16 "ocamlformat" {with-dev-setup & >= "0.26.1"}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/sqids/sqids-ocaml.git"
34url {
35 src: "https://github.com/sqids/sqids-ocaml/archive/refs/tags/0.1.0.tar.gz"
36 checksum: [
37 "md5=3ca341fc0dba4b556cc67ca2b9767a15"
38 "sha512=d56fd8ae742db5b5096b4e14390825233701f2e7af10e9b2d5bd92370ecf22b6de990cdf686f80445b01ef96d1d23166b5b6c998efd8dcb0749a576cc5e68395"
39 ]
40}