Skip to content

Commit fe74d4a

Browse files
committed
Unify ocaml.5.3.0 with ocaml.5.4.0
1 parent 95356ef commit fe74d4a

File tree

1 file changed

+13
-12
lines changed
  • packages/ocaml/ocaml.5.4.0

1 file changed

+13
-12
lines changed

packages/ocaml/ocaml.5.4.0/opam

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,25 @@ description: """
55
This package requires a matching implementation of OCaml,
66
and polls it to initialise specific variables like `ocaml:native-dynlink`"""
77
maintainer: "David Allsopp <[email protected]>"
8+
authors: [
9+
"Xavier Leroy"
10+
"Damien Doligez"
11+
"Alain Frisch"
12+
"Jacques Garrigue"
13+
"Didier Rémy"
14+
"KC Sivaramakrishnan"
15+
"Jérôme Vouillon"
16+
]
17+
homepage: "https://ocaml.org"
18+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
819
depends: [
920
"ocaml-config" {>= "3"}
1021
"ocaml-base-compiler" {>= "5.4.0~" & < "5.4.1~"} |
1122
"ocaml-variants" {>= "5.4.0~" & < "5.4.1~"} |
1223
"ocaml-system" {>= "5.4.0~" & < "5.4.1~"} |
1324
"dkml-base-compiler" {>= "5.4.0~" & < "5.4.1~"}
1425
]
26+
flags: [conf avoid-version]
1527
setenv: [
1628
[OCAMLTOP_INCLUDE_PATH += "%{toplevel}%"]
1729
[CAML_LD_LIBRARY_PATH = "%{_:stubsdir}%"]
@@ -23,20 +35,9 @@ x-env-path-rewrite: [
2335
[CAML_LD_LIBRARY_PATH (";" {os = "win32"} ":" {os != "win32"}) "target"]
2436
[OCAMLTOP_INCLUDE_PATH (";" {os = "win32"} ":" {os != "win32"}) "target"]
2537
]
26-
build: ["ocaml" "%{ocaml-config:share}%/gen_ocaml_config.ml" _:version _:name]
2738
build-env: [
2839
[CAML_LD_LIBRARY_PATH = ""]
2940
[LSAN_OPTIONS = "detect_leaks=0,exitcode=0"]
3041
[ASAN_OPTIONS = "detect_leaks=0,exitcode=0"]
3142
]
32-
homepage: "https://ocaml.org"
33-
bug-reports: "https://github.com/ocaml/opam-repository/issues"
34-
authors: [
35-
"Xavier Leroy"
36-
"Damien Doligez"
37-
"Alain Frisch"
38-
"Jacques Garrigue"
39-
"Didier Rémy"
40-
"Jérôme Vouillon"
41-
]
42-
flags: [conf avoid-version]
43+
build: ["ocaml" "%{ocaml-config:share}%/gen_ocaml_config.ml" _:version _:name]

0 commit comments

Comments
 (0)