gnu: Add julia-fuzzycompletions.
* gnu/packages/julia-xyz.scm (julia-fuzzycompletions): New variable.
This commit is contained in:
parent
114db2b9c4
commit
ced47448b0
1 changed files with 20 additions and 0 deletions
|
@ -716,6 +716,26 @@ (define-public julia-forwarddiff
|
|||
differentiation (AD).")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-fuzzycompletions
|
||||
(package
|
||||
(name "julia-fuzzycompletions")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/JunoLab/FuzzyCompletions.jl")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "07sv88c472n6w4x7diy952igbcfm1s104ysnnvprld83312siw06"))))
|
||||
(build-system julia-build-system)
|
||||
(home-page "https://github.com/JunoLab/FuzzyCompletions.jl")
|
||||
(synopsis "Fuzzy completion provider for Julia")
|
||||
(description
|
||||
"FuzzyCompletions provides fuzzy completions for a Julia runtime session.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-gumbo
|
||||
(package
|
||||
(name "julia-gumbo")
|
||||
|
|
Loading…
Reference in a new issue