mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
gnu: Add julia-gumbo.
* gnu/packages/julia-xyz.scm (julia-gumbo): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
74a7bb81f9
commit
cc7c1f904e
1 changed files with 23 additions and 0 deletions
|
@ -648,6 +648,29 @@ (define-public julia-forwarddiff
|
||||||
differentiation (AD).")
|
differentiation (AD).")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public julia-gumbo
|
||||||
|
(package
|
||||||
|
(name "julia-gumbo")
|
||||||
|
(version "0.8.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/JuliaWeb/Gumbo.jl")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1g22dv3v7caakspv3pdahnqn937fzzsg9y87rj72hid9g8lxl1gm"))))
|
||||||
|
(build-system julia-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("julia-abstracttrees" ,julia-abstracttrees)
|
||||||
|
("julia-gumbo-jll" ,julia-gumbo-jll)))
|
||||||
|
(home-page "https://github.com/JuliaWeb/Gumbo.jl")
|
||||||
|
(synopsis "Julia wrapper around Google's gumbo C library for parsing HTML")
|
||||||
|
(description "@code{Gumbo.jl} is a Julia wrapper around Google's gumbo
|
||||||
|
library for parsing HTML.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-gumbo-jll
|
(define-public julia-gumbo-jll
|
||||||
(package
|
(package
|
||||||
(name "julia-gumbo-jll")
|
(name "julia-gumbo-jll")
|
||||||
|
|
Loading…
Reference in a new issue