me
/
guix
Archived
1
0
Fork 0

gnu: go-torproject-org-pluggable-transports-goptlib: Move to (gnu packages golang-crypto).

* gnu/packages/golang.scm (go-torproject-org-pluggable-transports-goptlib):
Move from here ...
gnu/packages/golang-crypto.scm: ... to here.

Change-Id: I3bc97e64bd3680405c90eb84c2d7d3c7ff9092e0
master
Sharlatan Hellseher 2024-01-31 20:14:29 +00:00
parent 849f219b72
commit b41bcc0434
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
2 changed files with 24 additions and 23 deletions

View File

@ -8,6 +8,7 @@
;;; Copyright © 2021 Collin J. Doering <collin@rekahsoft.ca> ;;; Copyright © 2021 Collin J. Doering <collin@rekahsoft.ca>
;;; Copyright © 2021 LibreMiami <packaging-guix@libremiami.org> ;;; Copyright © 2021 LibreMiami <packaging-guix@libremiami.org>
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name> ;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
;;; Copyright © 2021 Vagrant Cascadian <vagrant@debian.org> ;;; Copyright © 2021 Vagrant Cascadian <vagrant@debian.org>
;;; Copyright © 2022 (unmatched-parenthesis <paren@disroot.org> ;;; Copyright © 2022 (unmatched-parenthesis <paren@disroot.org>
;;; Copyright © 2022 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2022 Efraim Flashner <efraim@flashner.co.il>
@ -971,6 +972,29 @@ contains AVX-512 and AVX2 routines (generated by avo) that greatly increase
performance for large inputs and outputs.") performance for large inputs and outputs.")
(license license:expat))) (license license:expat)))
(define-public go-torproject-org-pluggable-transports-goptlib
(package
(name "go-torproject-org-pluggable-transports-goptlib")
(version "1.1.0")
(source
(origin
(method git-fetch)
(uri
(git-reference
(url "https://git.torproject.org/pluggable-transports/goptlib")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1lh938194hvkf8pqgnxwf6hvjv9rv0j3kasi07r2ckrj8sxzk4jc"))))
(build-system go-build-system)
(arguments
`(#:import-path "git.torproject.org/pluggable-transports/goptlib.git"))
(home-page "https://gitweb.torproject.org/pluggable-transports/goptlib.git/")
(synopsis "Go pluggable transports library")
(description "GoPtLib is a library for writing Tor pluggable transports in
Go.")
(license license:cc0)))
;;; ;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar ;;; of a merge conflict, place them above by existing packages with similar

View File

@ -2371,29 +2371,6 @@ standard Fountain, but also has some custom syntax extensions such as
translated keywords and acts.") translated keywords and acts.")
(license license:gpl3))) (license license:gpl3)))
(define-public go-torproject-org-pluggable-transports-goptlib
(package
(name "go-torproject-org-pluggable-transports-goptlib")
(version "1.1.0")
(source
(origin
(method git-fetch)
(uri
(git-reference
(url "https://git.torproject.org/pluggable-transports/goptlib")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1lh938194hvkf8pqgnxwf6hvjv9rv0j3kasi07r2ckrj8sxzk4jc"))))
(build-system go-build-system)
(arguments
`(#:import-path "git.torproject.org/pluggable-transports/goptlib.git"))
(home-page "https://gitweb.torproject.org/pluggable-transports/goptlib.git/")
(synopsis "Go pluggable transports library")
(description "GoPtLib is a library for writing Tor pluggable transports in
Go.")
(license license:cc0)))
(define-public go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib (define-public go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib
(package (package
(name "go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib") (name "go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib")