From 75301dd8273d8119d2d4b99f1ed70aab69c5458c Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 13 Dec 2017 02:41:38 +0700 Subject: Fix packaging mistakes. --- opam | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'opam') diff --git a/opam b/opam index ad7d17a..dbad4e0 100644 --- a/opam +++ b/opam @@ -1,4 +1,4 @@ -opam-version: "0.1" +opam-version: "1.2" name: "vyconf" version: "0.1" maintainer: "Daniil Baturin " @@ -14,7 +14,6 @@ build: [ install: [make "install"] remove: ["ocamlfind" "remove" "vyconf"] depends: [ - "ocaml" {build & >="4.03.0"} "ocamlfind" {build} "oasis" {build} "menhir" {build} @@ -30,4 +29,4 @@ depends: [ "toml" {build} "sha" {build} ] - +available: ocaml-version >= "4.03.0" -- cgit v1.2.3