this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Package shades.1.0

authored by

Marcello Seri and committed by
GitHub
d04b0493 49cdd2cf

+37
+37
packages/shades/shades.1.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "OCaml color palettes" 4 + description: "A collection of R color palettes reformatted for OCaml" 5 + maintainer: ["faycarsons23@gmail.com"] 6 + authors: ["Fay Carsons"] 7 + license: "MIT" 8 + homepage: "https://github.com/FayCarsons/ocaml-shades" 9 + bug-reports: "https://github.com/FayCarsons/ocaml-shades/issues" 10 + depends: [ 11 + "ocaml" 12 + "dune" {>= "3.12"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + [ 18 + "dune" 19 + "build" 20 + "-p" 21 + name 22 + "-j" 23 + jobs 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ] 29 + dev-repo: "git+https://github.com/FayCarsons/ocaml-shades.git" 30 + url { 31 + src: 32 + "https://github.com/FayCarsons/ocaml-shades/archive/refs/tags/v1.0.tar.gz" 33 + checksum: [ 34 + "md5=ac41a73ae77c94d13a64d350fcd62413" 35 + "sha512=68512e7b908599744f50be1bb2420f3f7d0b7f56f073f8458c866bddac5fbf72064595bc1cfb0258fda741d93cc4ceab9da3d58a165bb320980934905acf5b2d" 36 + ] 37 + }