mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: Add julia-literate.
* gnu/packages/julia-xyz.scm (julia-literate): New variable. Change-Id: I6f6ce5b6015c47afc4f64686c2cf7f10c0eb0872
This commit is contained in:
parent
3bf3c3be70
commit
e6c787020b
1 changed files with 27 additions and 0 deletions
|
|
@ -4284,6 +4284,33 @@ AbstractGraph type.")
|
|||
implemented in Julia.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-literate
|
||||
(package
|
||||
(name "julia-literate")
|
||||
(version "2.21.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/fredrikekre/Literate.jl")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1jpq9sj7qz4jazgh2f5d5rkcdp73ivcx0l8npzzy3klr8244jcy4"))))
|
||||
(build-system julia-build-system)
|
||||
(native-inputs
|
||||
(list julia-displayas))
|
||||
(propagated-inputs
|
||||
(list julia-iocapture julia-json))
|
||||
(home-page "https://fredrikekre.github.io/Literate.jl/")
|
||||
(synopsis "Literate programming for Julia examples/tutorials")
|
||||
(description
|
||||
"@code{Literate} can generate markdown pages, and Jupyter notebooks,
|
||||
from the same source file. Using a single source file for multiple purposes
|
||||
reduces maintenance, and makes sure your different output formats
|
||||
are synced with each other.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-logexpfunctions
|
||||
(package
|
||||
(name "julia-logexpfunctions")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue