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
Message #8 received at 56426 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/julia-xyz.scm (julia-inlinestrings): 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 c6f3ad5d61..49816507bd 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2847,6 +2847,32 @@ (define-public julia-inifile
interfaces with @file{.ini} files.")
(license license:expat)))
+(define-public julia-inlinestrings
+ (package
+ (name "julia-inlinestrings")
+ (version "1.1.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaStrings/InlineStrings.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1dcdpxlphjliqlnkcri7mhg9bqqzpsdj80h9gkw8xhzr3ls473zr"))))
+ (build-system julia-build-system)
+ (propagated-inputs
+ (list julia-parsers))
+ (home-page "https://github.com/JuliaStrings/InlineStrings.jl")
+ (synopsis "Fixed-width string types")
+ (description "This package provides a set of custom string types of
+various fixed sizes. Each inline string is a custom primitive type and can
+benefit from being stack friendly by avoiding allocations/heap tracking in the
+GC. When used in an array, the elements are able to be stored inline since
+each one has a fixed size. Currently support inline strings from 1 byte up to
+255 bytes.")
+ (license license:expat)))
+
(define-public julia-interpolations
(package
(name "julia-interpolations")
--
2.36.0
This bug report was last modified 3 years and 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.