Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Apr 12, 2017
1 parent 2a9144f commit 6ef92de
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.5.1 ()
0.5.1 (11-04-2017)
=====
* Install .cmx files

Expand Down
29 changes: 29 additions & 0 deletions opam/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
opam-version: "1.2"
version: "dev"
maintainer: "Romain Beauxis <toots@rastageeks.org>"
authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
homepage: "https://github.com/savonet/ocaml-ogg"
build: [
["./bootstrap"]
["./configure" "--prefix" prefix]
[make clean]
[make]
]
install: [
[make "install"]
]
remove: ["ocamlfind" "remove" "ogg"]
depends: ["ocamlfind"]
depexts: [
[["alpine"] ["libogg-dev"]]
[["archlinux"] ["libogg"]]
[["debian"] ["libogg-dev"]]
[["ubuntu"] ["libogg-dev"]]
[["centos"] ["libogg-devel"]]
[["fedora"] ["libogg-devel"]]
[["opensuse"] ["libogg-devel"]]
[["nixpkgs"] ["libogg"]]
[["osx" "homebrew"] ["libogg"]]
]
bug-reports: "https://github.com/savonet/ocaml-ogg/issues"
dev-repo: "https://github.com/savonet/ocaml-ogg.git"

0 comments on commit 6ef92de

Please sign in to comment.