diff options
| author | root <root@alpha.trunkmasters.com> | 2026-05-31 21:30:14 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-05-31 21:30:14 -0500 |
| commit | 7d009d2bc561a2df178eac5df75421e4bb4c6b62 (patch) | |
| tree | 565722a7aadd75a31d89afcb22a04abea1bffb17 /dev-cpp/parallel-hashmap | |
| parent | 2c156b24300b45a66e20e90fe26d2837c2b1ea7d (diff) | |
| download | baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.gz baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.xz baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.zip | |
Adding metadata
Diffstat (limited to 'dev-cpp/parallel-hashmap')
| -rw-r--r-- | dev-cpp/parallel-hashmap/metadata.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/dev-cpp/parallel-hashmap/metadata.xml b/dev-cpp/parallel-hashmap/metadata.xml index 4ca36323f121..ef53df07feb0 100644 --- a/dev-cpp/parallel-hashmap/metadata.xml +++ b/dev-cpp/parallel-hashmap/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'> <pkgmetadata> - <maintainer type="person"> - <email>denis7774@gmail.com</email> - <name>Denis Reva</name> - </maintainer> - <longdescription lang="en"> + <maintainer type="person"> + <email>denis7774@gmail.com</email> + <name>Denis Reva</name> + </maintainer> + <longdescription lang="en"> Overview This repository aims to provide a set of excellent hash map implementations, as well as a btree alternative to std::map and std::set, with the following characteristics: @@ -30,8 +30,8 @@ Automatic support for boost's hash_value() method for providing the hash functio natvis visualization support in Visual Studio (hash map/set only) </longdescription> - <upstream> - <bugs-to>https://github.com/greg7mdp/parallel-hashmap/issues</bugs-to> - </upstream> - <origin>liguros-repo</origin> -</pkgmetadata>
\ No newline at end of file + <upstream> + <bugs-to>https://github.com/greg7mdp/parallel-hashmap/issues</bugs-to> + <remote-id type="github">greg7mdp/parallel-hashmap</remote-id> + </upstream> +</pkgmetadata> |
