diff options
author | Cristiano Urban <cristiano.urban.slack@gmail.com> | 2015-12-21 00:14:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-21 00:14:45 +0700 |
commit | 7abc161ed608c87eea143f9c9a957ccc199e80b3 (patch) | |
tree | 382622611ffb1dce5b88bd46b0a54aa705294b5c /libraries/libmseed/README | |
parent | 6896bd4cdf75c7ec0f7993151fb7f7185c11a2b2 (diff) | |
download | slackbuilds-7abc161ed608c87eea143f9c9a957ccc199e80b3.tar.gz |
libraries/libmseed: Added (C library framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libmseed/README')
-rw-r--r-- | libraries/libmseed/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/libmseed/README b/libraries/libmseed/README new file mode 100644 index 0000000000..5ba7611a75 --- /dev/null +++ b/libraries/libmseed/README @@ -0,0 +1,6 @@ +The Mini-SEED library provides a framework for manipulation of SEED data records +including the unpacking and packing of data records. +Functionality is also included for managing waveform data as continuous traces. + +The library is known to work in most Unix/Linux environments (including Mac OSX) +and in Win32 systems. |