this repo has no description

Merge pull request #25200 from FayCarsons/opam-publish-shades.1.0

Package shades.1.0

Changed files
+37
packages
shades
shades.1.0
+37
packages/shades/shades.1.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "OCaml color palettes"
+
description: "A collection of R color palettes reformatted for OCaml"
+
maintainer: ["faycarsons23@gmail.com"]
+
authors: ["Fay Carsons"]
+
license: "MIT"
+
homepage: "https://github.com/FayCarsons/ocaml-shades"
+
bug-reports: "https://github.com/FayCarsons/ocaml-shades/issues"
+
depends: [
+
"ocaml"
+
"dune" {>= "3.12"}
+
"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/FayCarsons/ocaml-shades.git"
+
url {
+
src:
+
"https://github.com/FayCarsons/ocaml-shades/archive/refs/tags/v1.0.tar.gz"
+
checksum: [
+
"md5=ac41a73ae77c94d13a64d350fcd62413"
+
"sha512=68512e7b908599744f50be1bb2420f3f7d0b7f56f073f8458c866bddac5fbf72064595bc1cfb0258fda741d93cc4ceab9da3d58a165bb320980934905acf5b2d"
+
]
+
}