From cdc3f2015e3c3811f90cdc59a86a1c1c6fb16493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Bla=C5=BEek?= Date: Sun, 26 Feb 2023 18:30:53 +0100 Subject: [PATCH] Added package heine (#2512) Co-authored-by: Gabriel Huber --- packages.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index c5a6883..7ea07f0 100644 --- a/packages.json +++ b/packages.json @@ -29020,8 +29020,8 @@ "description": "ANT: statically typed configurations for Nim (and others)", "license": "MIT", "web": "https://github.com/elcritch/ants" - }, - { + }, + { "name": "kraut", "url": "https://github.com/moigagoo/kraut", "method": "git", @@ -29035,5 +29035,18 @@ "description": "Router for Karax frontend framework.", "license": "MIT", "web": "https://github.com/moigagoo/kraut" + }, + { + "name": "heine", + "url": "https://git.sr.ht/~xigoi/heine", + "method": "git", + "tags": [ + "math", + "latex", + "language" + ], + "description": "A compact notation for math that transpiles to LaTeX", + "license": "GPL-3.0-or-later", + "web": "https://xigoi.srht.site/heine/" } ]