Skip to content
This repository has been archived by the owner on Nov 24, 2017. It is now read-only.

Commit

Permalink
Require opam-version >= 1.2 and hardcore charrua-core version.
Browse files Browse the repository at this point in the history
  • Loading branch information
haesbaert committed Apr 2, 2016
1 parent a774700 commit e8fa35a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ homepage: "https://github.com/haesbaert/charrua-unix"
bug-reports: "https://github.com/haesbaert/charrua-unix/issues"
license: "ISC"
dev-repo: "https://github.com/haesbaert/charrua-unix.git"
available: [ocaml-version >= "4.02"]
available: [ocaml-version >= "4.02" & opam-version >= "1.2"]
build: [
["sh" "build.sh"]
]
depends: [
"ocamlfind" {build} "lwt" "charrua-core" "cmdliner" "rawlink" "tuntap"
"ocamlfind"
{build}
"lwt"
"charrua-core" {>= "0.3"}
"cmdliner"
"rawlink"
"tuntap"
]

0 comments on commit e8fa35a

Please sign in to comment.