https://github.com/sciss/span
A simple data type for describing sample frame intervals. Mirror of https://codeberg.org/sciss/Span
https://github.com/sciss/span
data-structure
Last synced: 11 months ago
JSON representation
A simple data type for describing sample frame intervals. Mirror of https://codeberg.org/sciss/Span
- Host: GitHub
- URL: https://github.com/sciss/span
- Owner: Sciss
- License: lgpl-2.1
- Created: 2013-03-02T02:49:34.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2021-05-15T04:51:31.000Z (over 4 years ago)
- Last Synced: 2025-01-05T07:40:10.174Z (about 1 year ago)
- Topics: data-structure
- Language: Scala
- Homepage:
- Size: 930 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Span
[](https://github.com/Sciss/Span/actions?query=workflow%3A%22Scala+CI%22)
[](https://maven-badges.herokuapp.com/maven-central/de.sciss/span_2.13)
## statement
Span is a data type for representing sample frame intervals. It is (C)opyright 2013–2021 by Hanns Holger Rutz.
All rights reserved. This project is released under the
[GNU Lesser General Public License](https://raw.github.com/Sciss/Span/main/LICENSE) and comes with absolutely
no warranties. To contact the author, send an e-mail to `contact at sciss.de`.
## linking
libraryDependencies += "de.sciss" %% "span" % v
The current stable version `v` is `"2.0.2"`
## building
This project builds with sbt against Scala 2.13, 2.12, Dotty (JVM) and Scala 2.13 (JS).