From 9b4b4a6bedf407ab868f9096f742a6412987110d Mon Sep 17 00:00:00 2001 From: inv2004 Date: Mon, 12 Apr 2021 08:14:58 +0300 Subject: [PATCH] Added package streamfix (#1865) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 7e6524f..018e191 100644 --- a/packages.json +++ b/packages.json @@ -22117,6 +22117,21 @@ "license": "MIT", "web": "https://github.com/hnicke/aur.nim" }, + { + "name": "streamfix", + "url": "https://github.com/inv2004/streamfix", + "method": "git", + "tags": [ + "fix", + "protocol", + "parser", + "financial", + "streaming" + ], + "description": "FIX Protocol streaming parser (Financial Information eXchange)", + "license": "Apache-2.0", + "web": "https://github.com/inv2004/streamfix" + }, { "name": "ffmpeg", "url": "https://github.com/momeemt/ffmpeg.nim",