mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Add rust-objc2-encode-2.
* gnu/packages/crates-io.scm (rust-objc2-encode-2): New variable.
This commit is contained in:
parent
b618acd148
commit
a55cea13f4
1 changed files with 20 additions and 0 deletions
|
@ -39811,6 +39811,26 @@ (define-public rust-objc-test-utils-0.0
|
|||
"This package provides utilities for testing Objective-C interop.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-objc2-encode-2
|
||||
(package
|
||||
(name "rust-objc2-encode")
|
||||
(version "2.0.0-pre.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "objc2-encode" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"04h5wns3hxmc9g652hr9xqzrijs4ij9sdnlgc0ha202v050srz5b"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-objc-sys" ,rust-objc-sys-0.2))))
|
||||
(home-page "https://github.com/madsmtm/objc2")
|
||||
(synopsis "Objective-C type-encoding representation and parsing")
|
||||
(description "This package provides objective-C type-encoding
|
||||
representation and parsing.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-objc2-proc-macros-0.1
|
||||
(package
|
||||
(name "rust-objc2-proc-macros")
|
||||
|
|
Loading…
Reference in a new issue