diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-02 20:46:22 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-02 20:46:22 +0000 |
| commit | cf786d149b14a3c2ff94eb31288fa70903522296 (patch) | |
| tree | 4a3d2c7bdcdbcfba1f23e4ba93a0e0bb3eae6874 /dev-cpp/parallel-hashmap | |
| parent | 4074f66428fb80b420c673bfe9953d714c4cf38a (diff) | |
| download | baldeagleos-repo-cf786d149b14a3c2ff94eb31288fa70903522296.tar.gz baldeagleos-repo-cf786d149b14a3c2ff94eb31288fa70903522296.tar.xz baldeagleos-repo-cf786d149b14a3c2ff94eb31288fa70903522296.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 3183d009f6a5..a9a7e6543657 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 'http://www.gentoo.org/dtd/metadata.dtd'> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>lssndrbarbieri@gmail.com</email> - <name>Alessandro Barbieri</name> - </maintainer> - <longdescription lang="en"> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</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> - <remote-id type="github">greg7mdp/parallel-hashmap</remote-id> - </upstream> -</pkgmetadata> + <upstream> + <bugs-to>https://github.com/greg7mdp/parallel-hashmap/issues</bugs-to> + </upstream> + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file |
