mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: Add julia-mimes.
* gnu/packages/julia-xyz.scm (julia-mimes): New variable. Change-Id: I4e87dc7b2abdb32f9ee5ab06a4876349177c101e
This commit is contained in:
parent
f5ab4f5399
commit
e811d17c9f
1 changed files with 24 additions and 0 deletions
|
|
@ -4637,6 +4637,30 @@ displayed where.")
|
|||
format to arrange into rows and columns of cells.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-mimes
|
||||
(package
|
||||
(name "julia-mimes")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/JuliaWeb/MIMEs.jl")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0xc0dni6x2121wlwckkxsnxswndgy86gz6xj0zhmjgx9dwgjdjs3"))))
|
||||
(build-system julia-build-system)
|
||||
(native-inputs
|
||||
(list julia-jive))
|
||||
(home-page "https://github.com/JuliaWeb/MIMEs.jl")
|
||||
(synopsis "Mapping between MIME types and file extensions")
|
||||
(description
|
||||
"This package provides transformations between file extensions
|
||||
and MIME types, with bonus features like text encoding detection
|
||||
and compression recommendation.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-missings
|
||||
(package
|
||||
(name "julia-missings")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue