this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "A BlurHash encoder in OCaml"
4description: "A BlurHash encoder in OCaml"
5maintainer: ["Ushitora Anqou"]
6authors: ["Ushitora Anqou"]
7license: "MIT"
8tags: ["blurhash"]
9homepage: "https://github.com/ushitora-anqou/ocaml-blurhash"
10bug-reports: "https://github.com/ushitora-anqou/ocaml-blurhash/issues"
11depends: [
12 "dune" {>= "3.3"}
13 "alcotest" {with-test}
14 "camlimages" {with-test}
15 "ocaml" {>= "4.08.0"}
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/ushitora-anqou/ocaml-blurhash.git"
33url {
34 src:
35 "https://github.com/ushitora-anqou/ocaml-blurhash/archive/refs/tags/0.1.0.tar.gz"
36 checksum: [
37 "md5=5f9831d3f9a22528f1e28f01ee9aec0b"
38 "sha512=d73828e4556c94a2460f05629e69ffee4f481763731cec5cbb87a1dafcedcd337613c39ab67661a08dcc5e15dc3b4ff18b34db3685fe5e245030588aafb75014"
39 ]
40}