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