this repo has no description
1opam-version: "2.0"
2maintainer: "kakadu.hafanana@gmail.com"
3authors: "kakadu.hafanana@gmail.com"
4license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
5homepage: "http://kakadu.github.io/lablqt/"
6bug-reports: "https://github.com/kakadu/lablqml/issues"
7dev-repo: "git+https://github.com/Kakadu/lablqml.git"
8tags: [ "gui" "ui" "qt" ]
9
10post-messages: [ "On OPAM 2.1 this package may be not installable because CI uses more aggressive sandboxing. The issue is fixed in versions >= 0.7." { failure } ]
11
12build: [
13 ["sh" "-exc" "PATH=/usr/lib64/qt5/bin:/usr/lib/qt5/bin:$PATH ./configure"]
14 {os-distribution = "alpine" | os-distribution = "centos" | os-distribution = "fedora" }
15 ["./configure"]
16 { os-distribution != "alpine" & os-distribution != "centos" & os-distribution != "fedora" }
17 ["dune" "build" "-p" "lablqml,ppx_qt" "-j" jobs]
18 [make "demos"] {with-test}
19]
20install: [make "install"]
21
22depends: [
23 "ocaml" {>= "4.03.0"}
24 "ocamlfind" {build}
25 "dune" {>= "1.0"}
26 "configurator" {build}
27 "conf-qt" {>= "5.2.1"}
28 "ppxlib" {<= "0.9.0"}
29 "conf-pkg-config" {build}
30]
31synopsis:
32 "OCamlfind package and PPX extension to interface OCaml and QtQuick"
33description: "Versions <= 0.4 are known as `lablqt`, >0.5 -- as `lablqml`."
34url {
35 src: "https://github.com/Kakadu/lablqml/archive/0.6.2.tar.gz"
36 checksum: [
37 "sha256=575c8e4135feb6ea2799e51a987e81023b4d48bc4d48cb0b42406b6d8b692781"
38 "md5=7d50f1444fd50fe70663138b2ab491f0"
39 ]
40}
41
42flags: [ deprecated ]