[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47350] [PATCH v2 11/30] gnu: Add julia-colors.
From: |
zimoun |
Subject: |
[bug#47350] [PATCH v2 11/30] gnu: Add julia-colors. |
Date: |
Thu, 25 Mar 2021 02:04:58 +0100 |
* gnu/packages/julia-xyz.scm (julia-colors): New variable.
---
gnu/packages/julia-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 8d28aab7f1..ab238161e9 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -121,6 +121,32 @@ operations. It can wrap any @code{IO} type automatically
making incremental
reading and writing faster.")
(license license:expat)))
+(define-public julia-colors
+ (package
+ (name "julia-colors")
+ (version "0.12.6")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaGraphics/Colors.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "156zsszgwh6bmznsan0zyha6yvcxw3c5mvc5vr2qfsgxbyh36ln6"))))
+ (build-system julia-build-system)
+ (propagated-inputs
+ `(("julia-colortypes" ,julia-colortypes)
+ ("julia-fixedpointnumbers" ,julia-fixedpointnumbers)
+ ("julia-reexport" ,julia-reexport)))
+ (home-page "https://github.com/JuliaGraphics/Colors.jl")
+ (synopsis "Tools for dealing with color")
+ (description "This package provides a wide array of functions for dealing
+with color. This includes conversion between colorspaces, measuring distance
+between colors, simulating color blindness, parsing colors, and generating
+color scales for graphics.")
+ (license license:expat)))
+
(define-public julia-colortypes
(package
(name "julia-colortypes")
--
2.28.0
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), (continued)
[bug#47350] [PATCH v2 01/30] build: julia-build-system: Turn on depreciation warnings., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 03/30] gnu: Add julia-macrotools., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 06/30] gnu: Add julia-irtools., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 05/30] gnu: Add julia-reexport., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 08/30] gnu: Add julia-unitful., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 04/30] gnu: Add julia-nanmath., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 07/30] gnu: Add julia-staticarrays., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 11/30] gnu: Add julia-colors.,
zimoun <=
- [bug#47350] [PATCH v2 13/30] gnu: Add julia-requires., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 16/30] gnu: Add julia-finitedifferences., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 02/30] gnu: Add julia-constructionbase., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 15/30] gnu: Add julia-richardson., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 12/30] gnu: Add julia-example., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 09/30] gnu: Add julia-abstractffts., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 14/30] gnu: Add julia-chainrulescore., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 17/30] gnu: Add julia-chainrulestestutils., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 24/30] gnu: Add julia-openspecfun-jll., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 27/30] gnu: Add julia-chainrules., zimoun, 2021/03/24