3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Add go-github-com-emirpasic-gods-containers.

* gnu/packages/golang.scm (go-github-com-emirpasic-gods-containers): New variable.
This commit is contained in:
Oleg Pykhalov 2020-08-09 10:51:02 +03:00
parent 9a9bd333bf
commit ffa2e84f7c
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -5066,3 +5066,11 @@ It lets you parse and compare two semantic version strings.")
(description "This package provides implementation of various data
structures and algorithms in Go.")
(license license:bsd-2)))
(define-public go-github-com-emirpasic-gods-containers
(package
(inherit go-github-com-emirpasic-gods-trees-binaryheap)
(name "go-github-com-emirpasic-gods-containers")
(arguments
`(#:import-path "github.com/emirpasic/gods/containers"
#:unpack-path "github.com/emirpasic/gods"))))