An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Span

[![Build Status](https://github.com/Sciss/Span/workflows/Scala%20CI/badge.svg?branch=main)](https://github.com/Sciss/Span/actions?query=workflow%3A%22Scala+CI%22)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/de.sciss/span_2.13/badge.svg)](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).