Skip to content

Commit

Permalink
opam lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dsheets committed May 14, 2015
1 parent 0ec1902 commit 9d347ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ tags: [
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix "--%{base-unix:enable}%-lwt" "--%{mirage-types:enable}%-mirage"]
["ocaml" "setup.ml" "-build"]
]
install: [
["ocaml" "setup.ml" "-install"]
]
remove: [["ocamlfind" "remove" "dns"]]
Expand All @@ -45,4 +47,4 @@ conflicts: [
"mirage-types" {<"1.2.0"}
"async" {<"112.24.00"}
]
ocaml-version: [>= "4.00.0"]
available: [ ocaml-version >= "4.00.0" ]

0 comments on commit 9d347ba

Please sign in to comment.