From 02f11eefd1e1f5f93a70bec954ae4e7d3aab40a7 Mon Sep 17 00:00:00 2001 From: Robert Edwards Date: Fri, 29 Sep 2017 15:31:33 -0400 Subject: Added drand48. --- packages.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index cf3705d..74e9eb2 100644 --- a/packages.json +++ b/packages.json @@ -7290,5 +7290,16 @@ "description": "Huenim", "license": "MIT", "web": "https://github.com/IoTone/huenim" - } + }, + { + "name": "drand48", + "url": "https://github.com/JeffersonLab/drand48", + "method": "git", + "tags": [ + "random number generator" + ], + "description": "Nim implementation of the standard unix drand48 pseudo random number generator", + "license": "BSD3", + "web": "https://github.com/JeffersonLab/drand48" + }, ] -- cgit v1.2.3 From c2ca47dca303115a07d592d5b9edc54405489ee9 Mon Sep 17 00:00:00 2001 From: Robert Edwards Date: Fri, 29 Sep 2017 15:37:15 -0400 Subject: Added package ensem --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 74e9eb2..6a8cbc3 100644 --- a/packages.json +++ b/packages.json @@ -7302,4 +7302,15 @@ "license": "BSD3", "web": "https://github.com/JeffersonLab/drand48" }, + { + "name": "ensem", + "url": "https://github.com/JeffersonLab/ensem", + "method": "git", + "tags": [ + "yes" + ], + "description": "Support for ensemble file format and arithmetic using jackknife/bootstrap propagation of errors", + "license": "BSD3", + "web": "https://github.com/JeffersonLab/ensem" + } ] -- cgit v1.2.3 From 25793413174e2b36a79d40f871f947676585df01 Mon Sep 17 00:00:00 2001 From: Robert Edwards Date: Fri, 29 Sep 2017 15:39:10 -0400 Subject: Fixed up tags for ensem. --- packages.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 6a8cbc3..e8002c0 100644 --- a/packages.json +++ b/packages.json @@ -7307,7 +7307,8 @@ "url": "https://github.com/JeffersonLab/ensem", "method": "git", "tags": [ - "yes" + "jackknife", + "statistics", ], "description": "Support for ensemble file format and arithmetic using jackknife/bootstrap propagation of errors", "license": "BSD3", -- cgit v1.2.3 From 11fca55e2340529c987e34a432ffd9f3f81c83c1 Mon Sep 17 00:00:00 2001 From: Robert Edwards Date: Fri, 29 Sep 2017 16:34:51 -0400 Subject: Removed white-spaces in tag for drand48 --- packages.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index e8002c0..79c48a5 100644 --- a/packages.json +++ b/packages.json @@ -7296,7 +7296,9 @@ "url": "https://github.com/JeffersonLab/drand48", "method": "git", "tags": [ - "random number generator" + "random", + "number", + "generator" ], "description": "Nim implementation of the standard unix drand48 pseudo random number generator", "license": "BSD3", -- cgit v1.2.3