fifo and unixfs

This commit is contained in:
Norayr Chilingarian 2023-02-07 23:53:08 +04:00
parent 6fa3ca5899
commit ceedff7443
2 changed files with 32 additions and 0 deletions

16
fifo.json Normal file
View file

@ -0,0 +1,16 @@
{
"Package": "time",
"Author": "noch",
"License": "GPL-3",
"Version": "0.1",
"Remote":
{
"type": "git",
"path": "https://github.com/norayr/fifo",
"tag" : "0.1"
},
"Build":
{
"voc -s": "src/fifo.Mod"
}
}