💾 Archived View for gmi.noulin.net › gitRepositories › singleList › file › package.yml.gmi captured on 2024-07-09 at 02:44:57. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

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

singleList

Log

Files

Refs

README

LICENSE

package.yml (387B)

     1 ---
     2   name: singleList
     3   version: 0.0.4
     4   description: single linked lists
     5   bin: ./singleList.h
     6   repository:
     7     type: git
     8     url: "git+https://noulin.net/git/singleList.git"
     9   keywords:
    10     - data structure
    11   author: Remy Noulin
    12   license: MIT
    13   bugs:
    14     url: "https://noulin.net/singleList/log.html"
    15   homepage: "https://noulin.net/singleList/file/README.md.html"
    16   private: false