From 992b63ab60c91dfacd4e2cf817764fd016ff309c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8C=AB=E5=B7=9D=E4=B8=83=E7=88=BD=28777shuang=29?= <100687590+777shuang@users.noreply.github.com> Date: Thu, 1 Dec 2022 16:46:40 +0900 Subject: [PATCH] Added package apt_brain (#2418) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 75a6331..812a9a3 100644 --- a/packages.json +++ b/packages.json @@ -27981,5 +27981,19 @@ "description": "A wrapper for C++'s std::any", "license": "MIT", "web": "https://github.com/sls1005/cppany" + }, + { + "name": "apt_brain", + "url": "https://github.com/genkaisoft/apt-brain", + "method": "git", + "tags": [ + "apt", + "for", + "SHARP", + "Brain" + ], + "description": "apt for SHARP Brain", + "license": "GPL-3.0-or-later", + "web": "https://github.com/genkaisoft/apt-brain" } ]