this repo has no description

Add missing fields to ocaml-option packages

Changed files
+183
packages
ocaml-beta
ocaml-beta.disabled
ocaml-option-32bit
ocaml-option-32bit.1
ocaml-option-address-sanitizer
ocaml-option-address-sanitizer.1
ocaml-option-afl
ocaml-option-afl.1
ocaml-option-bytecode-only
ocaml-option-bytecode-only.1
ocaml-option-default-unsafe-string
ocaml-option-default-unsafe-string.1
ocaml-option-flambda
ocaml-option-flambda.1
ocaml-option-fp
ocaml-option-fp.1
ocaml-option-leak-sanitizer
ocaml-option-leak-sanitizer.1
ocaml-option-musl
ocaml-option-musl.1
ocaml-option-nnp
ocaml-option-nnp.1
ocaml-option-nnpchecker
ocaml-option-nnpchecker.1
ocaml-option-no-compression
ocaml-option-no-compression.1
ocaml-option-no-flat-float-array
ocaml-option-no-flat-float-array.1
ocaml-option-spacetime
ocaml-option-spacetime.1
ocaml-option-static
ocaml-option-static.1
ocaml-option-tsan
ocaml-option-tsan.1
ocaml-options-only-afl
ocaml-options-only-afl.1
ocaml-options-only-flambda
ocaml-options-only-flambda.1
ocaml-options-only-flambda-fp
ocaml-options-only-flambda-fp.1
ocaml-options-only-fp
ocaml-options-only-fp.1
ocaml-options-only-nnp
ocaml-options-only-nnp.1
ocaml-options-only-nnpchecker
ocaml-options-only-nnpchecker.1
ocaml-options-only-no-flat-float-array
ocaml-options-only-no-flat-float-array.1
ocaml-options-only-no-flat-float-array.1+bytecode-only
ocaml-options-only-tsan
ocaml-options-only-tsan.1
ocaml-options-vanilla
ocaml-options-vanilla.1
+1
packages/ocaml-beta/ocaml-beta.disabled/opam
···
opam-version: "2.0"
maintainer: "David Allsopp <david@tarides.com>"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
authors: [
"Xavier Leroy"
"Damien Doligez"
+7
packages/ocaml-option-32bit/ocaml-option-32bit.1/opam
···
opam-version: "2.0"
synopsis: "Set OCaml to be compiled in 32-bit mode for 64-bit Linux and OS X hosts"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depexts: [
["gcc-multilib" "g++-multilib"] {os-family = "debian"}
]
+7
packages/ocaml-option-address-sanitizer/ocaml-option-address-sanitizer.1/opam
···
This configuration package enables memory leak sanitzation using
the -fsanitize=leak gcc and clang option.
"""
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
post-messages: """
Make sure to set ASAN_OPTIONS=detect_leaks=0,exitcode=0
while compiling and to unset it before running compiled binaries.
+7
packages/ocaml-option-afl/ocaml-option-afl.1/opam
···
opam-version: "2.0"
synopsis: "Set OCaml to be compiled with afl-fuzz instrumentation"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: [
"ocaml-variants" {post & >= "4.12.0~"}
]
+7
packages/ocaml-option-bytecode-only/ocaml-option-bytecode-only.1/opam
···
opam-version: "2.0"
synopsis: "Compile OCaml without the native-code compiler"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: [
"ocaml-variants" {post & >= "4.12.0~"} |
"ocaml-base-compiler" {post & >= "5.0.0~~" & arch != "arm64" & arch != "x86_64"}
+7
packages/ocaml-option-default-unsafe-string/ocaml-option-default-unsafe-string.1/opam
···
opam-version: "2.0"
synopsis: "Set OCaml to be compiled without safe strings by default"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: [
"ocaml-variants" {post & >= "4.12.0~" & < "5.0.0~~"}
]
+7
packages/ocaml-option-flambda/ocaml-option-flambda.1/opam
···
opam-version: "2.0"
synopsis: "Set OCaml to be compiled with flambda activated"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: [
"ocaml-variants" {post & >= "4.12.0~"}
]
+7
packages/ocaml-option-fp/ocaml-option-fp.1/opam
···
opam-version: "2.0"
synopsis: "Set OCaml to be compiled with frame-pointers enabled"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: [
"ocaml-variants" {post & >= "4.12.0~"}
]
+7
packages/ocaml-option-leak-sanitizer/ocaml-option-leak-sanitizer.1/opam
···
This configuration package enables memory address sanitzation using
the -fsanitize=address gcc and clang option.
"""
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
post-messages: """
Make sure to set LSAN_OPTIONS=detect_leaks=0,exitcode=0
while compiling and to unset it before running compiled binaries.
+7
packages/ocaml-option-musl/ocaml-option-musl.1/opam
···
opam-version: "2.0"
synopsis: "Set OCaml to be compiled with musl-gcc"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: [
"ocaml-variants" {post & >= "4.12.0~"}
]
+7
packages/ocaml-option-nnp/ocaml-option-nnp.1/opam
···
opam-version: "2.0"
synopsis: "Set OCaml to be compiled with --disable-naked-pointers"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: [
"ocaml-variants" {post & >= "4.12.0~" & < "5.0.0~~"}
"base-nnp" {post}
+7
packages/ocaml-option-nnpchecker/ocaml-option-nnpchecker.1/opam
···
submitting a pull request to the ocaml/opam-repository that adds a conflict
against the violating package against this one.
"""
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: [
"ocaml-variants" {post & ((>= "4.12.0~" & arch = "x86_64") | >= "4.14.0~") & < "5.0.0~~"}
]
+7
packages/ocaml-option-no-compression/ocaml-option-no-compression.1/opam
···
opam-version: "2.0"
synopsis: "Set OCaml to be compiled with --without-zstd"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: [
"ocaml-variants" {post & >= "5.1.0~"}
]
+7
packages/ocaml-option-no-flat-float-array/ocaml-option-no-flat-float-array.1/opam
···
opam-version: "2.0"
synopsis: "Set OCaml to be compiled with --disable-flat-float-array"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: [
"ocaml-variants" {post & >= "4.12.0~"}
]
+7
packages/ocaml-option-spacetime/ocaml-option-spacetime.1/opam
···
opam-version: "2.0"
synopsis: "Set OCaml to be compiled with spacetime activated"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: [
# Not available until options are ported to earlier compilers
"ocaml-variants" {post & >= "4.12.0~" & < "4.12"}
+7
packages/ocaml-option-static/ocaml-option-static.1/opam
···
opam-version: "2.0"
synopsis: "Set OCaml to be compiled with musl-gcc -static"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: [
"ocaml-option-musl"
"ocaml-variants" {post & >= "4.12.0~"}
+7
packages/ocaml-option-tsan/ocaml-option-tsan.1/opam
···
opam-version: "2.0"
synopsis: "Set OCaml to be compiled with ThreadSanitizer support"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: [
"ocaml-variants" {post & >= "5.2.0~"}
"conf-unwind" {build}
+7
packages/ocaml-options-only-afl/ocaml-options-only-afl.1/opam
···
opam-version: "2.0"
synopsis: "Ensure that OCaml is compiled with AFL support enabled, and no other custom options"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: ["ocaml-option-afl"]
conflicts: [
"ocaml-option-32bit"
+7
packages/ocaml-options-only-flambda-fp/ocaml-options-only-flambda-fp.1/opam
···
opam-version: "2.0"
synopsis: "Ensure that OCaml is compiled with flambda and frame-pointer enabled, and no other custom options"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: ["ocaml-option-flambda" "ocaml-option-fp"]
conflicts: [
"ocaml-option-32bit"
+7
packages/ocaml-options-only-flambda/ocaml-options-only-flambda.1/opam
···
opam-version: "2.0"
synopsis: "Ensure that OCaml is compiled with flambda activated, and no other custom options"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: ["ocaml-option-flambda"]
conflicts: [
"ocaml-option-32bit"
+7
packages/ocaml-options-only-fp/ocaml-options-only-fp.1/opam
···
opam-version: "2.0"
synopsis: "Ensure that OCaml is compiled with only frame-pointer enabled, and no other custom options"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: ["ocaml-option-fp"]
conflicts: [
"ocaml-option-32bit"
+7
packages/ocaml-options-only-nnp/ocaml-options-only-nnp.1/opam
···
opam-version: "2.0"
synopsis: "Ensure that OCaml is compiled with no-naked-pointers, and no other custom options"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: ["ocaml-option-nnp"]
conflicts: [
"ocaml-option-32bit"
+7
packages/ocaml-options-only-nnpchecker/ocaml-options-only-nnpchecker.1/opam
···
opam-version: "2.0"
synopsis: "Ensure that OCaml is compiled with enable-naked-pointers-checker, and no other custom options"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: ["ocaml-option-nnpchecker"]
conflicts: [
"ocaml-option-32bit"
+7
packages/ocaml-options-only-no-flat-float-array/ocaml-options-only-no-flat-float-array.1+bytecode-only/opam
···
opam-version: "2.0"
synopsis: "Ensure that OCaml is compiled with no-flat-float-array, and no other custom options"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: [
"ocaml-option-no-flat-float-array"
"ocaml-option-bytecode-only"
+7
packages/ocaml-options-only-no-flat-float-array/ocaml-options-only-no-flat-float-array.1/opam
···
opam-version: "2.0"
synopsis: "Ensure that OCaml is compiled with no-flat-float-array, and no other custom options"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: [
"ocaml-option-no-flat-float-array"
"ocaml-variants" {post & < "5.0.0~~" & arch != "x86_64" & arch != "arm64"}
+7
packages/ocaml-options-only-tsan/ocaml-options-only-tsan.1/opam
···
opam-version: "2.0"
synopsis: "Ensure that OCaml is compiled with ThreadSanitizer support enabled, and no other custom options"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: ["ocaml-option-tsan"]
conflicts: [
"ocaml-option-32bit"
+7
packages/ocaml-options-vanilla/ocaml-options-vanilla.1/opam
···
opam-version: "2.0"
synopsis: "Ensure that OCaml is compiled with no special options enabled"
+
authors: [
+
"David Allsopp"
+
"Louis Gesbert"
+
]
+
homepage: "https://opam.ocaml.org"
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
license: "CC0-1.0+"
depends: [
"ocaml-base-compiler" {post} |
"ocaml-system" {post} |