diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-web.scm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index c72b9847207..499e67b5d06 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm | |||
| @@ -18653,6 +18653,35 @@ information from a network device such as statistics, driver related | |||
| 18653 | information or even the peer of a VETH interface.") | 18653 | information or even the peer of a VETH interface.") |
| 18654 | (license license:asl2.0))) | 18654 | (license license:asl2.0))) |
| 18655 | 18655 | ||
| 18656 | (define-public go-github-com-sagernet-sing | ||
| 18657 | (package | ||
| 18658 | (name "go-github-com-sagernet-sing") | ||
| 18659 | (version "0.8.4") | ||
| 18660 | (source | ||
| 18661 | (origin | ||
| 18662 | (method git-fetch) | ||
| 18663 | (uri (git-reference | ||
| 18664 | (url "https://github.com/SagerNet/sing") | ||
| 18665 | (commit (string-append "v" version)))) | ||
| 18666 | (file-name (git-file-name name version)) | ||
| 18667 | (sha256 | ||
| 18668 | (base32 "0lc65fl58kh4g2r66yx141k3w1qnc1x76aq8wkg0gym6qdk2nzwg")))) | ||
| 18669 | (build-system go-build-system) | ||
| 18670 | (arguments | ||
| 18671 | (list | ||
| 18672 | #:skip-build? #t | ||
| 18673 | #:import-path "github.com/sagernet/sing")) | ||
| 18674 | (native-inputs | ||
| 18675 | (list go-github-com-stretchr-testify)) | ||
| 18676 | (propagated-inputs | ||
| 18677 | (list go-golang-org-x-sys)) | ||
| 18678 | (home-page "https://github.com/sagernet/sing") | ||
| 18679 | (synopsis "Proxy platform core library") | ||
| 18680 | (description | ||
| 18681 | "This package provides a core functionality for a universal proxy | ||
| 18682 | platform.") | ||
| 18683 | (license license:gpl3+))) | ||
| 18684 | |||
| 18656 | (define-public go-github-com-santhosh-tekuri-jsonschema-v5 | 18685 | (define-public go-github-com-santhosh-tekuri-jsonschema-v5 |
| 18657 | (package | 18686 | (package |
| 18658 | (name "go-github-com-santhosh-tekuri-jsonschema-v5") | 18687 | (name "go-github-com-santhosh-tekuri-jsonschema-v5") |
