diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-02-20 12:20:10 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-02-20 12:20:10 +0000 |
| commit | 6c403b20587216e34e1b0ec4556167ce18d05b9d (patch) | |
| tree | a7c9ba4a97d77ec110704c33440228dd457b0858 | |
| parent | 3817817153e6248e7b356ee7a4a69073ead8b8ad (diff) | |
| parent | ece7335fde99dbbe018bbdd0cbe816cbc233aaca (diff) | |
| download | packages-6c403b20587216e34e1b0ec4556167ce18d05b9d.tar.gz packages-6c403b20587216e34e1b0ec4556167ce18d05b9d.zip | |
Merge pull request #131 from ziotom78/patch-1
Nimcfitsio added to the list of available packages
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 94c71b4..84c9d8d 100644 --- a/packages.json +++ b/packages.json @@ -1263,5 +1263,14 @@ "description": "Bindings for libusb, the cross-platform user library to access USB devices.", "license": "MIT", "web": "https://github.com/nimious/io-usb" + }, + { + "name": "nimcfitsio", + "url": "https://github.com/ziotom78/nimcfitsio.git", + "method": "git", + "tags": ["library", "binding", "cfitsio", "fits", "io"], + "description": "Bindings for CFITSIO, a library to read/write FITSIO images and tables.", + "license": "MIT", + "web": "https://github.com/ziotom78/nimcfitsio" } ] |
