💾 Archived View for gmi.noulin.net › gitRepositories › staticList › file › package.yml.gmi captured on 2023-07-10 at 15:56:11. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

staticList

Log

Files

Refs

LICENSE

package.yml (448B)

     1 ---
     2   name: staticList
     3   version: 0.0.13
     4   description: "macros of double linked list with defined maximum length supporting any type, this list doesnt use malloc"
     5   bin: ./staticList.h
     6   repository:
     7     type: git
     8     url: "git+https://github.com/USER/staticList.git"
     9   keywords:
    10     - data structure
    11   author: Remy
    12   license: MIT
    13   bugs:
    14     url: "https://github.com/USER/staticList/issues"
    15   homepage: "https://github.com/USER/staticList#readme"