Browse Source

Normalise opam file, using opam lint --normalise

Leo 9 years ago
parent
commit
8cdf651c23
1 changed files with 2 additions and 2 deletions
  1. 2 2
      opam

+ 2 - 2
opam

@@ -3,15 +3,14 @@ name: "oclaunch"
 version: "0.3.1"
 maintainer: "Leo <leowzukw@vmail.me>"
 authors: "Leo <leowzukw@vmail.me>"
-license: "CeCILL"
 homepage: "http://www.oclaunch.eu.org"
 bug-reports: "https://gitlab.com/WzukW/oclaunch/issues/new"
+license: "CeCILL"
 dev-repo: "git@gitlab.com:WzukW/oclaunch.git"
 build: [
   ["./configure" "--prefix=%{prefix}%"]
   [make]
 ]
-available: [ ocaml-version >= "4.02.0"]
 install: [make "install"]
 remove: ["ocamlfind" "remove" "ocl"]
 depends: [
@@ -22,3 +21,4 @@ depends: [
   "re2"
   "ocamlfind" {build}
 ]
+available: [ocaml-version >= "4.02.0"]