Skip to content

Commit

Permalink
We now require opam-version >= 1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
haesbaert committed Apr 2, 2016
1 parent f01cd97 commit 3031afd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@ homepage: "https://github.com/haesbaert/charrua-core"
bug-reports: "https://github.com/haesbaert/charrua-core/issues"
license: "ISC"
dev-repo: "https://github.com/haesbaert/charrua-core.git"
available: [ocaml-version >= "4.01"]
available: [ocaml-version >= "4.01" & opam-version >= "1.2"]
build: [
["sh" "build.sh"]
]
depends: [
"ocamlfind" {build} "ppx_sexp_conv" "ppx_type_conv" "cstruct" "sexplib" "menhir" "ipaddr" "tcpip"
"ocamlfind"
{build}
"ppx_sexp_conv"
"ppx_type_conv"
"cstruct"
"sexplib"
"menhir"
"ipaddr"
"tcpip"
]

0 comments on commit 3031afd

Please sign in to comment.