sort

sort algorithms for any type of array
git clone https://noulin.net/git/sort.git
Log | Files | Refs | README | LICENSE

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