package.yml (329B)
1 --- 2 name: linkedList 3 version: 0.0.6 4 description: double linked lists 5 bin: ./linkedList.h 6 repository: 7 type: git 8 url: "git+https://noulin.net/git/linkedList.git" 9 keywords: 10 - data structure 11 author: Remy Noulin 12 license: MIT 13 homepage: "https://noulin.net/linkedList/file/README.md.html" 14 private: false