GNU bug report logs -
#56426
[PATCH 0/6] Add Julia CSV
Previous Next
Reported by: zimoun <zimon.toutoune <at> gmail.com>
Date: Wed, 6 Jul 2022 18:06:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/julia-xyz.scm (julia-sentinelarrays): New variable.
---
gnu/packages/julia-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 7491ee3f5d..c53efb3d76 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4797,6 +4797,27 @@ (define-public julia-scratch
files that the user must interact with through a file browser.")
(license license:expat)))
+(define-public julia-sentinelarrays
+ (package
+ (name "julia-sentinelarrays")
+ (version "1.3.13")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaData/SentinelArrays.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1h3vpz7xskbf2a60imdg0irwh9bybkahjpnb6b3wyk0j9a97nqkr"))))
+ (build-system julia-build-system)
+ (home-page "https://github.com/JuliaData/SentinelArrays.jl")
+ (synopsis "Array types using sentinel values")
+ (description "This package provides @code{SentinelArray{T}} that wraps an
+@code{AbstractArray} of type @code{T}, and accepts a sentinel and value
+argument.")
+ (license license:expat)))
+
(define-public julia-showoff
(package
(name "julia-showoff")
--
2.36.0
This bug report was last modified 3 years ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.