this repo has no description

Package blurhash.0.1.0

Changed files
+40
packages
blurhash
blurhash.0.1.0
+40
packages/blurhash/blurhash.0.1.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "A BlurHash encoder in OCaml"
+
description: "A BlurHash encoder in OCaml"
+
maintainer: ["Ushitora Anqou"]
+
authors: ["Ushitora Anqou"]
+
license: "MIT"
+
tags: ["blurhash"]
+
homepage: "https://github.com/ushitora-anqou/ocaml-blurhash"
+
bug-reports: "https://github.com/ushitora-anqou/ocaml-blurhash/issues"
+
depends: [
+
"dune" {>= "3.3"}
+
"alcotest" {with-test}
+
"camlimages" {with-test}
+
"ocaml" {>= "4.08.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ushitora-anqou/ocaml-blurhash.git"
+
url {
+
src:
+
"https://github.com/ushitora-anqou/ocaml-blurhash/archive/refs/tags/0.1.0.tar.gz"
+
checksum: [
+
"md5=5f9831d3f9a22528f1e28f01ee9aec0b"
+
"sha512=d73828e4556c94a2460f05629e69ffee4f481763731cec5cbb87a1dafcedcd337613c39ab67661a08dcc5e15dc3b4ff18b34db3685fe5e245030588aafb75014"
+
]
+
}