Skip to content

Commit 75cc5d2

Browse files
authored
Merge pull request #24404 from ushitora-anqou/opam-publish-blurhash.0.1.0
Package blurhash.0.1.0
2 parents 71ea059 + 133702d commit 75cc5d2

File tree

1 file changed

+40
-0
lines changed
  • packages/blurhash/blurhash.0.1.0

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "A BlurHash encoder in OCaml"
4+
description: "A BlurHash encoder in OCaml"
5+
maintainer: ["Ushitora Anqou"]
6+
authors: ["Ushitora Anqou"]
7+
license: "MIT"
8+
tags: ["blurhash"]
9+
homepage: "https://github.com/ushitora-anqou/ocaml-blurhash"
10+
bug-reports: "https://github.com/ushitora-anqou/ocaml-blurhash/issues"
11+
depends: [
12+
"dune" {>= "3.3"}
13+
"alcotest" {with-test}
14+
"camlimages" {with-test}
15+
"ocaml" {>= "4.08.0"}
16+
"odoc" {with-doc}
17+
]
18+
build: [
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+
]
32+
dev-repo: "git+https://github.com/ushitora-anqou/ocaml-blurhash.git"
33+
url {
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+
}

0 commit comments

Comments
 (0)