Skip to content

Commit

Permalink
opam: 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 4cc9606 commit e2c2033
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ include a Signed-off-by: line.
Maintainers list
----------------

* David Scott <[email protected]>
* David Scott <[email protected]>
* Euan Harris <[email protected]>

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 e2c2033

Please sign in to comment.