add at package (#2253)

* add at package

* Delete tags

Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com>
This commit is contained in:
Carlo Capocasa 2022-06-13 03:27:43 +02:00 committed by GitHub
parent 37e2ee4162
commit 4513115f9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26451,5 +26451,19 @@
"description": "Toy support library for primitive graphics programming.",
"license": "MIT",
"web": "https://github.com/Araq/pixels"
},
{
"name": "at",
"url": "https://github.com/capocasa/at",
"method": "git",
"tags": [
"async",
"in-proces",
"job-scheduler"
],
"description": "A powerful, lightweight tool to execute code later",
"license": "MIT",
"web": "https://github.com/capocasa/at",
"doc": "https://capocasa.github.io/at/at.html"
}
]