@@ -5,7 +5,7 @@ This repository contains an up-to-date Android toolchain featuring OCaml 4.04.0,
5
5
6
6
The supported build systems are 32-bit and 64-bit x86 Linux. The supported target systems are 32-bit x86 and ARM Android.
7
7
8
- If you need support for other platforms or versions, please [ open an issue] ( https://github.com/whitequark /opam-cross-android/issues ) .
8
+ If you need support for other platforms or versions, please [ open an issue] ( https://github.com/ocaml-cross /opam-cross-android/issues ) .
9
9
10
10
Prerequisites
11
11
-------------
@@ -19,7 +19,7 @@ Installation
19
19
20
20
Add this repository to OPAM:
21
21
22
- opam repository add android git ://github.com/whitequark /opam-cross-android
22
+ opam repository add android https ://github.com/ocaml-cross /opam-cross-android.git
23
23
24
24
On 64-bit build systems, switch to 32-bit compiler when compiling for 32-bit targets:
25
25
@@ -34,7 +34,7 @@ Otherwise, use a regular compiler; its version must match the version of the cro
34
34
Pin some prerequisite packages that don't yet have fixes merged upstream:
35
35
36
36
opam pin add ocamlbuild https://github.com/ocaml/ocamlbuild.git
37
- opam pin add topkg https://github.com/whitequark /topkg.git
37
+ opam pin add topkg https://github.com/dbuenzli /topkg.git
38
38
39
39
Configure the compiler for ARM:
40
40
@@ -72,7 +72,7 @@ If desired, request the compiler to be built with [flambda][] optimizers:
72
72
73
73
opam install conf-flambda-android
74
74
75
- [ flambda ] : https://caml.inria.fr/pub/docs/ manual-ocaml /flambda.html
75
+ [ flambda ] : https://ocaml.org/ manual/flambda.html
76
76
77
77
Install the compiler:
78
78
@@ -161,4 +161,4 @@ Some of the tricks in this repository were inspired by Jerome Vouillon's [opam-a
161
161
References
162
162
----------
163
163
164
- See also [ opam-cross-windows] ( https://github.com/whitequark /opam-cross-windows ) and [ opam-cross-ios] ( https://github.com/whitequark /opam-cross-ios ) .
164
+ See also [ opam-cross-windows] ( https://github.com/ocaml-cross /opam-cross-windows ) and [ opam-cross-ios] ( https://github.com/ocaml-cross /opam-cross-ios ) .
0 commit comments