diff options
| author | Robert Edwards <edwards@jlab.org> | 2017-09-29 15:37:15 -0400 |
|---|---|---|
| committer | Robert Edwards <edwards@jlab.org> | 2017-09-29 15:37:15 -0400 |
| commit | c2ca47dca303115a07d592d5b9edc54405489ee9 (patch) | |
| tree | ced8e85045f48e5c7b324b915fd6e6a7cb128a88 | |
| parent | 02f11eefd1e1f5f93a70bec954ae4e7d3aab40a7 (diff) | |
| download | packages-c2ca47dca303115a07d592d5b9edc54405489ee9.tar.gz packages-c2ca47dca303115a07d592d5b9edc54405489ee9.zip | |
Added package ensem
| -rw-r--r-- | packages.json | 11 |
1 files changed, 11 insertions, 0 deletions
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" + } ] |
