Skip to content

Commit

Permalink
build: Add opam file
Browse files Browse the repository at this point in the history
Signed-off-by: Euan Harris <[email protected]>
  • Loading branch information
euanh committed Jan 13, 2016
1 parent e850e22 commit 4692174
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
opam-version: "1.2"
name: "cdrom"
maintainer: "Euan Harris <[email protected]>"
author: "Dave Scott <[email protected]>"
build: [
["./configure" "--prefix=%{prefix}%"]
[make]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "cdrom"]
depends: ["ocamlfind" "oasis"]

0 comments on commit 4692174

Please sign in to comment.