We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6155ac2 + 4c050b7 commit fd7e2e0Copy full SHA for fd7e2e0
packages/oqamldebug/oqamldebug.0.9.5/opam
@@ -10,9 +10,6 @@ build: [
10
[ make ]
11
[ "strip" "oqamldebug" ]
12
]
13
-depexts: [
14
- ["qt4-qmake" "libqt4-dev"] {os-family = "debian"}
15
-]
16
synopsis: "Graphical front-end to ocamldebug"
17
description: """
18
Features:
@@ -33,7 +30,7 @@ On debian install simply qt4-dev package..
33
30
34
31
On MacOS it is necessary to set QMAKESPEC as follow to install the package
35
32
export QMAKESPEC=macx-g++"""
36
-depends: ["ocaml"]
+depends: ["ocaml" "conf-qt"]
37
url {
38
src:
39
"https://github.com/ocaml/opam-source-archives/raw/main/oqamldebug-0.9.5.tar.gz"
0 commit comments