From acfb3020359de2bd0cb4e9f4b8c490eccf480b7c Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周二, 05 3月 2024 17:37:15 +0800
Subject: [PATCH] Merge pull request #157 from PetteriAimonen/master

---
 library.json |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/library.json b/library.json
new file mode 100644
index 0000000..c664919
--- /dev/null
+++ b/library.json
@@ -0,0 +1,24 @@
+{
+    "name": "scpi-parser",
+    "keywords": "scpi",
+    "version": "2.3-pre",
+    "description": "Open Source SCPI device library",
+    "repository": {
+        "type": "git",
+        "url": "https://github.com/j123b567/scpi-parser.git"
+    },
+    "authors": {
+        "name": "Jan Breuer",
+        "email": "jan.breuer@jaybee.cz"
+    },
+    "build": {
+        "includeDir": "libscpi/inc",
+        "srcDir": "libscpi/src"
+    },
+    "examples": [
+        "examples/test-interactive/main.c"
+    ],
+    "frameworks": "*",
+    "platforms": "*"
+}
+

--
Gitblit v1.9.1