From 6ff29ea2a692cfd72cd92920157d753f5b799d2a Mon Sep 17 00:00:00 2001 From: Vindaar Date: Fri, 15 Mar 2024 14:41:55 +0100 Subject: [PATCH] add impulse, xrayAttenuation, orgtables, flatBuffers (#2836) * add impulse, xrayAttenuation, orgtables, flatBuffers * add missing comma to JSON --- packages.json | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 4c7b47a..74c51f7 100644 --- a/packages.json +++ b/packages.json @@ -32854,5 +32854,65 @@ "description": "Extract syscall stats from strace output files", "license": "MIT", "web": "https://github.com/tdely/umriss" - } + }, + { + "name": "impulse", + "url": "https://github.com/SciNim/impulse", + "method": "git", + "tags": [ + "signals", + "signal processing", + "FFT", + "PocketFFT", + "science" + ], + "description": "Signal processing primitives (FFT, ...) ", + "license": "MIT", + "web": "https://github.com/SciNim/impulse" + }, + { + "name": "xrayAttenuation", + "url": "https://github.com/SciNim/xrayAttenuation", + "method": "git", + "tags": [ + "xrays", + "xray interactions", + "reflection", + "transmission", + "attenuation", + "xray optics", + "multilayers", + "science" + ], + "description": "Library for X-ray reflectivity and transmission / absorption through matter", + "license": "MIT", + "web": "https://github.com/SciNim/xrayAttenuation" + }, + { + "name": "orgtables", + "url": "https://github.com/Vindaar/orgtables", + "method": "git", + "tags": [ + "org", + "org mode", + "tables", + "emacs" + ], + "description": "A library to turn Nim data into Org tables", + "license": "MIT", + "web": "https://github.com/Vindaar/orgtables" + }, + { + "name": "flatBuffers", + "url": "https://github.com/Vindaar/flatBuffers", + "method": "git", + "tags": [ + "buffers", + "serialization", + "pickle", + ], + "description": "Package to turn (nested) Nim objects to flat buffers and back.", + "license": "MIT", + "web": "https://github.com/Vindaar/flatBuffers" + }, ]