[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/16: gnu: Add julia-crayons.
From: |
guix-commits |
Subject: |
11/16: gnu: Add julia-crayons. |
Date: |
Thu, 20 May 2021 10:13:06 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit a9db2df4dd0a11b8461d57dfd0029d73e4290a57
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu May 20 16:48:13 2021 +0300
gnu: Add julia-crayons.
* gnu/packages/julia-xyz.scm (julia-crayons): New variable.
---
gnu/packages/julia-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 4a4be83..dc2d033 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -423,6 +423,28 @@ build tree Yggdrasil.")
for construction of objects.")
(license license:expat)))
+(define-public julia-crayons
+ (package
+ (name "julia-crayons")
+ (version "4.0.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/KristofferC/Crayons.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0v3zhjlnb2914bxcj4myl8pgb7m31p77aj2k1bckmqs96jdph10z"))))
+ (build-system julia-build-system)
+ (home-page "https://github.com/KristofferC/Crayons.jl")
+ (synopsis "Colored and styled strings for terminals")
+ (description "Crayons is a package that makes it simple to write strings in
+different colors and styles to terminals. It supports the 16 system colors,
+both the 256 color and 24 bit true color extensions, and the different text
+styles available to terminals.")
+ (license license:expat)))
+
(define-public julia-datastructures
(package
(name "julia-datastructures")
- 04/16: gnu: Add julia-libtiff-jll., (continued)
- 04/16: gnu: Add julia-libtiff-jll., guix-commits, 2021/05/20
- 02/16: gnu: Add julia-zstd-jll., guix-commits, 2021/05/20
- 05/16: gnu: Add julia-imagemagick-jll., guix-commits, 2021/05/20
- 09/16: gnu: Add julia-unpack., guix-commits, 2021/05/20
- 06/16: gnu: Add julia-ifelse., guix-commits, 2021/05/20
- 10/16: gnu: Add julia-parameters., guix-commits, 2021/05/20
- 07/16: gnu: Add julia-sortingalgorithms., guix-commits, 2021/05/20
- 14/16: gnu: Add julia-aqua., guix-commits, 2021/05/20
- 03/16: gnu: Add julia-libpng-jll., guix-commits, 2021/05/20
- 08/16: gnu: Add julia-safetestsets., guix-commits, 2021/05/20
- 11/16: gnu: Add julia-crayons.,
guix-commits <=
- 13/16: gnu: Add julia-pdmats., guix-commits, 2021/05/20
- 15/16: gnu: Add julia-static., guix-commits, 2021/05/20
- 16/16: gnu: Add julia-recipesbase., guix-commits, 2021/05/20
- 12/16: gnu: Add julia-stablerngs., guix-commits, 2021/05/20