mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: Add julia-stringmanipulation.
* gnu/packages/julia-xyz.scm (julia-stringmanipulation): New variable.
This commit is contained in:
parent
d552c2508f
commit
92820c1732
1 changed files with 20 additions and 0 deletions
|
@ -6030,6 +6030,26 @@ (define-public julia-stringencodings
|
|||
@code{iconv} interface, and supports all major platforms using GNU libiconv.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-stringmanipulation
|
||||
(package
|
||||
(name "julia-stringmanipulation")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/ronisbr/StringManipulation.jl")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "15ss8hkjyjs2x66j1krrrxaa1hdpwz0ygs3cg3bdpm336k7621q8"))))
|
||||
(build-system julia-build-system)
|
||||
(home-page "https://github.com/ronisbr/StringManipulation.jl")
|
||||
(synopsis "Functions to manipulate strings with ANSI escape sequences")
|
||||
(description "This package provides several functions to manipulate strings
|
||||
with ANSI escape sequences.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-structarrays
|
||||
(package
|
||||
(name "julia-structarrays")
|
||||
|
|
Loading…
Reference in a new issue