gnu: Add julia-tableiointerface.

* gnu/packages/julia-xyz.scm (julia-tableiointerface): New variable.
This commit is contained in:
Efraim Flashner 2021-05-27 16:00:21 +03:00
parent ced47448b0
commit 40a7da2b14
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1756,6 +1756,27 @@ (define-public julia-suppressor
warnings (stderr) or both streams at the same time.")
(license license:expat)))
(define-public julia-tableiointerface
(package
(name "julia-tableiointerface")
(version "0.1.6")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/lungben/TableIOInterface.jl")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0p2fi9jbyfg2j6rysv4if7dx8qw2mssb04i75j1zq607j8707kvn"))))
(build-system julia-build-system)
(home-page "https://github.com/lungben/TableIOInterface.jl")
(synopsis "File formats based on file extensions")
(description "This package determines tabular file formats based on file
extensions. It is intended to be the base both for @code{TableIO.jl} and for
the @code{Pluto.jl} tabular data import functionality.")
(license license:expat)))
(define-public julia-unpack
(package
(name "julia-unpack")