8 lines
163 B
Text
8 lines
163 B
Text
opam-version: "1"
|
|
maintainer: "XXX(FILL ME IN WITH EMAIL)"
|
|
build: [
|
|
[make]
|
|
[make "install"]
|
|
]
|
|
remove: [["ocamlfind" "remove" "thrift"]]
|
|
depends: ["ocamlfind"]
|