this repo has no description
1opam-version: "2.0"
2maintainer: "kakadu@pm.me"
3authors: "kakadu@pm.me"
4license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
5homepage: "http://kakadu.github.io/lablqml"
6bug-reports: "https://github.com/kakadu/lablqml/issues"
7dev-repo: "git+https://github.com/Kakadu/lablqml.git"
8synopsis:
9 "OCamlfind package and PPX extension to interface OCaml and QtQuick"
10description: "Versions <= 0.4 are known as `lablqt`, >0.5 -- as `lablqml`."
11tags: [ "gui" "ui" "qt" ]
12
13build: [
14 ["dune" "build" "-p" name "-j" jobs]
15]
16
17depends: [
18 "ocaml" { >= "4.10.0" & < "5.0.0"}
19 "ocamlfind" {build}
20 "dune" { >= "2.7" }
21 "dune-configurator"
22 "ppx_show"
23 "ppx_inline_test"
24 "ppx_string_interpolation"
25 "stdio"
26 "conf-pkg-config" { build }
27 "conf-qt" { >= "5.2.1"}
28 "ppxlib" { >= "0.20.0" }
29]
30
31url {
32 src: "https://github.com/Kakadu/lablqml/archive/0.7.tar.gz"
33 #src: "https://github.com/Kakadu/lablqml/archive/master.tar.gz"
34 checksum: [
35 "sha256=20d8186990d189613f328d974b5216186783de24cd763d8f3e77939b048a57b5"
36 "sha512=30204036ac6f10dcae457b92a8bfee745338ad264f42158bf4b587ad84db6e4c601b6e2367baa3d990cb6ea63219bc764c577f026bfce57375a61c7f91abf011"
37 ]
38}
39
40x-maintenance-intent: [ "(latest)" ]