this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add missing fields to ocaml-option packages

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