💾 Archived View for gmi.noulin.net › gitRepositories › sort › file › package.yml.gmi captured on 2024-07-09 at 02:46:06. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
package.yml (473B)
1 --- 2 name: sort 3 version: 0.0.4 4 description: "sorting algorithms for any type of array: radixsort, flashsort" 5 bin: ./sort.h 6 cflags: "-O3 -std=gnu11 -fPIC -pipe" 7 repository: 8 type: git 9 url: "git+https://noulin.net/git/sort.git" 10 keywords: 11 - sorting 12 - radixsort 13 - flashsort 14 - library 15 author: Remy 16 license: MIT 17 bugs: 18 url: "https://noulin.net/sort/log.html" 19 homepage: "https://noulin.net/sort/file/README.md.html" 20 private: false