Skip to content

Commit 781db10

Browse files
committed
Attempt to remove all dependencies from the compiler
1 parent 7d8d5cf commit 781db10

1 file changed

Lines changed: 1 addition & 49 deletions

File tree

  • packages/ocaml-system/ocaml-system.5.3.1+relocatable

packages/ocaml-system/ocaml-system.5.3.1+relocatable/opam

Lines changed: 1 addition & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -10,58 +10,10 @@ homepage: "https://ocaml.org"
1010
bug-reports: "https://github.com/ocaml/opam-repository/issues"
1111
depends: [
1212
"ocaml" {= "5.3.1+relocatable" & post}
13-
"base-unix" {post}
14-
"base-bigarray" {post}
15-
"base-threads" {post}
16-
"base-domains" {post}
17-
"base-nnp" {post}
18-
"base-effects" {post}
19-
"host-arch-x86_32"
20-
{os = "win32" & ?sys-ocaml-arch & sys-ocaml-arch = "i686" & post}
21-
"host-arch-x86_64"
22-
{os = "win32" & ?sys-ocaml-arch & sys-ocaml-arch = "x86_64" & post}
23-
"host-arch-unknown"
24-
{os = "win32" &
25-
((!?sys-ocaml-arch) |
26-
sys-ocaml-arch != "i686" & sys-ocaml-arch != "x86_64") &
27-
post}
28-
"host-system-mingw"
29-
{os = "win32" & ?sys-ocaml-arch & sys-ocaml-libc = "msvc" &
30-
sys-ocaml-cc = "cc" &
31-
post}
32-
"host-system-msvc"
33-
{os = "win32" & ?sys-ocaml-arch & sys-ocaml-cc = "msvc" & post}
34-
"host-system-other"
35-
{os = "win32" & ?sys-ocaml-arch & sys-ocaml-libc != "msvc" & post}
36-
"conf-mingw-w64-gcc-x86_64"
37-
{?sys-ocaml-arch & sys-ocaml-arch = "x86_64" & sys-ocaml-libc = "msvc" &
38-
sys-ocaml-cc = "cc" &
39-
post}
40-
"conf-mingw-w64-gcc-i686"
41-
{?sys-ocaml-arch & sys-ocaml-arch = "i686" & sys-ocaml-libc = "msvc" &
42-
sys-ocaml-cc = "cc" &
43-
post}
44-
"conf-mingw-w64-zstd-x86_64"
45-
{?sys-ocaml-arch & sys-ocaml-arch = "x86_64" & sys-ocaml-libc = "msvc" &
46-
sys-ocaml-cc = "cc" &
47-
post}
48-
"conf-mingw-w64-zstd-i686"
49-
{?sys-ocaml-arch & sys-ocaml-arch = "i686" & sys-ocaml-libc = "msvc" &
50-
sys-ocaml-cc = "cc" &
51-
post}
52-
"mingw-w64-shims"
53-
{?sys-ocaml-arch & sys-ocaml-libc = "msvc" & sys-ocaml-cc = "cc" &
54-
os-distribution = "cygwin" &
55-
post}
56-
"ocaml-env-msvc32"
57-
{?sys-ocaml-arch & sys-ocaml-arch = "i686" & sys-ocaml-cc = "msvc" & post}
58-
"ocaml-env-msvc64"
59-
{?sys-ocaml-arch & sys-ocaml-arch = "x86_64" & sys-ocaml-cc = "msvc" &
60-
post}
6113
]
6214
conflict-class: "ocaml-core-compiler"
6315
available:
64-
sys-ocaml-version = "5.3.1+relocatable" & (os != "win32" | sys-ocaml-libc = "msvc")
16+
sys-ocaml-version = "5.3.1+relocatable"
6517
flags: [compiler]
6618
build: ["ocaml" "gen_ocaml_config.ml"]
6719
dev-repo: "git+https://github.com/ocaml/ocaml"

0 commit comments

Comments
 (0)