this repo has no description
0
fork

Configure Feed

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

Merge pull request #20465 from anentropic/opam-publish-spectrum.0.6.0

Package spectrum.0.6.0

authored by

Marcello Seri and committed by
GitHub
ffd4aedc cead67b0

+43
+43
packages/spectrum/spectrum.0.6.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Library for colour and formatting in the terminal" 4 + description: 5 + "Using OCaml Format module's 'semantic tags' with named colours and CSS-style hex colours." 6 + maintainer: ["ego@anentropic.com"] 7 + authors: ["Anentropic"] 8 + license: "MIT" 9 + homepage: "https://github.com/anentropic/ocaml-spectrum" 10 + bug-reports: "https://github.com/anentropic/ocaml-spectrum/issues" 11 + depends: [ 12 + "dune" {>= "2.8"} 13 + "ocaml" {>= "4.10"} 14 + "color" {>= "0.2"} 15 + "pcre" {>= "7.5"} 16 + "opam-state" {>= "2.1"} 17 + "ppx_deriving" {>= "5.2"} 18 + "alcotest" {with-test & >= "1.4"} 19 + "junit_alcotest" {with-test & >= "2.0"} 20 + "odoc" {with-doc} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@runtest" {with-test} 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + dev-repo: "git+https://github.com/anentropic/ocaml-spectrum.git" 37 + url { 38 + src: "https://github.com/anentropic/ocaml-spectrum/archive/0.6.0.tar.gz" 39 + checksum: [ 40 + "md5=adbb6ebd9857b47ac66decc8081db2e8" 41 + "sha512=2bc3d283a893ed60499d3800ce22f9c13ec2f16bf1404f3c8dab2e97daf1f07e62493b72b7afa73ffe971138414eac8354cbf0d36aa7d2ffedde1847c6dd196c" 42 + ] 43 + }