From 4513115f9ab42c5e3d8dc3ed698e9f2e55f153d2 Mon Sep 17 00:00:00 2001 From: Carlo Capocasa Date: Mon, 13 Jun 2022 03:27:43 +0200 Subject: [PATCH] add at package (#2253) * add at package * Delete tags Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com> --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index a358704..4b70c30 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]