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.
1 parent 6215031 commit 4595efcCopy full SHA for 4595efc
opam
@@ -39,11 +39,6 @@ build: [
39
[make]
40
]
41
install: [make "install"]
42
-remove: [
43
- ["rm" "-rf" "%{lib}%/ocsigenserver"]
44
- ["rm" "-rf" "%{doc}%/ocsigenserver"]
45
- ["rm" "-f" "%{man}%/man1/ocsigenserver.1"]
46
-]
47
depends: [
48
"ocaml" {>= "4.06.1"}
49
"ocamlfind"
@@ -68,4 +63,3 @@ conflicts: [
68
63
"camlzip" {< "1.04"}
69
64
"pgocaml" {< "2.2"}
70
65
71
-flags: light-uninstall
0 commit comments