1ogg-sys
2=======
3
4Rust bindings for libogg 1.3.2
5
6```toml
7[dependencies.ogg-sys]
8git = "https://github.com/tomaka/ogg-sys"
9```
10
11## The libogg license
12
13> Copyright (c) 2002, Xiph.org Foundation
14>
15> Redistribution and use in source and binary forms, with or without
16> modification, are permitted provided that the following conditions
17> are met:
18>
19> - Redistributions of source code must retain the above copyright
20> notice, this list of conditions and the following disclaimer.
21>
22> - Redistributions in binary form must reproduce the above copyright
23> notice, this list of conditions and the following disclaimer in the
24> documentation and/or other materials provided with the distribution.
25>
26> - Neither the name of the Xiph.org Foundation nor the names of its
27> contributors may be used to endorse or promote products derived from
28> this software without specific prior written permission.
29>
30> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
31> ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
32> LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
33> A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION
34> OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
35> SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
36> LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
37> DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
38> THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
39> (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
40> OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
41