mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 09:58:57 -05:00
gnu: Add julia-iocapture.
* gnu/packages/julia-xyz.scm (julia-iocapture): New variable.
This commit is contained in:
parent
ddcc5d4375
commit
fcc93efc56
1 changed files with 21 additions and 0 deletions
|
@ -790,6 +790,27 @@ (define-public julia-inifile
|
||||||
interfaces with @file{.ini} files.")
|
interfaces with @file{.ini} files.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public julia-iocapture
|
||||||
|
(package
|
||||||
|
(name "julia-iocapture")
|
||||||
|
(version "0.2.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/JuliaDocs/IOCapture.jl")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0ajlfh8f1g23bx5f8h70nrgr0zfwxaqnpxlka8l4qhjmnfqxl43a"))))
|
||||||
|
(build-system julia-build-system)
|
||||||
|
(home-page "https://github.com/JuliaDocs/IOCapture.jl")
|
||||||
|
(synopsis "Capture standard output and error streams")
|
||||||
|
(description "This package provides the @code{IOCapture.capture(f)}
|
||||||
|
function, which captures the standard output and standard error, and returns it
|
||||||
|
as a string together with the return value.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-irtools
|
(define-public julia-irtools
|
||||||
(package
|
(package
|
||||||
(name "julia-irtools")
|
(name "julia-irtools")
|
||||||
|
|
Loading…
Reference in a new issue