A repository of opam repositories, for use by oi
1.3 kB
46 lines
1opam-version: "2.0"
2synopsis: "Latest 4.10 development, with afl-fuzz instrumentation"
3maintainer: [
4 "David Allsopp <david@tarides.com>"
5 "Florian Angeletti <florian.angeletti@inria.fr>"
6]
7authors: [
8 "Xavier Leroy"
9 "Damien Doligez"
10 "Alain Frisch"
11 "Jacques Garrigue"
12 "Didier Rémy"
13 "Jérôme Vouillon"
14]
15license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
16homepage: "https://ocaml.org"
17bug-reports: "https://github.com/ocaml/opam-repository/issues"
18depends: [
19 "ocaml-compiler" {= "4.10"}
20 "ocaml-option-afl"
21 "ocaml-beta" {opam-version < "2.1.0"}
22]
23conflicts: [
24 "ocaml-option-32bit"
25 "ocaml-option-bytecode-only"
26 "ocaml-option-default-unsafe-string"
27 "ocaml-option-force-safe-string"
28 "ocaml-option-flambda"
29 "ocaml-option-fp"
30 "ocaml-option-musl"
31 "ocaml-option-no-flat-float-array"
32 "ocaml-option-no-compression"
33 "ocaml-option-spacetime"
34 "ocaml-option-static"
35 "ocaml-option-nnp"
36 "ocaml-option-nnpchecker"
37 "ocaml-option-address-sanitizer"
38 "ocaml-option-leak-sanitizer"
39 "ocaml-option-tsan"
40 "ocaml-option-mingw"
41]
42conflict-class: "ocaml-core-compiler"
43flags: [compiler avoid-version]
44dev-repo: "git+https://github.com/ocaml/ocaml.git#4.10"
45x-d10-archive:
46 "9bd2b4c01048cdd81b86f9894f1f9f16f39a584ecff94b6c34c8219eca755dd8"