this repo has no description
0
fork

Configure Feed

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

Merge branch 'ocaml:master' into master

authored by

dkalinichenko-js and committed by
GitHub
05415edc 5c493db5

+4658 -780
+56
packages/archetype/archetype.1.4.3/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Archetype language compiler" 4 + description: """ 5 + Archetype is a general purpose language to develop smart contracts 6 + on the Tezos blockchain, with a specific focus on contract security 7 + """ 8 + maintainer: ["The Archetype development team <archetype-dev@edukera.com>"] 9 + authors: [ 10 + "Benoit Rognier <benoit.rognier@edukera.com>" 11 + "Guillaume Duhamel <guillaume.duhamel@edukera.com>" 12 + "Pierre-Yves Strub <pierre-yves.strub@polytechnique.edu>" 13 + ] 14 + license: "MIT" 15 + homepage: "https://archetype-lang.org" 16 + doc: "https://archetype-lang.org" 17 + bug-reports: "https://github.com/completium/archetype-lang/issues" 18 + depends: [ 19 + "dune" {>= "2.7"} 20 + "ocaml" {>= "4.08.0"} 21 + "menhir" {>= "20180523"} 22 + "num" 23 + "yojson" {>= "1.6.0"} 24 + "ppx_deriving" 25 + "ppx_deriving_yojson" 26 + "uri" 27 + "visitors" {>= "20200207"} 28 + "js_of_ocaml" {>= "3.9.0"} 29 + "js_of_ocaml-ppx" {>= "3.9.0"} 30 + "hex" {>= "1.4.0"} 31 + "xmlm" 32 + "alcotest" 33 + "odoc" {with-doc} 34 + ] 35 + build: [ 36 + ["dune" "subst"] {dev} 37 + [ 38 + "dune" 39 + "build" 40 + "-p" 41 + name 42 + "-j" 43 + jobs 44 + "@install" 45 + "@runtest" {with-test} 46 + "@doc" {with-doc} 47 + ] 48 + ] 49 + dev-repo: "git+https://github.com/completium/archetype-lang.git" 50 + url { 51 + src: "https://github.com/completium/archetype-lang/archive/1.4.3.tar.gz" 52 + checksum: [ 53 + "md5=056be0abf0b3855e73a7a63264ccfa86" 54 + "sha512=82a146f1390808f5409ee97b31c4faad39e87eefc77f29f00e2a17fc267394e6d53e8c790e9cdde749d5acc402c53f56f0b595c40285b87d0998fbddbefdaa5d" 55 + ] 56 + }
+44
packages/b0/b0.0.0.5/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Software construction and deployment kit" 3 + description: """\ 4 + WARNING this package is unstable and work in progress, do not depend on it. 5 + 6 + B0 describes software construction and deployments using modular and 7 + customizable definitions written in OCaml. 8 + 9 + B0 describes: 10 + 11 + * Build environments. 12 + * Software configuration, build and testing. 13 + * Source and binary deployments. 14 + * Software life-cycle procedures. 15 + 16 + B0 also provides the B00 build library which provides abitrary build 17 + abstraction with reliable and efficient incremental rebuilds. The B00 18 + library can be – and has been – used on its own to devise domain 19 + specific build systems. 20 + 21 + B0 is distributed under the ISC license. It depends on [cmdliner][cmdliner]. 22 + 23 + [cmdliner]: https://erratique.ch/software/cmdliner""" 24 + maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>" 25 + authors: "The b0 programmers" 26 + license: ["ISC" "BSD-2-Clause"] 27 + tags: ["dev" "org:erratique" "org:b0-system" "build"] 28 + homepage: "https://erratique.ch/software/b0" 29 + doc: "https://erratique.ch/software/b0/doc" 30 + bug-reports: "https://github.com/b0-system/b0/issues" 31 + depends: [ 32 + "ocaml" {>= "4.08.0"} 33 + "ocamlfind" {build} 34 + "ocamlbuild" {build} 35 + "topkg" {build & >= "1.0.3"} 36 + "cmdliner" {>= "1.1.0"} 37 + ] 38 + build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"] 39 + dev-repo: "git+https://erratique.ch/repos/b0.git" 40 + url { 41 + src: "https://erratique.ch/software/b0/releases/b0-0.0.5.tbz" 42 + checksum: 43 + "sha512=00a6868b4dfa34565d0141b335622a81a0e8d5b9e3c6dfad025dabfa3df2db2a1302b492953bbbce30c3a4406c324fcec25250a00b38f6d18a69e15605e3b07e" 44 + }
+2 -1
packages/benchpress/benchpress.0.1/opam
··· 15 15 "cmdliner" 16 16 "iter" { >= "1.0" } # TODO: remove 17 17 "logs" 18 - "uuidm" 18 + "uuidm" {>= "0.9.6"} 19 19 "base64" 20 20 "ocaml-protoc" { >= "2.0" & < "3.0" } 21 21 "gnuplot" { >= "0.6" & < "0.8" } ··· 24 24 "printbox" { >= "0.5" & < "0.6" } 25 25 "decoders" { >= "0.3.0" & < "0.4" } 26 26 "ocaml" {>= "4.03" } 27 + "result" 27 28 ] 28 29 homepage: "https://github.com/sneeuwballen/benchpress/" 29 30 dev-repo: "git+https://github.com/sneeuwballen/benchpress.git"
+39
packages/chrome-trace/chrome-trace.3.8.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Chrome trace event generation library" 3 + description: 4 + "This library offers no backwards compatibility guarantees. Use at your own risk." 5 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 7 + license: "MIT" 8 + homepage: "https://github.com/ocaml/dune" 9 + doc: "https://dune.readthedocs.io/" 10 + bug-reports: "https://github.com/ocaml/dune/issues" 11 + depends: [ 12 + "dune" {>= "3.5"} 13 + "ocaml" {>= "4.08.0"} 14 + "odoc" {with-doc} 15 + ] 16 + dev-repo: "git+https://github.com/ocaml/dune.git" 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + ["rm" "-rf" "vendor/csexp"] 20 + ["rm" "-rf" "vendor/pp"] 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + url { 33 + src: "https://github.com/ocaml/dune/releases/download/3.8.0/dune-3.8.0.tbz" 34 + checksum: [ 35 + "sha256=f7e2970bfab99c7766ff1a05deff5ad7f82cb2471abca6f72449572293f5f6b4" 36 + "sha512=3b3a566f63842c314de2c0a660c5f7714bc90f8303c82d82e3021aee84980eff1886d15c9b9d4ea0047a411d799fb39d5f2ea70a92bdeb629e00d3d5d5f2d994" 37 + ] 38 + } 39 + x-commit-hash: "d62f4c39748e2498fc99a398f5e0667761687bf7"
+39
packages/chrome-trace/chrome-trace.3.8.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Chrome trace event generation library" 3 + description: 4 + "This library offers no backwards compatibility guarantees. Use at your own risk." 5 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 7 + license: "MIT" 8 + homepage: "https://github.com/ocaml/dune" 9 + doc: "https://dune.readthedocs.io/" 10 + bug-reports: "https://github.com/ocaml/dune/issues" 11 + depends: [ 12 + "dune" {>= "3.5"} 13 + "ocaml" {>= "4.08.0"} 14 + "odoc" {with-doc} 15 + ] 16 + dev-repo: "git+https://github.com/ocaml/dune.git" 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + ["rm" "-rf" "vendor/csexp"] 20 + ["rm" "-rf" "vendor/pp"] 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + url { 33 + src: "https://github.com/ocaml/dune/releases/download/3.8.1/dune-3.8.1.tbz" 34 + checksum: [ 35 + "sha256=9413a5d6eb9d7968a0463debb9d9f1be73025345809b827978d0c14db76cf914" 36 + "sha512=6857b64e7ca8ba452937539d5996c8d0941b25d82313cfad9e1e6b835a04fb86605beccdc86400cc705ad6a969171524091ab6981df87629b542cc172b38746b" 37 + ] 38 + } 39 + x-commit-hash: "a340b806a6ec2da97c481c64011bfab7b71213a8"
+1
packages/conf-capnproto/conf-capnproto.2/opam
··· 23 23 ["capnp"] {os-distribution = "homebrew" & os = "macos"} 24 24 ["capnproto"] {os-distribution = "macports" & os = "macos"} 25 25 ["capnproto" "libcapnp-devel"] {os-family = "suse"} 26 + ["capnproto" "libcapnp-devel"] {os-family = "opensuse"} 26 27 ["capnproto"] {os = "freebsd"} 27 28 ] 28 29 x-ci-accept-failures: [
+2 -1
packages/conf-fts/conf-fts.1/opam
··· 11 11 ] 12 12 flags: conf 13 13 depexts: [ 14 - ["fts-dev"] {os-distribution = "alpine"} 14 + ["fts-dev"] {os-distribution = "alpine" & os-version < "3.17"} 15 + ["musl-fts-dev"] {os-distribution = "alpine" & os-version >= "3.17"} 15 16 ]
+1 -1
packages/doculib/doculib.1.3.1/opam
··· 12 12 depends: [ 13 13 "dune" {>= "2.9"} 14 14 "cohttp-lwt-unix" {>= "2.5.0"} 15 - "metadb" {>= "1.0.1"} 15 + "metadb" {= "1.0.1"} 16 16 "lablgtk3" {>= "3.1.2"} 17 17 "ocaml" {>= "4.12.0"} 18 18 "tls" {>= "0.13.0"}
+45
packages/doculib/doculib.1.3.5/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: 4 + "A GUI for tagging and managing document metadata for books, textbooks, or articles" 5 + description: 6 + "DocuLib manages locally stored libraries of books, textbooks, or articles by keeping track of data such as authors, title, year, tags, and DOI/ISBN. Metadata can be searched through openlibrary.org and semanticscholar.org. DocuLib automatically detects renamed, moved, and duplicate files." 7 + maintainer: ["nguermond@proton.me"] 8 + authors: ["Nathan Guermond"] 9 + license: "GPL-3.0-or-later" 10 + homepage: "https://github.com/nguermond/doculib" 11 + bug-reports: "https://github.com/nguermond/doculib/issues" 12 + depends: [ 13 + "dune" {>= "2.9"} 14 + "cohttp-lwt-unix" {>= "2.5.0"} 15 + "metadb" {= "1.0.2"} 16 + "lablgtk3" {>= "3.1.2"} 17 + "ocaml" {>= "4.13.0"} 18 + "ocamlgraph" {>= "1.8.1"} 19 + "tls-lwt" 20 + "odoc" {with-doc} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "--promote-install-files=false" 32 + "@install" 33 + "@runtest" {with-test} 34 + "@doc" {with-doc} 35 + ] 36 + ["dune" "install" "-p" name "--create-install-files" name] 37 + ] 38 + dev-repo: "git+https://github.com/nguermond/doculib.git" 39 + url { 40 + src: "https://github.com/nguermond/doculib/archive/v1.3.5.tar.gz" 41 + checksum: [ 42 + "md5=9477d43b91aa8ee8ba26de8c19cb6388" 43 + "sha512=492341c7eab448e92a23bfadeed11b74c67b147c00d67bf195e276e19cfdef7b6225d7431c984bab1deb2b05133f4ec79119d7a1568ac933768e4d68cd4e72f4" 44 + ] 45 + }
+1 -1
packages/dot-merlin-reader/dot-merlin-reader.4.6/opam
··· 13 13 depends: [ 14 14 "ocaml" {>= "4.08"} 15 15 "dune" {>= "2.9.0"} 16 - "merlin-lib" {>= "4.6"} 16 + "merlin-lib" {>= "4.6" & < "4.9"} 17 17 "ocamlfind" {>= "1.6.0"} 18 18 ] 19 19 description:
+30
packages/dot-merlin-reader/dot-merlin-reader.4.9/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "defree@gmail.com" 3 + authors: "The Merlin team" 4 + synopsis: "Reads config files for merlin" 5 + homepage: "https://github.com/ocaml/merlin" 6 + bug-reports: "https://github.com/ocaml/merlin/issues" 7 + dev-repo: "git+https://github.com/ocaml/merlin.git" 8 + license: "MIT" 9 + build: [ 10 + ["dune" "subst"] {dev} 11 + ["dune" "build" "-p" name "-j" jobs] 12 + ] 13 + depends: [ 14 + "ocaml" {>= "4.08" & < "6.0"} 15 + "dune" {>= "2.9.0"} 16 + "merlin-lib" {>= "4.9"} 17 + "ocamlfind" {>= "1.6.0"} 18 + ] 19 + description: 20 + "Helper process: reads .merlin files and outputs the normalized content to 21 + stdout." 22 + url { 23 + src: 24 + "https://github.com/ocaml/merlin/releases/download/v4.9-414/merlin-4.9-414.tbz" 25 + checksum: [ 26 + "sha256=e23fc47813591269ff9d27c820988e520a662c89dd0af7ea652b21517499cbfd" 27 + "sha512=2199f963368597d10cc197e41ebb883f6a166018c9da3fe259c354550df41b713781003598a2fe5956b0a4ae96f8c07ba33831d3cf6f9d494b731944f87e491e" 28 + ] 29 + } 30 + x-commit-hash: "df75a4550704c113ac29505fd68ef9b7893d4bf5"
+52
packages/dune-action-plugin/dune-action-plugin.3.8.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "[experimental] API for writing dynamic Dune actions" 3 + description: """ 4 + 5 + This library is experimental. No backwards compatibility is implied. 6 + 7 + dune-action-plugin provides an API for writing dynamic Dune actions. 8 + Dynamic dune actions do not need to declare their dependencies 9 + upfront; they are instead discovered automatically during the 10 + execution of the action. 11 + """ 12 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 13 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 14 + license: "MIT" 15 + homepage: "https://github.com/ocaml/dune" 16 + doc: "https://dune.readthedocs.io/" 17 + bug-reports: "https://github.com/ocaml/dune/issues" 18 + depends: [ 19 + "dune" {>= "3.5"} 20 + "dune-glob" {= version} 21 + "csexp" {>= "1.5.0"} 22 + "ppx_expect" {with-test} 23 + "stdune" {= version} 24 + "dune-private-libs" {= version} 25 + "dune-rpc" {= version} 26 + "base-unix" 27 + "odoc" {with-doc} 28 + ] 29 + dev-repo: "git+https://github.com/ocaml/dune.git" 30 + build: [ 31 + ["dune" "subst"] {dev} 32 + ["rm" "-rf" "vendor/csexp"] 33 + ["rm" "-rf" "vendor/pp"] 34 + [ 35 + "dune" 36 + "build" 37 + "-p" 38 + name 39 + "-j" 40 + jobs 41 + "@install" 42 + "@doc" {with-doc} 43 + ] 44 + ] 45 + url { 46 + src: "https://github.com/ocaml/dune/releases/download/3.8.0/dune-3.8.0.tbz" 47 + checksum: [ 48 + "sha256=f7e2970bfab99c7766ff1a05deff5ad7f82cb2471abca6f72449572293f5f6b4" 49 + "sha512=3b3a566f63842c314de2c0a660c5f7714bc90f8303c82d82e3021aee84980eff1886d15c9b9d4ea0047a411d799fb39d5f2ea70a92bdeb629e00d3d5d5f2d994" 50 + ] 51 + } 52 + x-commit-hash: "d62f4c39748e2498fc99a398f5e0667761687bf7"
+52
packages/dune-action-plugin/dune-action-plugin.3.8.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "[experimental] API for writing dynamic Dune actions" 3 + description: """ 4 + 5 + This library is experimental. No backwards compatibility is implied. 6 + 7 + dune-action-plugin provides an API for writing dynamic Dune actions. 8 + Dynamic dune actions do not need to declare their dependencies 9 + upfront; they are instead discovered automatically during the 10 + execution of the action. 11 + """ 12 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 13 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 14 + license: "MIT" 15 + homepage: "https://github.com/ocaml/dune" 16 + doc: "https://dune.readthedocs.io/" 17 + bug-reports: "https://github.com/ocaml/dune/issues" 18 + depends: [ 19 + "dune" {>= "3.5"} 20 + "dune-glob" {= version} 21 + "csexp" {>= "1.5.0"} 22 + "ppx_expect" {with-test} 23 + "stdune" {= version} 24 + "dune-private-libs" {= version} 25 + "dune-rpc" {= version} 26 + "base-unix" 27 + "odoc" {with-doc} 28 + ] 29 + dev-repo: "git+https://github.com/ocaml/dune.git" 30 + build: [ 31 + ["dune" "subst"] {dev} 32 + ["rm" "-rf" "vendor/csexp"] 33 + ["rm" "-rf" "vendor/pp"] 34 + [ 35 + "dune" 36 + "build" 37 + "-p" 38 + name 39 + "-j" 40 + jobs 41 + "@install" 42 + "@doc" {with-doc} 43 + ] 44 + ] 45 + url { 46 + src: "https://github.com/ocaml/dune/releases/download/3.8.1/dune-3.8.1.tbz" 47 + checksum: [ 48 + "sha256=9413a5d6eb9d7968a0463debb9d9f1be73025345809b827978d0c14db76cf914" 49 + "sha512=6857b64e7ca8ba452937539d5996c8d0941b25d82313cfad9e1e6b835a04fb86605beccdc86400cc705ad6a969171524091ab6981df87629b542cc172b38746b" 50 + ] 51 + } 52 + x-commit-hash: "a340b806a6ec2da97c481c64011bfab7b71213a8"
+45
packages/dune-build-info/dune-build-info.3.8.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Embed build information inside executable" 3 + description: """ 4 + The build-info library allows to access information about how the 5 + executable was built, such as the version of the project at which it 6 + was built or the list of statically linked libraries with their 7 + versions. It supports reporting the version from the version control 8 + system during development to get an precise reference of when the 9 + executable was built. 10 + """ 11 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 12 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 13 + license: "MIT" 14 + homepage: "https://github.com/ocaml/dune" 15 + doc: "https://dune.readthedocs.io/" 16 + bug-reports: "https://github.com/ocaml/dune/issues" 17 + depends: [ 18 + "dune" {>= "3.5"} 19 + "ocaml" {>= "4.08"} 20 + "odoc" {with-doc} 21 + ] 22 + dev-repo: "git+https://github.com/ocaml/dune.git" 23 + build: [ 24 + ["dune" "subst"] {dev} 25 + ["rm" "-rf" "vendor/csexp"] 26 + ["rm" "-rf" "vendor/pp"] 27 + [ 28 + "dune" 29 + "build" 30 + "-p" 31 + name 32 + "-j" 33 + jobs 34 + "@install" 35 + "@doc" {with-doc} 36 + ] 37 + ] 38 + url { 39 + src: "https://github.com/ocaml/dune/releases/download/3.8.0/dune-3.8.0.tbz" 40 + checksum: [ 41 + "sha256=f7e2970bfab99c7766ff1a05deff5ad7f82cb2471abca6f72449572293f5f6b4" 42 + "sha512=3b3a566f63842c314de2c0a660c5f7714bc90f8303c82d82e3021aee84980eff1886d15c9b9d4ea0047a411d799fb39d5f2ea70a92bdeb629e00d3d5d5f2d994" 43 + ] 44 + } 45 + x-commit-hash: "d62f4c39748e2498fc99a398f5e0667761687bf7"
+45
packages/dune-build-info/dune-build-info.3.8.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Embed build information inside executable" 3 + description: """ 4 + The build-info library allows to access information about how the 5 + executable was built, such as the version of the project at which it 6 + was built or the list of statically linked libraries with their 7 + versions. It supports reporting the version from the version control 8 + system during development to get an precise reference of when the 9 + executable was built. 10 + """ 11 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 12 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 13 + license: "MIT" 14 + homepage: "https://github.com/ocaml/dune" 15 + doc: "https://dune.readthedocs.io/" 16 + bug-reports: "https://github.com/ocaml/dune/issues" 17 + depends: [ 18 + "dune" {>= "3.5"} 19 + "ocaml" {>= "4.08"} 20 + "odoc" {with-doc} 21 + ] 22 + dev-repo: "git+https://github.com/ocaml/dune.git" 23 + build: [ 24 + ["dune" "subst"] {dev} 25 + ["rm" "-rf" "vendor/csexp"] 26 + ["rm" "-rf" "vendor/pp"] 27 + [ 28 + "dune" 29 + "build" 30 + "-p" 31 + name 32 + "-j" 33 + jobs 34 + "@install" 35 + "@doc" {with-doc} 36 + ] 37 + ] 38 + url { 39 + src: "https://github.com/ocaml/dune/releases/download/3.8.1/dune-3.8.1.tbz" 40 + checksum: [ 41 + "sha256=9413a5d6eb9d7968a0463debb9d9f1be73025345809b827978d0c14db76cf914" 42 + "sha512=6857b64e7ca8ba452937539d5996c8d0941b25d82313cfad9e1e6b835a04fb86605beccdc86400cc705ad6a969171524091ab6981df87629b542cc172b38746b" 43 + ] 44 + } 45 + x-commit-hash: "a340b806a6ec2da97c481c64011bfab7b71213a8"
+49
packages/dune-configurator/dune-configurator.3.8.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Helper library for gathering system configuration" 3 + description: """ 4 + dune-configurator is a small library that helps writing OCaml scripts that 5 + test features available on the system, in order to generate config.h 6 + files for instance. 7 + Among other things, dune-configurator allows one to: 8 + - test if a C program compiles 9 + - query pkg-config 10 + - import #define from OCaml header files 11 + - generate config.h file 12 + """ 13 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 14 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 15 + license: "MIT" 16 + homepage: "https://github.com/ocaml/dune" 17 + doc: "https://dune.readthedocs.io/" 18 + bug-reports: "https://github.com/ocaml/dune/issues" 19 + depends: [ 20 + "dune" {>= "3.5"} 21 + "ocaml" {>= "4.04.0"} 22 + "base-unix" 23 + "csexp" {>= "1.5.0"} 24 + "odoc" {with-doc} 25 + ] 26 + dev-repo: "git+https://github.com/ocaml/dune.git" 27 + build: [ 28 + ["dune" "subst"] {dev} 29 + ["rm" "-rf" "vendor/csexp"] 30 + ["rm" "-rf" "vendor/pp"] 31 + [ 32 + "dune" 33 + "build" 34 + "-p" 35 + name 36 + "-j" 37 + jobs 38 + "@install" 39 + "@doc" {with-doc} 40 + ] 41 + ] 42 + url { 43 + src: "https://github.com/ocaml/dune/releases/download/3.8.0/dune-3.8.0.tbz" 44 + checksum: [ 45 + "sha256=f7e2970bfab99c7766ff1a05deff5ad7f82cb2471abca6f72449572293f5f6b4" 46 + "sha512=3b3a566f63842c314de2c0a660c5f7714bc90f8303c82d82e3021aee84980eff1886d15c9b9d4ea0047a411d799fb39d5f2ea70a92bdeb629e00d3d5d5f2d994" 47 + ] 48 + } 49 + x-commit-hash: "d62f4c39748e2498fc99a398f5e0667761687bf7"
+49
packages/dune-configurator/dune-configurator.3.8.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Helper library for gathering system configuration" 3 + description: """ 4 + dune-configurator is a small library that helps writing OCaml scripts that 5 + test features available on the system, in order to generate config.h 6 + files for instance. 7 + Among other things, dune-configurator allows one to: 8 + - test if a C program compiles 9 + - query pkg-config 10 + - import #define from OCaml header files 11 + - generate config.h file 12 + """ 13 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 14 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 15 + license: "MIT" 16 + homepage: "https://github.com/ocaml/dune" 17 + doc: "https://dune.readthedocs.io/" 18 + bug-reports: "https://github.com/ocaml/dune/issues" 19 + depends: [ 20 + "dune" {>= "3.5"} 21 + "ocaml" {>= "4.04.0"} 22 + "base-unix" 23 + "csexp" {>= "1.5.0"} 24 + "odoc" {with-doc} 25 + ] 26 + dev-repo: "git+https://github.com/ocaml/dune.git" 27 + build: [ 28 + ["dune" "subst"] {dev} 29 + ["rm" "-rf" "vendor/csexp"] 30 + ["rm" "-rf" "vendor/pp"] 31 + [ 32 + "dune" 33 + "build" 34 + "-p" 35 + name 36 + "-j" 37 + jobs 38 + "@install" 39 + "@doc" {with-doc} 40 + ] 41 + ] 42 + url { 43 + src: "https://github.com/ocaml/dune/releases/download/3.8.1/dune-3.8.1.tbz" 44 + checksum: [ 45 + "sha256=9413a5d6eb9d7968a0463debb9d9f1be73025345809b827978d0c14db76cf914" 46 + "sha512=6857b64e7ca8ba452937539d5996c8d0941b25d82313cfad9e1e6b835a04fb86605beccdc86400cc705ad6a969171524091ab6981df87629b542cc172b38746b" 47 + ] 48 + } 49 + x-commit-hash: "a340b806a6ec2da97c481c64011bfab7b71213a8"
+42
packages/dune-glob/dune-glob.3.8.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Glob string matching language supported by dune" 3 + description: 4 + "dune-glob provides a parser and interpreter for globs as understood by dune language." 5 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 7 + license: "MIT" 8 + homepage: "https://github.com/ocaml/dune" 9 + doc: "https://dune.readthedocs.io/" 10 + bug-reports: "https://github.com/ocaml/dune/issues" 11 + depends: [ 12 + "dune" {>= "3.5"} 13 + "stdune" {= version} 14 + "dyn" 15 + "ordering" 16 + "dune-private-libs" {= version} 17 + "odoc" {with-doc} 18 + ] 19 + dev-repo: "git+https://github.com/ocaml/dune.git" 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + ["rm" "-rf" "vendor/csexp"] 23 + ["rm" "-rf" "vendor/pp"] 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + url { 36 + src: "https://github.com/ocaml/dune/releases/download/3.8.0/dune-3.8.0.tbz" 37 + checksum: [ 38 + "sha256=f7e2970bfab99c7766ff1a05deff5ad7f82cb2471abca6f72449572293f5f6b4" 39 + "sha512=3b3a566f63842c314de2c0a660c5f7714bc90f8303c82d82e3021aee84980eff1886d15c9b9d4ea0047a411d799fb39d5f2ea70a92bdeb629e00d3d5d5f2d994" 40 + ] 41 + } 42 + x-commit-hash: "d62f4c39748e2498fc99a398f5e0667761687bf7"
+42
packages/dune-glob/dune-glob.3.8.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Glob string matching language supported by dune" 3 + description: 4 + "dune-glob provides a parser and interpreter for globs as understood by dune language." 5 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 7 + license: "MIT" 8 + homepage: "https://github.com/ocaml/dune" 9 + doc: "https://dune.readthedocs.io/" 10 + bug-reports: "https://github.com/ocaml/dune/issues" 11 + depends: [ 12 + "dune" {>= "3.5"} 13 + "stdune" {= version} 14 + "dyn" 15 + "ordering" 16 + "dune-private-libs" {= version} 17 + "odoc" {with-doc} 18 + ] 19 + dev-repo: "git+https://github.com/ocaml/dune.git" 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + ["rm" "-rf" "vendor/csexp"] 23 + ["rm" "-rf" "vendor/pp"] 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + url { 36 + src: "https://github.com/ocaml/dune/releases/download/3.8.1/dune-3.8.1.tbz" 37 + checksum: [ 38 + "sha256=9413a5d6eb9d7968a0463debb9d9f1be73025345809b827978d0c14db76cf914" 39 + "sha512=6857b64e7ca8ba452937539d5996c8d0941b25d82313cfad9e1e6b835a04fb86605beccdc86400cc705ad6a969171524091ab6981df87629b542cc172b38746b" 40 + ] 41 + } 42 + x-commit-hash: "a340b806a6ec2da97c481c64011bfab7b71213a8"
+50
packages/dune-private-libs/dune-private-libs.3.8.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Private libraries of Dune" 3 + description: """ 4 + !!!!!!!!!!!!!!!!!!!!!! 5 + !!!!! DO NOT USE !!!!! 6 + !!!!!!!!!!!!!!!!!!!!!! 7 + 8 + This package contains code that is shared between various dune-xxx 9 + packages. However, it is not meant for public consumption and provides 10 + no stability guarantee. 11 + """ 12 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 13 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 14 + license: "MIT" 15 + homepage: "https://github.com/ocaml/dune" 16 + doc: "https://dune.readthedocs.io/" 17 + bug-reports: "https://github.com/ocaml/dune/issues" 18 + depends: [ 19 + "dune" {>= "3.5"} 20 + "csexp" {>= "1.5.0"} 21 + "pp" {>= "1.1.0"} 22 + "dyn" {= version} 23 + "stdune" {= version} 24 + "ocaml" {>= "4.08"} 25 + "odoc" {with-doc} 26 + ] 27 + dev-repo: "git+https://github.com/ocaml/dune.git" 28 + build: [ 29 + ["dune" "subst"] {dev} 30 + ["rm" "-rf" "vendor/csexp"] 31 + ["rm" "-rf" "vendor/pp"] 32 + [ 33 + "dune" 34 + "build" 35 + "-p" 36 + name 37 + "-j" 38 + jobs 39 + "@install" 40 + "@doc" {with-doc} 41 + ] 42 + ] 43 + url { 44 + src: "https://github.com/ocaml/dune/releases/download/3.8.0/dune-3.8.0.tbz" 45 + checksum: [ 46 + "sha256=f7e2970bfab99c7766ff1a05deff5ad7f82cb2471abca6f72449572293f5f6b4" 47 + "sha512=3b3a566f63842c314de2c0a660c5f7714bc90f8303c82d82e3021aee84980eff1886d15c9b9d4ea0047a411d799fb39d5f2ea70a92bdeb629e00d3d5d5f2d994" 48 + ] 49 + } 50 + x-commit-hash: "d62f4c39748e2498fc99a398f5e0667761687bf7"
+50
packages/dune-private-libs/dune-private-libs.3.8.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Private libraries of Dune" 3 + description: """ 4 + !!!!!!!!!!!!!!!!!!!!!! 5 + !!!!! DO NOT USE !!!!! 6 + !!!!!!!!!!!!!!!!!!!!!! 7 + 8 + This package contains code that is shared between various dune-xxx 9 + packages. However, it is not meant for public consumption and provides 10 + no stability guarantee. 11 + """ 12 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 13 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 14 + license: "MIT" 15 + homepage: "https://github.com/ocaml/dune" 16 + doc: "https://dune.readthedocs.io/" 17 + bug-reports: "https://github.com/ocaml/dune/issues" 18 + depends: [ 19 + "dune" {>= "3.5"} 20 + "csexp" {>= "1.5.0"} 21 + "pp" {>= "1.1.0"} 22 + "dyn" {= version} 23 + "stdune" {= version} 24 + "ocaml" {>= "4.08"} 25 + "odoc" {with-doc} 26 + ] 27 + dev-repo: "git+https://github.com/ocaml/dune.git" 28 + build: [ 29 + ["dune" "subst"] {dev} 30 + ["rm" "-rf" "vendor/csexp"] 31 + ["rm" "-rf" "vendor/pp"] 32 + [ 33 + "dune" 34 + "build" 35 + "-p" 36 + name 37 + "-j" 38 + jobs 39 + "@install" 40 + "@doc" {with-doc} 41 + ] 42 + ] 43 + url { 44 + src: "https://github.com/ocaml/dune/releases/download/3.8.1/dune-3.8.1.tbz" 45 + checksum: [ 46 + "sha256=9413a5d6eb9d7968a0463debb9d9f1be73025345809b827978d0c14db76cf914" 47 + "sha512=6857b64e7ca8ba452937539d5996c8d0941b25d82313cfad9e1e6b835a04fb86605beccdc86400cc705ad6a969171524091ab6981df87629b542cc172b38746b" 48 + ] 49 + } 50 + x-commit-hash: "a340b806a6ec2da97c481c64011bfab7b71213a8"
+42
packages/dune-rpc-lwt/dune-rpc-lwt.3.8.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Communicate with dune using rpc and Lwt" 3 + description: "Specialization of dune-rpc to Lwt" 4 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 5 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + license: "MIT" 7 + homepage: "https://github.com/ocaml/dune" 8 + doc: "https://dune.readthedocs.io/" 9 + bug-reports: "https://github.com/ocaml/dune/issues" 10 + depends: [ 11 + "dune" {>= "3.5"} 12 + "dune-rpc" {= version} 13 + "result" {>= "1.5"} 14 + "csexp" {>= "1.5.0"} 15 + "lwt" {>= "5.3.0"} 16 + "base-unix" 17 + "odoc" {with-doc} 18 + ] 19 + dev-repo: "git+https://github.com/ocaml/dune.git" 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + ["rm" "-rf" "vendor/csexp"] 23 + ["rm" "-rf" "vendor/pp"] 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + url { 36 + src: "https://github.com/ocaml/dune/releases/download/3.8.0/dune-3.8.0.tbz" 37 + checksum: [ 38 + "sha256=f7e2970bfab99c7766ff1a05deff5ad7f82cb2471abca6f72449572293f5f6b4" 39 + "sha512=3b3a566f63842c314de2c0a660c5f7714bc90f8303c82d82e3021aee84980eff1886d15c9b9d4ea0047a411d799fb39d5f2ea70a92bdeb629e00d3d5d5f2d994" 40 + ] 41 + } 42 + x-commit-hash: "d62f4c39748e2498fc99a398f5e0667761687bf7"
+42
packages/dune-rpc-lwt/dune-rpc-lwt.3.8.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Communicate with dune using rpc and Lwt" 3 + description: "Specialization of dune-rpc to Lwt" 4 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 5 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + license: "MIT" 7 + homepage: "https://github.com/ocaml/dune" 8 + doc: "https://dune.readthedocs.io/" 9 + bug-reports: "https://github.com/ocaml/dune/issues" 10 + depends: [ 11 + "dune" {>= "3.5"} 12 + "dune-rpc" {= version} 13 + "result" {>= "1.5"} 14 + "csexp" {>= "1.5.0"} 15 + "lwt" {>= "5.3.0"} 16 + "base-unix" 17 + "odoc" {with-doc} 18 + ] 19 + dev-repo: "git+https://github.com/ocaml/dune.git" 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + ["rm" "-rf" "vendor/csexp"] 23 + ["rm" "-rf" "vendor/pp"] 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + url { 36 + src: "https://github.com/ocaml/dune/releases/download/3.8.1/dune-3.8.1.tbz" 37 + checksum: [ 38 + "sha256=9413a5d6eb9d7968a0463debb9d9f1be73025345809b827978d0c14db76cf914" 39 + "sha512=6857b64e7ca8ba452937539d5996c8d0941b25d82313cfad9e1e6b835a04fb86605beccdc86400cc705ad6a969171524091ab6981df87629b542cc172b38746b" 40 + ] 41 + } 42 + x-commit-hash: "a340b806a6ec2da97c481c64011bfab7b71213a8"
+43
packages/dune-rpc/dune-rpc.3.8.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Communicate with dune using rpc" 3 + description: "Library to connect and control a running dune instance" 4 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 5 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + license: "MIT" 7 + homepage: "https://github.com/ocaml/dune" 8 + doc: "https://dune.readthedocs.io/" 9 + bug-reports: "https://github.com/ocaml/dune/issues" 10 + depends: [ 11 + "dune" {>= "3.5"} 12 + "csexp" 13 + "ordering" 14 + "dyn" 15 + "xdg" 16 + "stdune" {= version} 17 + "pp" {>= "1.1.0"} 18 + "odoc" {with-doc} 19 + ] 20 + dev-repo: "git+https://github.com/ocaml/dune.git" 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + ["rm" "-rf" "vendor/csexp"] 24 + ["rm" "-rf" "vendor/pp"] 25 + [ 26 + "dune" 27 + "build" 28 + "-p" 29 + name 30 + "-j" 31 + jobs 32 + "@install" 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + url { 37 + src: "https://github.com/ocaml/dune/releases/download/3.8.0/dune-3.8.0.tbz" 38 + checksum: [ 39 + "sha256=f7e2970bfab99c7766ff1a05deff5ad7f82cb2471abca6f72449572293f5f6b4" 40 + "sha512=3b3a566f63842c314de2c0a660c5f7714bc90f8303c82d82e3021aee84980eff1886d15c9b9d4ea0047a411d799fb39d5f2ea70a92bdeb629e00d3d5d5f2d994" 41 + ] 42 + } 43 + x-commit-hash: "d62f4c39748e2498fc99a398f5e0667761687bf7"
+43
packages/dune-rpc/dune-rpc.3.8.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Communicate with dune using rpc" 3 + description: "Library to connect and control a running dune instance" 4 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 5 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + license: "MIT" 7 + homepage: "https://github.com/ocaml/dune" 8 + doc: "https://dune.readthedocs.io/" 9 + bug-reports: "https://github.com/ocaml/dune/issues" 10 + depends: [ 11 + "dune" {>= "3.5"} 12 + "csexp" 13 + "ordering" 14 + "dyn" 15 + "xdg" 16 + "stdune" {= version} 17 + "pp" {>= "1.1.0"} 18 + "odoc" {with-doc} 19 + ] 20 + dev-repo: "git+https://github.com/ocaml/dune.git" 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + ["rm" "-rf" "vendor/csexp"] 24 + ["rm" "-rf" "vendor/pp"] 25 + [ 26 + "dune" 27 + "build" 28 + "-p" 29 + name 30 + "-j" 31 + jobs 32 + "@install" 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + url { 37 + src: "https://github.com/ocaml/dune/releases/download/3.8.1/dune-3.8.1.tbz" 38 + checksum: [ 39 + "sha256=9413a5d6eb9d7968a0463debb9d9f1be73025345809b827978d0c14db76cf914" 40 + "sha512=6857b64e7ca8ba452937539d5996c8d0941b25d82313cfad9e1e6b835a04fb86605beccdc86400cc705ad6a969171524091ab6981df87629b542cc172b38746b" 41 + ] 42 + } 43 + x-commit-hash: "a340b806a6ec2da97c481c64011bfab7b71213a8"
+37
packages/dune-site/dune-site.3.8.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Embed locations information inside executable and libraries" 3 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 4 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 5 + license: "MIT" 6 + homepage: "https://github.com/ocaml/dune" 7 + doc: "https://dune.readthedocs.io/" 8 + bug-reports: "https://github.com/ocaml/dune/issues" 9 + depends: [ 10 + "dune" {>= "3.5"} 11 + "dune-private-libs" {= version} 12 + "odoc" {with-doc} 13 + ] 14 + dev-repo: "git+https://github.com/ocaml/dune.git" 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + ["rm" "-rf" "vendor/csexp"] 18 + ["rm" "-rf" "vendor/pp"] 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + url { 31 + src: "https://github.com/ocaml/dune/releases/download/3.8.0/dune-3.8.0.tbz" 32 + checksum: [ 33 + "sha256=f7e2970bfab99c7766ff1a05deff5ad7f82cb2471abca6f72449572293f5f6b4" 34 + "sha512=3b3a566f63842c314de2c0a660c5f7714bc90f8303c82d82e3021aee84980eff1886d15c9b9d4ea0047a411d799fb39d5f2ea70a92bdeb629e00d3d5d5f2d994" 35 + ] 36 + } 37 + x-commit-hash: "d62f4c39748e2498fc99a398f5e0667761687bf7"
+37
packages/dune-site/dune-site.3.8.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Embed locations information inside executable and libraries" 3 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 4 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 5 + license: "MIT" 6 + homepage: "https://github.com/ocaml/dune" 7 + doc: "https://dune.readthedocs.io/" 8 + bug-reports: "https://github.com/ocaml/dune/issues" 9 + depends: [ 10 + "dune" {>= "3.5"} 11 + "dune-private-libs" {= version} 12 + "odoc" {with-doc} 13 + ] 14 + dev-repo: "git+https://github.com/ocaml/dune.git" 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + ["rm" "-rf" "vendor/csexp"] 18 + ["rm" "-rf" "vendor/pp"] 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + url { 31 + src: "https://github.com/ocaml/dune/releases/download/3.8.1/dune-3.8.1.tbz" 32 + checksum: [ 33 + "sha256=9413a5d6eb9d7968a0463debb9d9f1be73025345809b827978d0c14db76cf914" 34 + "sha512=6857b64e7ca8ba452937539d5996c8d0941b25d82313cfad9e1e6b835a04fb86605beccdc86400cc705ad6a969171524091ab6981df87629b542cc172b38746b" 35 + ] 36 + } 37 + x-commit-hash: "a340b806a6ec2da97c481c64011bfab7b71213a8"
+57
packages/dune/dune.3.8.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Fast, portable, and opinionated build system" 3 + description: """ 4 + 5 + dune is a build system that was designed to simplify the release of 6 + Jane Street packages. It reads metadata from "dune" files following a 7 + very simple s-expression syntax. 8 + 9 + dune is fast, has very low-overhead, and supports parallel builds on 10 + all platforms. It has no system dependencies; all you need to build 11 + dune or packages using dune is OCaml. You don't need make or bash 12 + as long as the packages themselves don't use bash explicitly. 13 + 14 + dune supports multi-package development by simply dropping multiple 15 + repositories into the same directory. 16 + 17 + It also supports multi-context builds, such as building against 18 + several opam roots/switches simultaneously. This helps maintaining 19 + packages across several versions of OCaml and gives cross-compilation 20 + for free. 21 + """ 22 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 23 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 24 + license: "MIT" 25 + homepage: "https://github.com/ocaml/dune" 26 + doc: "https://dune.readthedocs.io/" 27 + bug-reports: "https://github.com/ocaml/dune/issues" 28 + conflicts: [ 29 + "merlin" {< "3.4.0"} 30 + "ocaml-lsp-server" {< "1.3.0"} 31 + "dune-configurator" {< "2.3.0"} 32 + "odoc" {< "2.0.1"} 33 + "dune-release" {< "1.3.0"} 34 + "js_of_ocaml-compiler" {< "3.6.0"} 35 + "jbuilder" {= "transition"} 36 + ] 37 + dev-repo: "git+https://github.com/ocaml/dune.git" 38 + build: [ 39 + ["ocaml" "boot/bootstrap.ml" "-j" jobs] 40 + ["./_boot/dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" jobs] 41 + ] 42 + depends: [ 43 + # Please keep the lower bound in sync with .github/workflows/workflow.yml, 44 + # dune-project and min_ocaml_version in bootstrap.ml 45 + ("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary")) 46 + "base-unix" 47 + "base-threads" 48 + ] 49 + conflicts: [ "coq" {< "8.13"} ] 50 + url { 51 + src: "https://github.com/ocaml/dune/releases/download/3.8.0/dune-3.8.0.tbz" 52 + checksum: [ 53 + "sha256=f7e2970bfab99c7766ff1a05deff5ad7f82cb2471abca6f72449572293f5f6b4" 54 + "sha512=3b3a566f63842c314de2c0a660c5f7714bc90f8303c82d82e3021aee84980eff1886d15c9b9d4ea0047a411d799fb39d5f2ea70a92bdeb629e00d3d5d5f2d994" 55 + ] 56 + } 57 + x-commit-hash: "d62f4c39748e2498fc99a398f5e0667761687bf7"
+56
packages/dune/dune.3.8.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Fast, portable, and opinionated build system" 3 + description: """ 4 + 5 + dune is a build system that was designed to simplify the release of 6 + Jane Street packages. It reads metadata from "dune" files following a 7 + very simple s-expression syntax. 8 + 9 + dune is fast, has very low-overhead, and supports parallel builds on 10 + all platforms. It has no system dependencies; all you need to build 11 + dune or packages using dune is OCaml. You don't need make or bash 12 + as long as the packages themselves don't use bash explicitly. 13 + 14 + dune supports multi-package development by simply dropping multiple 15 + repositories into the same directory. 16 + 17 + It also supports multi-context builds, such as building against 18 + several opam roots/switches simultaneously. This helps maintaining 19 + packages across several versions of OCaml and gives cross-compilation 20 + for free. 21 + """ 22 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 23 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 24 + license: "MIT" 25 + homepage: "https://github.com/ocaml/dune" 26 + doc: "https://dune.readthedocs.io/" 27 + bug-reports: "https://github.com/ocaml/dune/issues" 28 + conflicts: [ 29 + "merlin" {< "3.4.0"} 30 + "ocaml-lsp-server" {< "1.3.0"} 31 + "dune-configurator" {< "2.3.0"} 32 + "odoc" {< "2.0.1"} 33 + "dune-release" {< "1.3.0"} 34 + "js_of_ocaml-compiler" {< "3.6.0"} 35 + "jbuilder" {= "transition"} 36 + ] 37 + dev-repo: "git+https://github.com/ocaml/dune.git" 38 + build: [ 39 + ["ocaml" "boot/bootstrap.ml" "-j" jobs] 40 + ["./_boot/dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" jobs] 41 + ] 42 + depends: [ 43 + # Please keep the lower bound in sync with .github/workflows/workflow.yml, 44 + # dune-project and min_ocaml_version in bootstrap.ml 45 + ("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary")) 46 + "base-unix" 47 + "base-threads" 48 + ] 49 + url { 50 + src: "https://github.com/ocaml/dune/releases/download/3.8.1/dune-3.8.1.tbz" 51 + checksum: [ 52 + "sha256=9413a5d6eb9d7968a0463debb9d9f1be73025345809b827978d0c14db76cf914" 53 + "sha512=6857b64e7ca8ba452937539d5996c8d0941b25d82313cfad9e1e6b835a04fb86605beccdc86400cc705ad6a969171524091ab6981df87629b542cc172b38746b" 54 + ] 55 + } 56 + x-commit-hash: "a340b806a6ec2da97c481c64011bfab7b71213a8"
+40
packages/dyn/dyn.3.8.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Dynamic type" 3 + description: "Dynamic type" 4 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 5 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + license: "MIT" 7 + homepage: "https://github.com/ocaml/dune" 8 + doc: "https://dune.readthedocs.io/" 9 + bug-reports: "https://github.com/ocaml/dune/issues" 10 + depends: [ 11 + "dune" {>= "3.5"} 12 + "ocaml" {>= "4.08.0"} 13 + "ordering" {= version} 14 + "pp" {>= "1.1.0"} 15 + "odoc" {with-doc} 16 + ] 17 + dev-repo: "git+https://github.com/ocaml/dune.git" 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + ["rm" "-rf" "vendor/csexp"] 21 + ["rm" "-rf" "vendor/pp"] 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@doc" {with-doc} 31 + ] 32 + ] 33 + url { 34 + src: "https://github.com/ocaml/dune/releases/download/3.8.0/dune-3.8.0.tbz" 35 + checksum: [ 36 + "sha256=f7e2970bfab99c7766ff1a05deff5ad7f82cb2471abca6f72449572293f5f6b4" 37 + "sha512=3b3a566f63842c314de2c0a660c5f7714bc90f8303c82d82e3021aee84980eff1886d15c9b9d4ea0047a411d799fb39d5f2ea70a92bdeb629e00d3d5d5f2d994" 38 + ] 39 + } 40 + x-commit-hash: "d62f4c39748e2498fc99a398f5e0667761687bf7"
+40
packages/dyn/dyn.3.8.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Dynamic type" 3 + description: "Dynamic type" 4 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 5 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + license: "MIT" 7 + homepage: "https://github.com/ocaml/dune" 8 + doc: "https://dune.readthedocs.io/" 9 + bug-reports: "https://github.com/ocaml/dune/issues" 10 + depends: [ 11 + "dune" {>= "3.5"} 12 + "ocaml" {>= "4.08.0"} 13 + "ordering" {= version} 14 + "pp" {>= "1.1.0"} 15 + "odoc" {with-doc} 16 + ] 17 + dev-repo: "git+https://github.com/ocaml/dune.git" 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + ["rm" "-rf" "vendor/csexp"] 21 + ["rm" "-rf" "vendor/pp"] 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@doc" {with-doc} 31 + ] 32 + ] 33 + url { 34 + src: "https://github.com/ocaml/dune/releases/download/3.8.1/dune-3.8.1.tbz" 35 + checksum: [ 36 + "sha256=9413a5d6eb9d7968a0463debb9d9f1be73025345809b827978d0c14db76cf914" 37 + "sha512=6857b64e7ca8ba452937539d5996c8d0941b25d82313cfad9e1e6b835a04fb86605beccdc86400cc705ad6a969171524091ab6981df87629b542cc172b38746b" 38 + ] 39 + } 40 + x-commit-hash: "a340b806a6ec2da97c481c64011bfab7b71213a8"
+1
packages/eio-ssl/eio-ssl.0.1.1/opam
··· 10 10 "ocaml" {>= "5.0"} 11 11 "ssl" {>= "0.5.13"} 12 12 "eio_main" {>= "0.7"} 13 + "eio" {<"0.10"} 13 14 "odoc" {with-doc} 14 15 ] 15 16 build: [
+57
packages/eio/eio.0.10/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Effect-based direct-style IO API for OCaml" 3 + description: "An effect-based IO API for multicore OCaml with fibers." 4 + maintainer: ["anil@recoil.org"] 5 + authors: ["Anil Madhavapeddy" "Thomas Leonard"] 6 + license: "ISC" 7 + homepage: "https://github.com/ocaml-multicore/eio" 8 + doc: "https://ocaml-multicore.github.io/eio/" 9 + bug-reports: "https://github.com/ocaml-multicore/eio/issues" 10 + depends: [ 11 + "dune" {>= "3.7"} 12 + "ocaml" {>= "5.0.0"} 13 + "bigstringaf" {>= "0.9.0"} 14 + "cstruct" {>= "6.0.1"} 15 + "lwt-dllist" 16 + "optint" {>= "0.1.0"} 17 + "psq" {>= "0.2.0"} 18 + "fmt" {>= "0.8.9"} 19 + "hmap" {>= "0.8.1"} 20 + "domain-local-await" {>= "0.1.0"} 21 + "crowbar" {>= "0.2" & with-test} 22 + "mtime" {>= "2.0.0"} 23 + "mdx" {>= "2.2.0" & with-test} 24 + "alcotest" {>= "1.4.0" & with-test} 25 + "dscheck" {>= "0.1.0" & with-test} 26 + "odoc" {with-doc} 27 + ] 28 + conflicts: [ 29 + "ocaml-base-compiler" {< "5.0.0~beta1"} 30 + "ocaml-variants" {< "5.0.0~beta1"} 31 + "ocaml-system" {< "5.0.0~beta1"} 32 + "seq" {< "0.3"} 33 + ] 34 + build: [ 35 + ["dune" "subst"] {dev} 36 + [ 37 + "dune" 38 + "build" 39 + "-p" 40 + name 41 + "-j" 42 + jobs 43 + "@install" 44 + "@runtest" {with-test} 45 + "@doc" {with-doc} 46 + ] 47 + ] 48 + dev-repo: "git+https://github.com/ocaml-multicore/eio.git" 49 + url { 50 + src: 51 + "https://github.com/ocaml-multicore/eio/releases/download/v0.10/eio-0.10.tbz" 52 + checksum: [ 53 + "sha256=390f7814507b8133d6c25e3a67a742d731c7ca66252b287b1fb0e3ad4d10eecc" 54 + "sha512=9c0c9088b178df9799aaae9deb803a802228f1329cbe452479c90e80a13985d9c364ea86ee14e4e759133940f9f6065c7e8ece509d176fb1e347c5320f00a494" 55 + ] 56 + } 57 + x-commit-hash: "687ebf99a6ab10ce5d85f4a3335d8e2e94c2b875"
+44
packages/eio_linux/eio_linux.0.10/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Eio implementation for Linux using io-uring" 3 + description: "An Eio implementation for Linux using io-uring." 4 + maintainer: ["anil@recoil.org"] 5 + authors: ["Anil Madhavapeddy" "Thomas Leonard"] 6 + license: "ISC" 7 + homepage: "https://github.com/ocaml-multicore/eio" 8 + doc: "https://ocaml-multicore.github.io/eio/" 9 + bug-reports: "https://github.com/ocaml-multicore/eio/issues" 10 + depends: [ 11 + "dune" {>= "3.7"} 12 + "alcotest" {>= "1.4.0" & with-test} 13 + "eio" {= version} 14 + "mdx" {>= "2.2.0" & with-test} 15 + "logs" {>= "0.7.0"} 16 + "fmt" {>= "0.8.9"} 17 + "cmdliner" {>= "1.1.0" & with-test} 18 + "uring" {>= "0.5"} 19 + "odoc" {with-doc} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/ocaml-multicore/eio.git" 36 + url { 37 + src: 38 + "https://github.com/ocaml-multicore/eio/releases/download/v0.10/eio-0.10.tbz" 39 + checksum: [ 40 + "sha256=390f7814507b8133d6c25e3a67a742d731c7ca66252b287b1fb0e3ad4d10eecc" 41 + "sha512=9c0c9088b178df9799aaae9deb803a802228f1329cbe452479c90e80a13985d9c364ea86ee14e4e759133940f9f6065c7e8ece509d176fb1e347c5320f00a494" 42 + ] 43 + } 44 + x-commit-hash: "687ebf99a6ab10ce5d85f4a3335d8e2e94c2b875"
+44
packages/eio_main/eio_main.0.10/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Effect-based direct-style IO mainloop for OCaml" 3 + description: "Selects an appropriate Eio backend for the current platform." 4 + maintainer: ["anil@recoil.org"] 5 + authors: ["Anil Madhavapeddy" "Thomas Leonard"] 6 + license: "ISC" 7 + homepage: "https://github.com/ocaml-multicore/eio" 8 + doc: "https://ocaml-multicore.github.io/eio/" 9 + bug-reports: "https://github.com/ocaml-multicore/eio/issues" 10 + depends: [ 11 + "dune" {>= "3.7"} 12 + "mdx" {>= "2.2.0" & with-test} 13 + "kcas" {>= "0.3.0" & with-test} 14 + "yojson" {>= "2.0.2" & with-test} 15 + "eio_linux" {= version & os = "linux"} 16 + "eio_posix" {= version & os-family != "windows"} 17 + "eio_windows" {= version & os-family = "windows"} 18 + "odoc" {with-doc} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/ocaml-multicore/eio.git" 35 + url { 36 + src: 37 + "https://github.com/ocaml-multicore/eio/releases/download/v0.10/eio-0.10.tbz" 38 + checksum: [ 39 + "sha256=390f7814507b8133d6c25e3a67a742d731c7ca66252b287b1fb0e3ad4d10eecc" 40 + "sha512=9c0c9088b178df9799aaae9deb803a802228f1329cbe452479c90e80a13985d9c364ea86ee14e4e759133940f9f6065c7e8ece509d176fb1e347c5320f00a494" 41 + ] 42 + } 43 + x-commit-hash: "687ebf99a6ab10ce5d85f4a3335d8e2e94c2b875" 44 + x-ci-accept-failures: ["macos-homebrew"]
+41
packages/eio_posix/eio_posix.0.10/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Eio implementation for POSIX systems" 3 + description: "An Eio implementation for most Unix-like platforms" 4 + maintainer: ["anil@recoil.org"] 5 + authors: ["Anil Madhavapeddy" "Thomas Leonard"] 6 + license: "ISC" 7 + homepage: "https://github.com/ocaml-multicore/eio" 8 + doc: "https://ocaml-multicore.github.io/eio/" 9 + bug-reports: "https://github.com/ocaml-multicore/eio/issues" 10 + depends: [ 11 + "dune" {>= "3.7"} 12 + "eio" {= version} 13 + "iomux" {>= "0.2"} 14 + "mdx" {>= "2.2.0" & with-test} 15 + "fmt" {>= "0.8.9"} 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + dev-repo: "git+https://github.com/ocaml-multicore/eio.git" 33 + url { 34 + src: 35 + "https://github.com/ocaml-multicore/eio/releases/download/v0.10/eio-0.10.tbz" 36 + checksum: [ 37 + "sha256=390f7814507b8133d6c25e3a67a742d731c7ca66252b287b1fb0e3ad4d10eecc" 38 + "sha512=9c0c9088b178df9799aaae9deb803a802228f1329cbe452479c90e80a13985d9c364ea86ee14e4e759133940f9f6065c7e8ece509d176fb1e347c5320f00a494" 39 + ] 40 + } 41 + x-commit-hash: "687ebf99a6ab10ce5d85f4a3335d8e2e94c2b875"
+41
packages/eio_windows/eio_windows.0.10/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Eio implementation for Windows" 3 + description: "An Eio implementation using OCaml's Unix.select" 4 + maintainer: ["anil@recoil.org"] 5 + authors: ["Anil Madhavapeddy" "Thomas Leonard"] 6 + license: "ISC" 7 + homepage: "https://github.com/ocaml-multicore/eio" 8 + doc: "https://ocaml-multicore.github.io/eio/" 9 + bug-reports: "https://github.com/ocaml-multicore/eio/issues" 10 + depends: [ 11 + "dune" {>= "3.7"} 12 + "eio" {= version} 13 + "kcas" {>= "0.3.0" & with-test} 14 + "alcotest" {>= "1.4.0" & with-test} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/ocaml-multicore/eio.git" 32 + url { 33 + src: 34 + "https://github.com/ocaml-multicore/eio/releases/download/v0.10/eio-0.10.tbz" 35 + checksum: [ 36 + "sha256=390f7814507b8133d6c25e3a67a742d731c7ca66252b287b1fb0e3ad4d10eecc" 37 + "sha512=9c0c9088b178df9799aaae9deb803a802228f1329cbe452479c90e80a13985d9c364ea86ee14e4e759133940f9f6065c7e8ece509d176fb1e347c5320f00a494" 38 + ] 39 + } 40 + x-commit-hash: "687ebf99a6ab10ce5d85f4a3335d8e2e94c2b875" 41 + available: [os-family = "windows"]
+42
packages/forester/forester.2.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A tool for tending mathematical forests" 3 + maintainer: "Jonathan Sterling" 4 + authors: "Jonathan Sterling" 5 + license: "GPL-3.0-or-later" 6 + homepage: "https://github.com/jonsterling/ocaml-forester" 7 + bug-reports: "https://github.com/jonsterling/ocaml-forester/issues" 8 + depends: [ 9 + "menhir" 10 + "ocamlgraph" 11 + "ocaml" 12 + "dune" {>= "3.7"} 13 + "xmlm" 14 + "ppx_deriving" 15 + "domainslib" 16 + "yuujinchou" {>= "5.0.1"} 17 + "algaeff" 18 + "odoc" {with-doc} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/jonsterling/ocaml-forester.git" 35 + url { 36 + src: 37 + "https://github.com/jonsterling/ocaml-forester/archive/refs/tags/2.1.tar.gz" 38 + checksum: [ 39 + "md5=31749867afa21e73376e229a8f664890" 40 + "sha512=297e088801dcd263cb636a9526ad31f96e1090fea8eac7a8887c115d604bafe8aa3b44a18efb8027666f0f50b53c920269e79a1cf06abcb58918643a4e18bba1" 41 + ] 42 + }
+1 -1
packages/geojsone/geojsone.0.1.0/opam
··· 14 14 "mdx" {with-test} 15 15 "ezjsonm" {with-test} 16 16 "eio_main" {>= "0.6" & with-test} 17 - "eio" {>= "0.6"} 17 + "eio" {>= "0.6" & < "0.10"} 18 18 "eio" {with-test & < "0.7"} 19 19 "hex" 20 20 "sexplib0"
+1 -1
packages/gnuplot/gnuplot.0.6/opam
··· 11 11 ] 12 12 depends: [ 13 13 "base-unix" 14 - "ISO8601" 14 + "ISO8601" {>= "0.2"} 15 15 "conf-gnuplot" 16 16 "dune" {>= "1.0"} 17 17 "ocaml" {>= "4.03"}
+47
packages/gradescope_submit/gradescope_submit.2.0.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "A small script to submit to Gradescope via GitHub" 4 + description: "Submits the current git repository to Gradescope" 5 + maintainer: ["nick@mittudev.com"] 6 + authors: ["Nikhil Mittu"] 7 + license: "MIT" 8 + tags: ["topics" "git" "gradescope" "https" "api"] 9 + homepage: "https://github.com/nmittu/gradescope-submit" 10 + doc: "https://github.com/nmittu/gradescope-submit" 11 + bug-reports: "https://github.com/nmittu/gradescope-submit/issues" 12 + depends: [ 13 + "ocaml" {>= "4.12"} 14 + "dune" {>= "3.6"} 15 + "core" {>= "v0.15.1"} 16 + "core_unix" {>= "v0.15.2"} 17 + "cohttp" {>= "5.0.0"} 18 + "cohttp-lwt-unix" {>= "5.0.0"} 19 + "lambdasoup" {>= "0.7.3"} 20 + "toml" {>= "7.1.0"} 21 + "yojson" {>= "2.0.2"} 22 + "lwt_ssl" {>= "1.1.3"} 23 + "odoc" {with-doc} 24 + ] 25 + build: [ 26 + ["dune" "subst"] {dev} 27 + [ 28 + "dune" 29 + "build" 30 + "-p" 31 + name 32 + "-j" 33 + jobs 34 + "@install" 35 + "@runtest" {with-test} 36 + "@doc" {with-doc} 37 + ] 38 + ] 39 + dev-repo: "git+https://github.com/nmittu/gradescope-submit.git" 40 + url { 41 + src: 42 + "https://github.com/nmittu/gradescope-submit/archive/refs/tags/2.0.2.tar.gz" 43 + checksum: [ 44 + "md5=3cc65e164058c9c104b840e3b3af112d" 45 + "sha512=c3aac61fbafc0985f9762e4737959a2d4e3b70895548e7c63d124cc94058420019e18b1d65a4a13d01c1dda568e3c03ef0db7bb2412fe4eafd0e30db5385f11b" 46 + ] 47 + }
+2 -2
packages/graphics/graphics.4.08.0/opam
··· 32 32 } 33 33 extra-source "5bb4b7b8caba64e34553c3dbb53caf3954d1648c.patch" { 34 34 src: 35 - "https://github.com/ocaml/ocaml/commit/5bb4b7b8caba64e34553c3dbb53caf3954d1648c.patch" 36 - checksum: "md5=2ad2f8ff3fbbfb2cd8f5f8968933e3af" 35 + "https://github.com/ocaml/ocaml/commit/5bb4b7b8caba64e34553c3dbb53caf3954d1648c.patch?full_index=1" 36 + checksum: "md5=64edfb907f12d69b32b7165ee19f27fa" 37 37 } 38 38 patches: ["5bb4b7b8caba64e34553c3dbb53caf3954d1648c.patch"]
+38
packages/hacl-star-raw/hacl-star-raw.0.7.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Auto-generated low-level OCaml bindings for EverCrypt/HACL*" 3 + description: """\ 4 + This package contains a snapshot of the EverCrypt crypto provider and 5 + the HACL* library, along with automatically generated Ctypes bindings. 6 + For a higher-level idiomatic API see the `hacl-star` package, of 7 + which `hacl-star-raw` is a dependency.""" 8 + maintainer: "Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com>" 9 + authors: "Project Everest" 10 + license: "Apache-2.0" 11 + homepage: "https://cryspen.com/hacl-packages/" 12 + bug-reports: "https://github.com/cryspen/hacl-packages/issues" 13 + depends: [ 14 + "ocaml" {>= "4.08.0"} 15 + "dune" {>= "1.2"} 16 + "ocamlfind" {build} 17 + "ctypes" {>= "0.18.0"} 18 + "conf-which" {build} 19 + "conf-cmake" {build} 20 + ] 21 + conflicts: ["ocaml-option-bytecode-only"] 22 + available: 23 + arch != "ppc64" & arch != "ppc32" & arch != "arm32" & 24 + (os = "freebsd" | os-family != "bsd") 25 + build: [ 26 + [make "-C" "hacl-star-raw" "build-c"] 27 + [make "-C" "hacl-star-raw" "build-bindings"] 28 + ] 29 + install: [make "-C" "hacl-star-raw" "install"] 30 + dev-repo: "git+https://github.com/cryspen/hacl-packages.git" 31 + url { 32 + src: 33 + "https://github.com/cryspen/hacl-packages/releases/download/ocaml-v0.7.1/hacl-star.0.7.1.tar.gz" 34 + checksum: [ 35 + "md5=192bca3819b9e21b39a0d38f02081d39" 36 + "sha512=28c3f43af0bfeb3976ca11f8cb8ac38694165fd2c897b9048515b02a2116aff8aa45c37c8e475dc172dc7c964a8712beb94ba149426c2caeda1659312347e0b2" 37 + ] 38 + }
+47
packages/hacl-star/hacl-star.0.7.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "OCaml API for EverCrypt/HACL*" 3 + description: """\ 4 + Documentation for this library can be found 5 + [here](https://cryspen.com/hacl-packages/ocaml/main/index.html).""" 6 + maintainer: "Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com>" 7 + authors: "Project Everest" 8 + license: "Apache-2.0" 9 + homepage: "https://cryspen.com/hacl-packages/" 10 + doc: "https://cryspen.com/hacl-packages/ocaml/main/index.html" 11 + bug-reports: "https://github.com/cryspen/hacl-packages/issues" 12 + depends: [ 13 + "ocaml" {>= "4.08.0"} 14 + "dune" {>= "1.2"} 15 + "hacl-star-raw" {= version} 16 + "zarith" 17 + "cppo" {build} 18 + "alcotest" {with-test & >= "1.1.0"} 19 + "qcheck-core" {with-test & >= "0.20"} 20 + "secp256k1-internal" {with-test} 21 + "cstruct" {with-test} 22 + "odoc" {with-doc} 23 + ] 24 + available: os = "freebsd" | os-family != "bsd" 25 + build: [ 26 + ["dune" "subst"] {dev} 27 + [ 28 + "dune" 29 + "build" 30 + "-p" 31 + name 32 + "-j" 33 + jobs 34 + "@install" 35 + "@runtest" {with-test} 36 + "@doc" {with-doc} 37 + ] 38 + ] 39 + dev-repo: "git+https://github.com/cryspen/hacl-packages.git" 40 + url { 41 + src: 42 + "https://github.com/cryspen/hacl-packages/releases/download/ocaml-v0.7.1/hacl-star.0.7.1.tar.gz" 43 + checksum: [ 44 + "md5=192bca3819b9e21b39a0d38f02081d39" 45 + "sha512=28c3f43af0bfeb3976ca11f8cb8ac38694165fd2c897b9048515b02a2116aff8aa45c37c8e475dc172dc7c964a8712beb94ba149426c2caeda1659312347e0b2" 46 + ] 47 + }
+47
packages/index-bench/index-bench.1.6.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Index benchmarking suite" 3 + maintainer: "Clement Pascutto" 4 + authors: ["Clement Pascutto" "Thomas Gazagnaire" "Ioana Cristescu"] 5 + license: "MIT" 6 + homepage: "https://github.com/mirage/index" 7 + bug-reports: "https://github.com/mirage/index/issues" 8 + depends: [ 9 + "ocaml" {>= "4.03.0"} 10 + "cmdliner" 11 + "dune" {>= "2.7.0"} 12 + "fmt" 13 + "index" {= version} 14 + "metrics" 15 + "metrics-unix" 16 + "ppx_deriving_yojson" 17 + "re" {>= "1.9.0"} 18 + "stdlib-shims" 19 + "yojson" 20 + "ppx_repr" 21 + "mtime" {>= "2.0.0"} 22 + "logs" {>= "0.7.0"} 23 + "progress" {>= "0.2.1"} 24 + "tezos-base58" {>= "1.0.0" & with-test} 25 + "digestif" {>= "0.7" & with-test} 26 + "optint" {>= "0.1.0" & with-test} 27 + "repr" {>= "0.2.1" & with-test} 28 + "rusage" {>= "1.0.0" & with-test} 29 + ] 30 + conflicts: [ 31 + "result" {< "1.5"} 32 + ] 33 + build: [ 34 + ["dune" "subst"] {dev} 35 + ["dune" "build" "-p" name "-j" jobs] 36 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 37 + ] 38 + dev-repo: "git+https://github.com/mirage/index.git" 39 + url { 40 + src: 41 + "https://github.com/mirage/index/releases/download/1.6.2/index-1.6.2.tbz" 42 + checksum: [ 43 + "sha256=9388835098a4ed44eeced070ed86855c049df12a98311d4980b9b724ecab8860" 44 + "sha512=2e3052aac2a3ee4190e5cbc914d37904d589997463b22023d31e6b75e21d779342088324a9b42d1854bf7131f32f3e75f6f9cc2cb214d79dd2baa0b4cc2eaad3" 45 + ] 46 + } 47 + x-commit-hash: "5e64a4b6106b953de1180d8d87373b976216d637"
+59
packages/index/index.1.6.2/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Clement Pascutto" 3 + authors: [ 4 + "Craig Ferguson <craig@tarides.com>" 5 + "Thomas Gazagnaire <thomas@tarides.com>" 6 + "Ioana Cristescu <ioana@tarides.com>" 7 + "Clément Pascutto <clement@tarides.com>" 8 + ] 9 + license: "MIT" 10 + homepage: "https://github.com/mirage/index" 11 + bug-reports: "https://github.com/mirage/index/issues" 12 + dev-repo: "git+https://github.com/mirage/index.git" 13 + doc: "https://mirage.github.io/index/" 14 + 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + ["dune" "build" "-p" name "-j" jobs] 18 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 19 + ] 20 + 21 + depends: [ 22 + "ocaml" {>= "4.08.0"} 23 + "dune" {>= "2.7.0"} 24 + "optint" {>= "0.1.0"} 25 + "repr" {>= "0.6.0"} 26 + "ppx_repr" 27 + "fmt" {>= "0.8.5"} 28 + "logs" {>= "0.7.0"} 29 + "mtime" {>= "2.0.0"} 30 + "cmdliner" 31 + "progress" {>= "0.2.1"} 32 + "semaphore-compat" {>= "1.0.1"} 33 + "jsonm" 34 + "stdlib-shims" 35 + "alcotest" {with-test} 36 + "crowbar" {with-test & >= "0.2"} 37 + "re" {with-test} 38 + "lru" {>= "0.3.0"} 39 + ] 40 + synopsis: "A platform-agnostic multi-level index for OCaml" 41 + description:""" 42 + Index is a scalable implementation of persistent indices in OCaml. 43 + 44 + It takes an arbitrary IO implementation and user-supplied content 45 + types and supplies a standard key-value interface for persistent 46 + storage. Index provides instance sharing: each OCaml 47 + run-time can share a common singleton instance. 48 + 49 + Index supports multiple-reader/single-writer access. Concurrent access 50 + is safely managed using lock files.""" 51 + url { 52 + src: 53 + "https://github.com/mirage/index/releases/download/1.6.2/index-1.6.2.tbz" 54 + checksum: [ 55 + "sha256=9388835098a4ed44eeced070ed86855c049df12a98311d4980b9b724ecab8860" 56 + "sha512=2e3052aac2a3ee4190e5cbc914d37904d589997463b22023d31e6b75e21d779342088324a9b42d1854bf7131f32f3e75f6f9cc2cb214d79dd2baa0b4cc2eaad3" 57 + ] 58 + } 59 + x-commit-hash: "5e64a4b6106b953de1180d8d87373b976216d637"
+37
packages/jasmin/jasmin.2022.09.3/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Compiler for High-Assurance and High-Speed Cryptography" 3 + description: """ 4 + Jasmin is a workbench for high-assurance and high-speed cryptography. Jasmin 5 + implementations aim at being efficient, safe, correct, and secure. 6 + """ 7 + maintainer: "Jean-Christophe Léchenet <jean-christophe.lechenet@inria.fr>" 8 + author: "Jasmin authors and contributors" 9 + license: "MIT" 10 + homepage: "https://github.com/jasmin-lang/jasmin" 11 + bug-reports: "https://github.com/jasmin-lang/jasmin/issues" 12 + dev-repo: "git+https://github.com/jasmin-lang/jasmin.git" 13 + 14 + depends: [ 15 + "ocaml" {>= "4.08.0" & build} 16 + "batteries" {>= "3.4.0"} 17 + "menhir" {>= "20160825" & build} 18 + "menhirLib" 19 + "camlidl" 20 + "zarith" {>= "1.9.0"} 21 + "apron" {>= "v0.9.12"} 22 + "conf-ppl" 23 + "yojson" {>= "1.6.0"} 24 + "ocamlbuild" { build } 25 + "ocamlfind" { build } 26 + ] 27 + build: [ 28 + [make "-C" "compiler" "build"] 29 + ] 30 + install: [ 31 + ["mkdir" "-p" "%{prefix}%/bin"] 32 + ["cp" "compiler/_build/entry/jasminc.native" "%{prefix}%/bin/jasminc"] 33 + ] 34 + url { 35 + src: "https://github.com/jasmin-lang/jasmin/releases/download/v2022.09.3/jasmin-compiler-v2022.09.3.tar.bz2" 36 + checksum: "sha256=0822d4177183790ad622eaf5bded7d5af78d88e47fea44555ae53bc2f9971868" 37 + }
+63
packages/lacaml/lacaml.11.0.10/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Lacaml - OCaml-bindings to BLAS and LAPACK" 3 + description: """ 4 + Lacaml interfaces the BLAS-library (Basic Linear Algebra Subroutines) and 5 + LAPACK-library (Linear Algebra routines). It also contains many additional 6 + convenience functions for vectors and matrices.""" 7 + maintainer: [ 8 + "Markus Mottl <markus.mottl@gmail.com>" 9 + "Christophe Troestler <Christophe.Troestler@umons.ac.be>" 10 + ] 11 + authors: [ 12 + "Egbert Ammicht <eammicht@lucent.com>" 13 + "Patrick Cousot <Patrick.Cousot@ens.fr>" 14 + "Sam Ehrlichman <sehrlichman@janestreet.com>" 15 + "Florent Hoareau <h.florent@gmail.com>" 16 + "Markus Mottl <markus.mottl@gmail.com>" 17 + "Liam Stewart <liam@cs.toronto.edu>" 18 + "Christophe Troestler <Christophe.Troestler@umons.ac.be>" 19 + "Oleg Trott <ot14@columbia.edu>" 20 + "Martin Willensdorfer <ma.wi@gmx.at>" 21 + ] 22 + license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 23 + tags: ["clib:lapack" "clib:blas"] 24 + homepage: "https://mmottl.github.io/lacaml" 25 + doc: "https://mmottl.github.io/lacaml/api" 26 + bug-reports: "https://github.com/mmottl/lacaml/issues" 27 + depends: [ 28 + "dune" {>= "2.7"} 29 + "ocaml" {>= "4.08"} 30 + "dune-configurator" 31 + "conf-blas" {build} 32 + "conf-lapack" {build} 33 + "base-bytes" 34 + "base-bigarray" 35 + "odoc" {with-doc} 36 + ] 37 + build: [ 38 + ["dune" "subst"] {dev} 39 + [ 40 + "dune" 41 + "build" 42 + "-p" 43 + name 44 + "-j" 45 + jobs 46 + "@install" 47 + "@runtest" {with-test} 48 + "@doc" {with-doc} 49 + ] 50 + ] 51 + conflicts: [ 52 + "ocaml-option-bytecode-only" 53 + ] 54 + dev-repo: "git+https://github.com/mmottl/lacaml.git" 55 + url { 56 + src: 57 + "https://github.com/mmottl/lacaml/releases/download/11.0.10/lacaml-11.0.10.tbz" 58 + checksum: [ 59 + "sha256=560e87977d6ed5bbe1d217d653d7aaa08f29199b78621a4645fdee97787e4899" 60 + "sha512=bda36434ca85590921761ce230fb5fcde2ee2dc5ffa0fe1e5fa26e1457fee98fbc905d008dc759e4182c9d3fffef5a28e27239074ba1f36b6e18edf997e45db2" 61 + ] 62 + } 63 + x-commit-hash: "8cfabf76de647c3e1004dd8c924be1bce5a132a3"
+1 -1
packages/logs-syslog/logs-syslog.0.2.0/opam
··· 12 12 "dune" {>= "1.1.0"} 13 13 "logs" 14 14 "ptime" 15 - "syslog-message" {>= "1.0.0"} 15 + "syslog-message" {>= "1.0.0" & < "1.2.0"} 16 16 ] 17 17 18 18 depopts: [
+1 -1
packages/logs-syslog/logs-syslog.0.2.1/opam
··· 12 12 "dune" {>= "1.1.0"} 13 13 "logs" 14 14 "ptime" 15 - "syslog-message" {>= "1.0.0"} 15 + "syslog-message" {>= "1.0.0" & < "1.2.0"} 16 16 ] 17 17 18 18 depopts: [
+1 -1
packages/logs-syslog/logs-syslog.0.2.2/opam
··· 12 12 "dune" {>= "1.1.0"} 13 13 "logs" 14 14 "ptime" 15 - "syslog-message" {>= "1.0.0"} 15 + "syslog-message" {>= "1.0.0" & < "1.2.0"} 16 16 ] 17 17 18 18 depopts: [
+1 -1
packages/logs-syslog/logs-syslog.0.3.0/opam
··· 12 12 "dune" {>= "1.1.0"} 13 13 "logs" 14 14 "ptime" 15 - "syslog-message" {>= "1.0.0"} 15 + "syslog-message" {>= "1.0.0" & < "1.2.0"} 16 16 ] 17 17 18 18 depopts: [
+1 -1
packages/logs-syslog/logs-syslog.0.3.1/opam
··· 12 12 "dune" {>= "1.1.0"} 13 13 "logs" 14 14 "ptime" 15 - "syslog-message" {>= "1.0.0"} 15 + "syslog-message" {>= "1.0.0" & < "1.2.0"} 16 16 ] 17 17 18 18 depopts: [
+1 -1
packages/logs-syslog/logs-syslog.0.3.2/opam
··· 12 12 "dune" {>= "1.1.0"} 13 13 "logs" {>= "0.5.0"} 14 14 "ptime" 15 - "syslog-message" {>= "1.0.0"} 15 + "syslog-message" {>= "1.0.0" & < "1.2.0"} 16 16 ] 17 17 18 18 depopts: [
+54
packages/logs-syslog/logs-syslog.0.4.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Hannes Mehnert <hannes@mehnert.org>" 3 + authors: ["Hannes Mehnert <hannes@mehnert.org>"] 4 + homepage: "https://github.com/hannesm/logs-syslog" 5 + doc: "https://hannesm.github.io/logs-syslog/doc" 6 + dev-repo: "git+https://github.com/hannesm/logs-syslog.git" 7 + bug-reports: "https://github.com/hannesm/logs-syslog/issues" 8 + license: "ISC" 9 + 10 + depends: [ 11 + "ocaml" {>= "4.03.0"} 12 + "dune" {>= "1.1.0"} 13 + "logs" {>= "0.5.0"} 14 + "ptime" 15 + "syslog-message" {>= "1.0.0"} 16 + ] 17 + 18 + depopts: [ 19 + "lwt" 20 + "x509" "tls-lwt" "tls-mirage" "cstruct" 21 + "mirage-kv" 22 + "mirage-clock" "ipaddr" "tcpip" 23 + ] 24 + 25 + conflicts: [ 26 + "mirage-kv" {< "3.0.0"} 27 + "mirage-clock" {< "3.0.0"} 28 + "tcpip" {< "7.0.0"} 29 + ] 30 + 31 + build: [ 32 + ["dune" "subst"] {dev} 33 + [ "dune" "build" "-p" name "-j" jobs ] 34 + ] 35 + 36 + synopsis: "Logs reporter to syslog (UDP/TCP/TLS)" 37 + description: """ 38 + This library provides log reporters using syslog over various transports (UDP, 39 + TCP, TLS) with various effectful layers: Unix, Lwt, MirageOS. It integrates the 40 + [Logs](http://erratique.ch/software/logs) library, which provides logging 41 + infrastructure for OCaml, with the 42 + [syslog-message](http://verbosemo.de/syslog-message/) library, which provides 43 + encoding and decoding of syslog messages ([RFC 44 + 3164](https://tools.ietf.org/html/rfc3164)). 45 + """ 46 + url { 47 + src: 48 + "https://github.com/hannesm/logs-syslog/releases/download/v0.4.0/logs-syslog-0.4.0.tbz" 49 + checksum: [ 50 + "sha256=4eeb0d897d9c0f8aba6d38052b710dc72caaabb757bfa67c08bace0c87b8748a" 51 + "sha512=3d66e4bc5323513b6796c29755ebf632b58a01208b9d858580e4e1175b6b98291cacc97de8848cad9c9ff660450d681952b548db8612ee4713b3dd2e1fb24f74" 52 + ] 53 + } 54 + x-commit-hash: "5f060db27d26cdd0e09e1cfdb139cdd098f137ab"
+1 -1
packages/lwt_eio/lwt_eio.0.1/opam
··· 10 10 depends: [ 11 11 "ocaml" 12 12 "dune" {>= "2.9"} 13 - "eio" 13 + "eio" {< "0.10"} 14 14 "lwt" 15 15 "mdx" {>= "1.10.0" & with-test} 16 16 "eio_main" {with-test}
+48
packages/melange/melange.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Toolchain to produce JS from Reason/OCaml" 3 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 4 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 5 + license: "LGPL-2.1-or-later" 6 + homepage: "https://github.com/melange-re/melange" 7 + bug-reports: "https://github.com/melange-re/melange/issues" 8 + depends: [ 9 + "dune" {>= "3.8"} 10 + "ocaml" {>= "4.13.0"} 11 + "cmdliner" {>= "1.1.0"} 12 + "base64" {>= "3.1.0"} 13 + "dune-build-info" 14 + "cppo" {build} 15 + "ounit" {with-test} 16 + "reason" {with-test} 17 + "ppxlib" 18 + "menhir" 19 + "reactjs-jsx-ppx" {with-test} 20 + "odoc" {with-doc} 21 + ] 22 + available: arch != "x86_32" & arch != "arm32" 23 + conflicts: [ 24 + "ocaml-option-bytecode-only" 25 + ] 26 + build: [ 27 + ["dune" "subst"] {dev} 28 + [ 29 + "dune" 30 + "build" 31 + "-p" 32 + name 33 + "-j" 34 + jobs 35 + "@install" 36 + "@doc" {with-doc} 37 + ] 38 + ] 39 + dev-repo: "git+https://github.com/melange-re/melange.git" 40 + url { 41 + src: 42 + "https://github.com/melange-re/melange/releases/download/1.0.0/melange-1.0.0.tbz" 43 + checksum: [ 44 + "sha256=01ff3a2711b3812889313288f9e0c8bfe2e17464b6b85282c5113cfc3b740968" 45 + "sha512=db9ac4554d0c9a8deabbdcd2ae05653964184916982c746ca794df6e2061444adaa6a0367bc1840825a007be3941643abd824aaff737a431b0e5347f7c558378" 46 + ] 47 + } 48 + x-commit-hash: "c989a91761a9b1bcc8af80fb9653eab897360325"
+34
packages/merlin-lib/merlin-lib.4.9-414/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "defree@gmail.com" 3 + authors: "The Merlin team" 4 + homepage: "https://github.com/ocaml/merlin" 5 + bug-reports: "https://github.com/ocaml/merlin/issues" 6 + dev-repo: "git+https://github.com/ocaml/merlin.git" 7 + license: "MIT" 8 + build: [ 9 + ["dune" "subst"] {dev} 10 + ["dune" "build" "-p" name "-j" jobs] 11 + ] 12 + depends: [ 13 + "ocaml" {>= "4.14" & < "4.15"} 14 + "dune" {>= "2.9.0"} 15 + "csexp" {>= "1.5.1"} 16 + "menhir" {dev & >= "20201216"} 17 + "menhirLib" {dev & >= "20201216"} 18 + "menhirSdk" {dev & >= "20201216"} 19 + ] 20 + synopsis: 21 + "Merlin's libraries" 22 + description: 23 + "These libraries provides access to low-level compiler interfaces and the 24 + standard higher-level merlin protocol. The library is provided as-is, is not 25 + thoroughly documented, and its public API might break with any new release." 26 + url { 27 + src: 28 + "https://github.com/ocaml/merlin/releases/download/v4.9-414/merlin-4.9-414.tbz" 29 + checksum: [ 30 + "sha256=e23fc47813591269ff9d27c820988e520a662c89dd0af7ea652b21517499cbfd" 31 + "sha512=2199f963368597d10cc197e41ebb883f6a166018c9da3fe259c354550df41b713781003598a2fe5956b0a4ae96f8c07ba33831d3cf6f9d494b731944f87e491e" 32 + ] 33 + } 34 + x-commit-hash: "df75a4550704c113ac29505fd68ef9b7893d4bf5"
+34
packages/merlin-lib/merlin-lib.4.9-500/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "defree@gmail.com" 3 + authors: "The Merlin team" 4 + homepage: "https://github.com/ocaml/merlin" 5 + bug-reports: "https://github.com/ocaml/merlin/issues" 6 + dev-repo: "git+https://github.com/ocaml/merlin.git" 7 + license: "MIT" 8 + build: [ 9 + ["dune" "subst"] {dev} 10 + ["dune" "build" "-p" name "-j" jobs] 11 + ] 12 + depends: [ 13 + "ocaml" {>= "5.0" & < "5.1"} 14 + "dune" {>= "2.9.0"} 15 + "csexp" {>= "1.5.1"} 16 + "menhir" {dev & >= "20201216"} 17 + "menhirLib" {dev & >= "20201216"} 18 + "menhirSdk" {dev & >= "20201216"} 19 + ] 20 + synopsis: 21 + "Merlin's libraries" 22 + description: 23 + "These libraries provides access to low-level compiler interfaces and the 24 + standard higher-level merlin protocol. The library is provided as-is, is not 25 + thoroughly documented, and its public API might break with any new release." 26 + url { 27 + src: 28 + "https://github.com/ocaml/merlin/releases/download/v4.9-500/merlin-4.9-500.tbz" 29 + checksum: [ 30 + "sha256=b907c66b3a314f17251d28937e38e2fad289bfc30aa9174730f0ffc5f3199526" 31 + "sha512=0ce829da06439aed378a1548538a0ecc5b8caa72bffd3b9ff7b70643ff4281306ba7e6de5b00559f93a8e5f5a4ee54c7177257a66fa6a90262ff3c405795ae38" 32 + ] 33 + } 34 + x-commit-hash: "d203dd96b98079add79ae797ccec555c3b3750ac"
+34
packages/merlin-lib/merlin-lib.4.9-501preview/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "defree@gmail.com" 3 + authors: "The Merlin team" 4 + homepage: "https://github.com/ocaml/merlin" 5 + bug-reports: "https://github.com/ocaml/merlin/issues" 6 + dev-repo: "git+https://github.com/ocaml/merlin.git" 7 + license: "MIT" 8 + build: [ 9 + ["dune" "subst"] {dev} 10 + ["dune" "build" "-p" name "-j" jobs] 11 + ] 12 + depends: [ 13 + "ocaml" {>= "5.1" & < "5.2"} 14 + "dune" {>= "2.9.0"} 15 + "csexp" {>= "1.5.1"} 16 + "menhir" {dev & >= "20201216"} 17 + "menhirLib" {dev & >= "20201216"} 18 + "menhirSdk" {dev & >= "20201216"} 19 + ] 20 + synopsis: 21 + "Merlin's libraries" 22 + description: 23 + "These libraries provides access to low-level compiler interfaces and the 24 + standard higher-level merlin protocol. The library is provided as-is, is not 25 + thoroughly documented, and its public API might break with any new release." 26 + url { 27 + src: 28 + "https://github.com/ocaml/merlin/releases/download/v4.9-501preview/merlin-4.9-501preview.tbz" 29 + checksum: [ 30 + "sha256=815adb67854b611830646de59c6b10a827c53284a9bd0513585ee138d4818983" 31 + "sha512=a2c5af7b9240bc44ffe2dcfc60466598d6447dac4754fdc93e684c80c43bcbcb8f5e86e291423daccc986242c1558af1ffa70cd5973150bf2920bbd29b8f9533" 32 + ] 33 + } 34 + x-commit-hash: "d8eeaf265880340d6af4e04346d3b5ca318a0452"
+78
packages/merlin/merlin.4.9-414/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "defree@gmail.com" 3 + authors: "The Merlin team" 4 + homepage: "https://github.com/ocaml/merlin" 5 + bug-reports: "https://github.com/ocaml/merlin/issues" 6 + dev-repo: "git+https://github.com/ocaml/merlin.git" 7 + license: "MIT" 8 + build: [ 9 + ["dune" "subst"] {dev} 10 + ["dune" "build" "-p" name "-j" jobs] 11 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 12 + ] 13 + depends: [ 14 + "ocaml" {>= "4.14" & < "4.15"} 15 + "dune" {>= "2.9.0"} 16 + "merlin-lib" {= version} 17 + "dot-merlin-reader" {>= "4.9"} 18 + "yojson" {>= "2.0.0"} 19 + "conf-jq" {with-test} 20 + "ppxlib" {with-test} 21 + ] 22 + conflicts: [ 23 + "seq" {!= "base"} 24 + "base-effects" 25 + ] 26 + synopsis: 27 + "Editor helper, provides completion, typing and source browsing in Vim and Emacs" 28 + description: 29 + "Merlin is an assistant for editing OCaml code. It aims to provide the features available in modern IDEs: error reporting, auto completion, source browsing and much more." 30 + post-messages: [ 31 + "merlin installed. 32 + 33 + Quick setup for VIM 34 + ------------------- 35 + Append this to your .vimrc to add merlin to vim's runtime-path: 36 + let g:opamshare = substitute(system('opam var share'),'\\n$','','''') 37 + execute \"set rtp+=\" . g:opamshare . \"/merlin/vim\" 38 + 39 + Also run the following line in vim to index the documentation: 40 + :execute \"helptags \" . g:opamshare . \"/merlin/vim/doc\" 41 + 42 + Quick setup for EMACS 43 + ------------------- 44 + Add opam emacs directory to your load-path by appending this to your .emacs: 45 + (let ((opam-share (ignore-errors (car (process-lines \"opam\" \"var\" \"share\"))))) 46 + (when (and opam-share (file-directory-p opam-share)) 47 + ;; Register Merlin 48 + (add-to-list 'load-path (expand-file-name \"emacs/site-lisp\" opam-share)) 49 + (autoload 'merlin-mode \"merlin\" nil t nil) 50 + ;; Automatically start it in OCaml buffers 51 + (add-hook 'tuareg-mode-hook 'merlin-mode t) 52 + (add-hook 'caml-mode-hook 'merlin-mode t) 53 + ;; Use opam switch to lookup ocamlmerlin binary 54 + (setq merlin-command 'opam))) 55 + 56 + Take a look at https://github.com/ocaml/merlin for more information 57 + 58 + Quick setup with opam-user-setup 59 + -------------------------------- 60 + 61 + Opam-user-setup support Merlin. 62 + 63 + $ opam user-setup install 64 + 65 + should take care of basic setup. 66 + See https://github.com/OCamlPro/opam-user-setup 67 + " 68 + {success & !user-setup:installed} 69 + ] 70 + url { 71 + src: 72 + "https://github.com/ocaml/merlin/releases/download/v4.9-414/merlin-4.9-414.tbz" 73 + checksum: [ 74 + "sha256=e23fc47813591269ff9d27c820988e520a662c89dd0af7ea652b21517499cbfd" 75 + "sha512=2199f963368597d10cc197e41ebb883f6a166018c9da3fe259c354550df41b713781003598a2fe5956b0a4ae96f8c07ba33831d3cf6f9d494b731944f87e491e" 76 + ] 77 + } 78 + x-commit-hash: "df75a4550704c113ac29505fd68ef9b7893d4bf5"
+78
packages/merlin/merlin.4.9-500/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "defree@gmail.com" 3 + authors: "The Merlin team" 4 + homepage: "https://github.com/ocaml/merlin" 5 + bug-reports: "https://github.com/ocaml/merlin/issues" 6 + dev-repo: "git+https://github.com/ocaml/merlin.git" 7 + license: "MIT" 8 + build: [ 9 + ["dune" "subst"] {dev} 10 + ["dune" "build" "-p" name "-j" jobs] 11 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 12 + ] 13 + depends: [ 14 + "ocaml" {>= "5.0" & < "5.1"} 15 + "dune" {>= "2.9.0"} 16 + "merlin-lib" {= version} 17 + "dot-merlin-reader" {>= "4.9"} 18 + "yojson" {>= "2.0.0"} 19 + "conf-jq" {with-test} 20 + "ppxlib" {with-test} 21 + ] 22 + conflicts: [ 23 + "seq" {!= "base"} 24 + "base-effects" 25 + ] 26 + synopsis: 27 + "Editor helper, provides completion, typing and source browsing in Vim and Emacs" 28 + description: 29 + "Merlin is an assistant for editing OCaml code. It aims to provide the features available in modern IDEs: error reporting, auto completion, source browsing and much more." 30 + post-messages: [ 31 + "merlin installed. 32 + 33 + Quick setup for VIM 34 + ------------------- 35 + Append this to your .vimrc to add merlin to vim's runtime-path: 36 + let g:opamshare = substitute(system('opam var share'),'\\n$','','''') 37 + execute \"set rtp+=\" . g:opamshare . \"/merlin/vim\" 38 + 39 + Also run the following line in vim to index the documentation: 40 + :execute \"helptags \" . g:opamshare . \"/merlin/vim/doc\" 41 + 42 + Quick setup for EMACS 43 + ------------------- 44 + Add opam emacs directory to your load-path by appending this to your .emacs: 45 + (let ((opam-share (ignore-errors (car (process-lines \"opam\" \"var\" \"share\"))))) 46 + (when (and opam-share (file-directory-p opam-share)) 47 + ;; Register Merlin 48 + (add-to-list 'load-path (expand-file-name \"emacs/site-lisp\" opam-share)) 49 + (autoload 'merlin-mode \"merlin\" nil t nil) 50 + ;; Automatically start it in OCaml buffers 51 + (add-hook 'tuareg-mode-hook 'merlin-mode t) 52 + (add-hook 'caml-mode-hook 'merlin-mode t) 53 + ;; Use opam switch to lookup ocamlmerlin binary 54 + (setq merlin-command 'opam))) 55 + 56 + Take a look at https://github.com/ocaml/merlin for more information 57 + 58 + Quick setup with opam-user-setup 59 + -------------------------------- 60 + 61 + Opam-user-setup support Merlin. 62 + 63 + $ opam user-setup install 64 + 65 + should take care of basic setup. 66 + See https://github.com/OCamlPro/opam-user-setup 67 + " 68 + {success & !user-setup:installed} 69 + ] 70 + url { 71 + src: 72 + "https://github.com/ocaml/merlin/releases/download/v4.9-500/merlin-4.9-500.tbz" 73 + checksum: [ 74 + "sha256=b907c66b3a314f17251d28937e38e2fad289bfc30aa9174730f0ffc5f3199526" 75 + "sha512=0ce829da06439aed378a1548538a0ecc5b8caa72bffd3b9ff7b70643ff4281306ba7e6de5b00559f93a8e5f5a4ee54c7177257a66fa6a90262ff3c405795ae38" 76 + ] 77 + } 78 + x-commit-hash: "d203dd96b98079add79ae797ccec555c3b3750ac"
+78
packages/merlin/merlin.4.9-501preview/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "defree@gmail.com" 3 + authors: "The Merlin team" 4 + homepage: "https://github.com/ocaml/merlin" 5 + bug-reports: "https://github.com/ocaml/merlin/issues" 6 + dev-repo: "git+https://github.com/ocaml/merlin.git" 7 + license: "MIT" 8 + build: [ 9 + ["dune" "subst"] {dev} 10 + ["dune" "build" "-p" name "-j" jobs] 11 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 12 + ] 13 + depends: [ 14 + "ocaml" {>= "5.1" & < "5.2"} 15 + "dune" {>= "2.9.0"} 16 + "merlin-lib" {= version} 17 + "dot-merlin-reader" {>= "4.9"} 18 + "yojson" {>= "2.0.0"} 19 + "conf-jq" {with-test} 20 + "ppxlib" {with-test} 21 + ] 22 + conflicts: [ 23 + "seq" {!= "base"} 24 + "base-effects" 25 + ] 26 + synopsis: 27 + "Editor helper, provides completion, typing and source browsing in Vim and Emacs" 28 + description: 29 + "Merlin is an assistant for editing OCaml code. It aims to provide the features available in modern IDEs: error reporting, auto completion, source browsing and much more." 30 + post-messages: [ 31 + "merlin installed. 32 + 33 + Quick setup for VIM 34 + ------------------- 35 + Append this to your .vimrc to add merlin to vim's runtime-path: 36 + let g:opamshare = substitute(system('opam var share'),'\\n$','','''') 37 + execute \"set rtp+=\" . g:opamshare . \"/merlin/vim\" 38 + 39 + Also run the following line in vim to index the documentation: 40 + :execute \"helptags \" . g:opamshare . \"/merlin/vim/doc\" 41 + 42 + Quick setup for EMACS 43 + ------------------- 44 + Add opam emacs directory to your load-path by appending this to your .emacs: 45 + (let ((opam-share (ignore-errors (car (process-lines \"opam\" \"var\" \"share\"))))) 46 + (when (and opam-share (file-directory-p opam-share)) 47 + ;; Register Merlin 48 + (add-to-list 'load-path (expand-file-name \"emacs/site-lisp\" opam-share)) 49 + (autoload 'merlin-mode \"merlin\" nil t nil) 50 + ;; Automatically start it in OCaml buffers 51 + (add-hook 'tuareg-mode-hook 'merlin-mode t) 52 + (add-hook 'caml-mode-hook 'merlin-mode t) 53 + ;; Use opam switch to lookup ocamlmerlin binary 54 + (setq merlin-command 'opam))) 55 + 56 + Take a look at https://github.com/ocaml/merlin for more information 57 + 58 + Quick setup with opam-user-setup 59 + -------------------------------- 60 + 61 + Opam-user-setup support Merlin. 62 + 63 + $ opam user-setup install 64 + 65 + should take care of basic setup. 66 + See https://github.com/OCamlPro/opam-user-setup 67 + " 68 + {success & !user-setup:installed} 69 + ] 70 + url { 71 + src: 72 + "https://github.com/ocaml/merlin/releases/download/v4.9-501preview/merlin-4.9-501preview.tbz" 73 + checksum: [ 74 + "sha256=815adb67854b611830646de59c6b10a827c53284a9bd0513585ee138d4818983" 75 + "sha512=a2c5af7b9240bc44ffe2dcfc60466598d6447dac4754fdc93e684c80c43bcbcb8f5e86e291423daccc986242c1558af1ffa70cd5973150bf2920bbd29b8f9533" 76 + ] 77 + } 78 + x-commit-hash: "d8eeaf265880340d6af4e04346d3b5ca318a0452"
+1 -1
packages/mesh-triangle/mesh-triangle.0.9.5/opam
··· 11 11 ["dune" "build" "-p" name "-j" jobs] 12 12 ] 13 13 depends: [ 14 - "ocaml" {>= "4.03.0"} 14 + "ocaml" {>= "4.03.0" & < "5.0"} 15 15 "dune" 16 16 "base-bigarray" 17 17 "base-bytes"
+1 -1
packages/metrics-unix/metrics-unix.0.4.0/opam
··· 18 18 "dune" {>= "1.4"} 19 19 "uuidm" {>= "0.9.6"} 20 20 "metrics" {= version} 21 - "mtime" {>= "1.0.0" & < "1.4.0"} 21 + "mtime" {>= "1.0.0"} 22 22 "lwt" {>= "2.4.7"} 23 23 "metrics-lwt" {= version & with-test} 24 24 "conf-gnuplot"
+29
packages/monolith/monolith.20230604/opam
··· 1 + 2 + opam-version: "2.0" 3 + maintainer: "francois.pottier@inria.fr" 4 + authors: [ 5 + "François Pottier <francois.pottier@inria.fr>" 6 + ] 7 + homepage: "https://gitlab.inria.fr/fpottier/monolith" 8 + dev-repo: "git+https://gitlab.inria.fr/fpottier/monolith.git" 9 + bug-reports: "francois.pottier@inria.fr" 10 + license: "LGPL-3.0-or-later" 11 + build: [ 12 + ["dune" "build" "-p" name "-j" jobs] 13 + ] 14 + depends: [ 15 + "ocaml" { >= "4.08" } 16 + "dune" { >= "2.0" } 17 + "afl-persistent" { >= "1.3" } 18 + "pprint" { >= "20200410" } 19 + "seq" 20 + ] 21 + synopsis: "A framework for testing a library using afl-fuzz" 22 + url { 23 + src: 24 + "https://gitlab.inria.fr/fpottier/monolith/-/archive/20230604/archive.tar.gz" 25 + checksum: [ 26 + "md5=69c351419c24fc48f45164d7c053795b" 27 + "sha512=1012f468fb3f199fe2ba8ddc8f1ec74a6bb634f5dca76b1df33cbe12e7ab627e25d48b23aa4d9d376f5185a0ea85ab35ff0e6a190a0ae125466aa26557fc21b3" 28 + ] 29 + }
+1 -1
packages/mparser/mparser.1.2.1/opam
··· 6 6 dev-repo: "git://https://github.com/cakeplus/mparser" 7 7 bug-reports: "https://github.com/cakeplus/mparser/issues" 8 8 depends: [ 9 - "ocaml" 9 + "ocaml" {< "5.0"} 10 10 "base-bytes" 11 11 "ocamlfind" {build} 12 12 "ocamlbuild" {build}
+5 -1
packages/nlopt-ocaml/nlopt-ocaml.0.4/opam
··· 8 8 ["ocaml" "setup.ml" "-build"] 9 9 ] 10 10 depends: [ 11 - "ocaml" {< "4.06.0"} 11 + "ocaml" {< "4.06.0" & < "5.0"} 12 12 "ocamlfind" 13 13 "ocamlbuild" {build} 14 14 "oasis" {build} 15 15 "conf-nlopt" 16 + ] 17 + conflicts: [ 18 + "base-nnp" 19 + "ocaml-option-nppchecker" 16 20 ] 17 21 install: ["ocaml" "setup.ml" "-install"] 18 22 synopsis: "OCaml bindings to the NLOpt optimization library"
+5 -1
packages/nlopt-ocaml/nlopt-ocaml.0.5.1/opam
··· 11 11 ["ocaml" "setup.ml" "-build"] 12 12 ] 13 13 depends: [ 14 - "ocaml" {>= "3.12"} 14 + "ocaml" {>= "3.12" & < "5.0"} 15 15 "ocamlfind" {build} 16 16 "ocamlbuild" {build} 17 17 "oasis" {build} 18 18 "conf-nlopt" 19 + ] 20 + conflicts: [ 21 + "base-nnp" 22 + "ocaml-option-nppchecker" 19 23 ] 20 24 x-ci-accept-failures: [ 21 25 "centos-7" # Too old.. NLopt-devel only has libnlopt_cxx
+5 -1
packages/nlopt-ocaml/nlopt-ocaml.0.5/opam
··· 8 8 ["ocaml" "setup.ml" "-build"] 9 9 ] 10 10 depends: [ 11 - "ocaml" {< "4.06.0"} 11 + "ocaml" {< "4.06.0" & < "5.0"} 12 12 "ocamlfind" 13 13 "ocamlbuild" {build} 14 14 "oasis" {build} 15 15 "conf-nlopt" 16 + ] 17 + conflicts: [ 18 + "base-nnp" 19 + "ocaml-option-nppchecker" 16 20 ] 17 21 install: ["ocaml" "setup.ml" "-install"] 18 22 synopsis: "OCaml bindings to the NLOpt optimization library"
+5 -1
packages/nlopt/nlopt.0.6.1/opam
··· 16 16 "@doc" {with-doc} 17 17 ] 18 18 depends: [ 19 - "ocaml" {>= "4.08"} 19 + "ocaml" {>= "4.08" & < "5.0"} 20 20 "dune" {>= "2.9"} 21 21 "conf-nlopt" 22 22 "odoc" {with-doc} 23 + ] 24 + conflicts: [ 25 + "base-nnp" 26 + "ocaml-option-nppchecker" 23 27 ] 24 28 url { 25 29 src: "https://github.com/mkur/nlopt-ocaml/archive/refs/tags/release-0.6.1.tar.gz"
+2 -2
packages/ocaml-base-compiler/ocaml-base-compiler.3.12.0/opam
··· 50 50 } 51 51 available: arch != "arm64" & arch != "arm32" & arch != "ppc64" 52 52 extra-source "alt-signal-stack.patch" { 53 - src: "https://github.com/ocaml/ocaml/commit/c90c2c8cf371faab293ff557868dfbda631518e7.patch" 54 - checksum: "sha256=598079968ca4073ee670300e70b1e8345c53442eab8ab18d10d222f367be2474" 53 + src: "https://github.com/ocaml/ocaml/commit/c90c2c8cf371faab293ff557868dfbda631518e7.patch?full_index=1" 54 + checksum: "sha256=2d0a94ee460ba5c3ea19f8641e17a64b40e521d3adc97707b248977fdef97c5d" 55 55 }
+2 -2
packages/ocaml-base-compiler/ocaml-base-compiler.3.12.1/opam
··· 43 43 available: arch != "arm64" & arch != "arm32" & arch != "ppc64" 44 44 patches: ["alt-signal-stack.patch"] 45 45 extra-source "alt-signal-stack.patch" { 46 - src: "https://github.com/ocaml/ocaml/commit/c90c2c8cf371faab293ff557868dfbda631518e7.patch" 47 - checksum: "sha256=598079968ca4073ee670300e70b1e8345c53442eab8ab18d10d222f367be2474" 46 + src: "https://github.com/ocaml/ocaml/commit/c90c2c8cf371faab293ff557868dfbda631518e7.patch?full_index=1" 47 + checksum: "sha256=2d0a94ee460ba5c3ea19f8641e17a64b40e521d3adc97707b248977fdef97c5d" 48 48 }
+2 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.00.0/opam
··· 36 36 extra-files: ["fix-gcc10.patch" "md5=eb8555e57846757138861e14d2665ed1"] 37 37 available: arch != "arm64" & arch != "ppc64" 38 38 extra-source "alt-signal-stack.patch" { 39 - src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch" 40 - checksum: "sha256=d69cda3080a56318e0fb7d3cfedeab300ed8df7ee15ce086620730104eea8e0a" 39 + src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch?full_index=1" 40 + checksum: "sha256=bb0e0e736ecc55c9f8cd8f74ca00a920bfe46e4200b82c5a45da952053b374da" 41 41 }
+2 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.00.1/opam
··· 45 45 extra-files: ["fix-gcc10.patch" "md5=eb8555e57846757138861e14d2665ed1"] 46 46 available: arch != "arm64" & arch != "ppc64" 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch" 49 - checksum: "sha256=d69cda3080a56318e0fb7d3cfedeab300ed8df7ee15ce086620730104eea8e0a" 48 + src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch?full_index=1" 49 + checksum: "sha256=bb0e0e736ecc55c9f8cd8f74ca00a920bfe46e4200b82c5a45da952053b374da" 50 50 }
+2 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.01.0/opam
··· 57 57 extra-files: ["fix-gcc10.patch" "md5=a5ee5f90499987223ca8c13896fa2c4c"] 58 58 available: arch != "arm64" & arch != "ppc64" 59 59 extra-source "alt-signal-stack.patch" { 60 - src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch" 61 - checksum: "sha256=f2842b946a954e5202bb35ca630536f076584cfa3efbcf62b36e7fb42117cc3d" 60 + src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch?full_index=1" 61 + checksum: "sha256=cadeb58478a5ca998fdfa54dc99fbb31235a0ce7689a740338a8fdb391e9b436" 62 62 }
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.4.02.0/opam
··· 50 50 ] 51 51 available: !(os = "macos" & arch = "arm64") & arch != "ppc64" 52 52 extra-source "alt-signal-stack.patch" { 53 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 54 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 53 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 54 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 55 55 } 56 56 extra-source "gpr1330.patch" { 57 - src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch" 58 - checksum: "sha256=8856c05677a7d58e0c161c964dcf00ea4a86ab656a99de9ec4d94170fd902745" 57 + src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch?full_index=1" 58 + checksum: "sha256=594d4dd6c192fe77e9fc025674b51e3de74d70326b2e750a249a09eeded68716" 59 59 }
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.4.02.1/opam
··· 50 50 ] 51 51 available: !(os = "macos" & arch = "arm64") & arch != "ppc64" 52 52 extra-source "alt-signal-stack.patch" { 53 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 54 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 53 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 54 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 55 55 } 56 56 extra-source "gpr1330.patch" { 57 - src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch" 58 - checksum: "sha256=8856c05677a7d58e0c161c964dcf00ea4a86ab656a99de9ec4d94170fd902745" 57 + src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch?full_index=1" 58 + checksum: "sha256=594d4dd6c192fe77e9fc025674b51e3de74d70326b2e750a249a09eeded68716" 59 59 } 60 60
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.4.02.2/opam
··· 50 50 ] 51 51 available: !(os = "macos" & arch = "arm64") & arch != "ppc64" 52 52 extra-source "alt-signal-stack.patch" { 53 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 54 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 53 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 54 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 55 55 } 56 56 extra-source "gpr1330.patch" { 57 - src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch" 58 - checksum: "sha256=8856c05677a7d58e0c161c964dcf00ea4a86ab656a99de9ec4d94170fd902745" 57 + src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch?full_index=1" 58 + checksum: "sha256=594d4dd6c192fe77e9fc025674b51e3de74d70326b2e750a249a09eeded68716" 59 59 } 60 60
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.4.02.3/opam
··· 49 49 ] 50 50 available: !(os = "macos" & arch = "arm64") & arch != "ppc64" 51 51 extra-source "alt-signal-stack.patch" { 52 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 53 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 52 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 53 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 54 54 } 55 55 extra-source "gpr1330.patch" { 56 - src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch" 57 - checksum: "sha256=8856c05677a7d58e0c161c964dcf00ea4a86ab656a99de9ec4d94170fd902745" 56 + src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch?full_index=1" 57 + checksum: "sha256=594d4dd6c192fe77e9fc025674b51e3de74d70326b2e750a249a09eeded68716" 58 58 } 59 59
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.4.03.0/opam
··· 49 49 ] 50 50 available: !(os = "macos" & arch = "arm64") 51 51 extra-source "alt-signal-stack.patch" { 52 - src: "https://github.com/ocaml/ocaml/commit/a8b2cc3b40f5269ce8525164ec2a63b35722b22b.patch" 53 - checksum: "sha256=db21341fae44be2f9a429985d3c2849e1d87a883ed456ea74a076145bb2d1482" 52 + src: "https://github.com/ocaml/ocaml/commit/a8b2cc3b40f5269ce8525164ec2a63b35722b22b.patch?full_index=1" 53 + checksum: "sha256=dea675165192cbac93aa89e43e22ad47f7e99b5ba118f27ad7e1846aa7a2a8d4" 54 54 } 55 55 extra-source "gpr1330.patch" { 56 - src: "https://github.com/ocaml/ocaml/commit/c204f07bfb20174f9e1c9ff586fb7b2f42b8bf18.patch" 57 - checksum: "sha256=a26be6793dff23a03ea9ab464b94eef802c2d08161de563564f6dd77e9f8bc6f" 56 + src: "https://github.com/ocaml/ocaml/commit/c204f07bfb20174f9e1c9ff586fb7b2f42b8bf18.patch?full_index=1" 57 + checksum: "sha256=a82eee28f3d10161010283267322c5779fcb7077ead14287d7b9e436ac16b730" 58 58 }
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.4.04.0/opam
··· 49 49 ] 50 50 available: !(os = "macos" & arch = "arm64") 51 51 extra-source "alt-signal-stack.patch" { 52 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 53 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 52 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 53 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 54 54 } 55 55 extra-source "gpr1330.patch" { 56 - src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch" 57 - checksum: "sha256=78f6fc49d1210d66db104ce10bcb4b55cfd84fe4adefdbb7af0310bd58baf51f" 56 + src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch?full_index=1" 57 + checksum: "sha256=ba3e0b48250e66a08eef0a5162bfdea2e20e3cdefd098ee38f345ae8e8175ff4" 58 58 }
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.4.04.1/opam
··· 49 49 ] 50 50 available: !(os = "macos" & arch = "arm64") 51 51 extra-source "alt-signal-stack.patch" { 52 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 53 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 52 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 53 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 54 54 } 55 55 extra-source "gpr1330.patch" { 56 - src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch" 57 - checksum: "sha256=78f6fc49d1210d66db104ce10bcb4b55cfd84fe4adefdbb7af0310bd58baf51f" 56 + src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch?full_index=1" 57 + checksum: "sha256=ba3e0b48250e66a08eef0a5162bfdea2e20e3cdefd098ee38f345ae8e8175ff4" 58 58 }
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.4.04.2/opam
··· 49 49 ] 50 50 available: !(os = "macos" & arch = "arm64") 51 51 extra-source "alt-signal-stack.patch" { 52 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 53 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 52 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 53 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 54 54 } 55 55 extra-source "gpr1330.patch" { 56 - src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch" 57 - checksum: "sha256=78f6fc49d1210d66db104ce10bcb4b55cfd84fe4adefdbb7af0310bd58baf51f" 56 + src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch?full_index=1" 57 + checksum: "sha256=ba3e0b48250e66a08eef0a5162bfdea2e20e3cdefd098ee38f345ae8e8175ff4" 58 58 }
+4 -4
packages/ocaml-base-compiler/ocaml-base-compiler.4.05.0/opam
··· 49 49 ] 50 50 available: !(os = "macos" & arch = "arm64") 51 51 extra-source "alt-signal-stack.patch" { 52 - src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch" 53 - checksum: "sha256=b4feab3494104d2da017ae46aaf5257d3f87fee60cfedcf022f40b23f3a40127" 52 + src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch?full_index=1" 53 + checksum: "sha256=22f9244e4d91c2a939594b79c41707acd75a4fc7c63feb0cb5528b43949844f8" 54 54 } 55 55 extra-source "gpr1330.patch" { 56 - src: "https://github.com/ocaml/ocaml/commit/b00000c6679804731692362b0baac27fa3fddfd5.patch" 57 - checksum: "sha256=6971ca549352fc56be9cb4fe37e19bdc5ed871c013a5e394658c946aa54ed51c" 56 + src: "https://github.com/ocaml/ocaml/commit/b00000c6679804731692362b0baac27fa3fddfd5.patch?full_index=1" 57 + checksum: "sha256=e319f67b687499b7bdc3511eee0046dff7d81678c4d6fe4c760494d25c66af3e" 58 58 }
+2 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.06.0/opam
··· 47 47 extra-files: [ ["fix-gcc10.patch" "md5=c9198adfe0c9d8e7e299b4f4fef5dfc5"] ] 48 48 available: !(os = "macos" & arch = "arm64") 49 49 extra-source "alt-signal-stack.patch" { 50 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 51 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 50 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 51 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 52 52 }
+2 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.06.1/opam
··· 47 47 extra-files: [ ["fix-gcc10.patch" "md5=171b510547baa777839b2ad50608a3ee"] ] 48 48 available: !(os = "macos" & arch = "arm64") 49 49 extra-source "alt-signal-stack.patch" { 50 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 51 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 50 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 51 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 52 52 }
+2 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.07.0/opam
··· 56 56 extra-files: [ ["fix-gcc10.patch" "md5=b054fa6b6651763edc8e16b6bc4c58f6"] ] 57 57 available: !(os = "macos" & arch = "arm64") 58 58 extra-source "alt-signal-stack.patch" { 59 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 60 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 59 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 60 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 61 61 }
+2 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.07.1/opam
··· 56 56 extra-files: [ ["fix-gcc10.patch" "md5=7f467849e5a4714f49a11517b187184f"] ] 57 57 available: !(os = "macos" & arch = "arm64") 58 58 extra-source "alt-signal-stack.patch" { 59 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 60 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 59 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 60 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 61 61 }
+2 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.08.0/opam
··· 47 47 ] 48 48 available: !(os = "macos" & arch = "arm64") 49 49 extra-source "alt-signal-stack.patch" { 50 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 51 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 50 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 51 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 52 52 }
+2 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.08.1/opam
··· 47 47 ] 48 48 available: !(os = "macos" & arch = "arm64") 49 49 extra-source "alt-signal-stack.patch" { 50 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 51 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 50 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 51 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 52 52 }
+2 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.09.0/opam
··· 47 47 ] 48 48 available: !(os = "macos" & arch = "arm64") 49 49 extra-source "alt-signal-stack.patch" { 50 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 51 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 50 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 51 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 52 52 }
+2 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.09.1/opam
··· 47 47 available: !(os = "macos" & arch = "arm64") 48 48 patches: ["alt-signal-stack.patch" "0001-Re-generate-configure.patch"] 49 49 extra-source "alt-signal-stack.patch" { 50 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 51 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 50 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 51 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 52 52 }
+2 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.10.0/opam
··· 44 44 available: !(os = "macos" & arch = "arm64") 45 45 patches: ["alt-signal-stack.patch"] 46 46 extra-source "alt-signal-stack.patch" { 47 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 48 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 47 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 48 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 49 49 }
+2 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.10.1/opam
··· 44 44 available: !(os = "macos" & arch = "arm64") 45 45 patches: ["alt-signal-stack.patch"] 46 46 extra-source "alt-signal-stack.patch" { 47 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 48 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 47 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 48 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 49 49 }
+2 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.10.2/opam
··· 43 43 ] 44 44 patches: ["alt-signal-stack.patch"] 45 45 extra-source "alt-signal-stack.patch" { 46 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 47 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 46 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 47 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 48 48 }
+2 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.11.0/opam
··· 44 44 available: !(os = "macos" & arch = "arm64") 45 45 patches: ["alt-signal-stack.patch"] 46 46 extra-source "alt-signal-stack.patch" { 47 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 48 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 47 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 48 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 49 49 }
+2 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.11.1/opam
··· 44 44 available: !(os = "macos" & arch = "arm64") 45 45 patches: ["alt-signal-stack.patch"] 46 46 extra-source "alt-signal-stack.patch" { 47 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 48 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 47 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 48 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 49 49 }
+2 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.11.2/opam
··· 44 44 available: !(os = "macos" & arch = "arm64") 45 45 patches: ["alt-signal-stack.patch"] 46 46 extra-source "alt-signal-stack.patch" { 47 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 48 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 47 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 48 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 49 49 }
+2 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.12.0/opam
··· 43 43 ] 44 44 patches: ["alt-signal-stack.patch"] 45 45 extra-source "alt-signal-stack.patch" { 46 - src: "https://github.com/ocaml/ocaml/commit/1eeb0e7fe595f5f9e1ea1edbdf785ff3b49feeeb.patch" 47 - checksum: "sha256=59de25b95409c1927c4b607fb4b1218ff7623fca45474448c8e114a42853e3ad" 46 + src: "https://github.com/ocaml/ocaml/commit/1eeb0e7fe595f5f9e1ea1edbdf785ff3b49feeeb.patch?full_index=1" 47 + checksum: "sha256=7b23f163461d1ca7305a132edc5f014d5dc0d2b1027a34292043c7a3d1d43db9" 48 48 }
+2 -2
packages/ocaml-base-compiler/ocaml-base-compiler.4.12.1/opam
··· 43 43 ] 44 44 patches: ["alt-signal-stack.patch"] 45 45 extra-source "alt-signal-stack.patch" { 46 - src: "https://github.com/ocaml/ocaml/commit/1eeb0e7fe595f5f9e1ea1edbdf785ff3b49feeeb.patch" 47 - checksum: "sha256=59de25b95409c1927c4b607fb4b1218ff7623fca45474448c8e114a42853e3ad" 46 + src: "https://github.com/ocaml/ocaml/commit/1eeb0e7fe595f5f9e1ea1edbdf785ff3b49feeeb.patch?full_index=1" 47 + checksum: "sha256=7b23f163461d1ca7305a132edc5f014d5dc0d2b1027a34292043c7a3d1d43db9" 48 48 }
+1
packages/ocaml-base-compiler/ocaml-base-compiler.5.1.0~alpha2/files/ocaml-base-compiler.install
··· 1 + share_root: ["config.cache" {"ocaml/config.cache"}]
+47
packages/ocaml-base-compiler/ocaml-base-compiler.5.1.0~alpha2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Second alpha release of OCaml 5.1.0" 3 + maintainer: "platform@lists.ocaml.org" 4 + license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 5 + authors: "Xavier Leroy and many contributors" 6 + homepage: "https://ocaml.org" 7 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 8 + dev-repo: "git+https://github.com/ocaml/ocaml#5.1" 9 + depends: [ 10 + "ocaml" {= "5.1.0" & post} 11 + "base-unix" {post} 12 + "base-bigarray" {post} 13 + "base-threads" {post} 14 + "base-domains" {post} 15 + "base-nnp" {post} 16 + "ocaml-options-vanilla" {post} 17 + "ocaml-beta" {opam-version < "2.1.0"} 18 + ] 19 + conflict-class: "ocaml-core-compiler" 20 + flags: [ compiler avoid-version ] 21 + setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 22 + build: [ 23 + [ 24 + "./configure" 25 + "--prefix=%{prefix}%" 26 + "--docdir=%{doc}%/ocaml" 27 + "-C" 28 + "CC=cc" {os = "openbsd" | os = "macos"} 29 + "ASPP=cc -c" {os = "openbsd" | os = "macos"} 30 + ] 31 + [make "-j%{jobs}%"] 32 + ] 33 + install: [make "install"] 34 + url { 35 + src: "https://github.com/ocaml/ocaml/archive/5.1.0-alpha2.tar.gz" 36 + checksum: "sha256=c2cf241f79d1f3582de95fabc5d74a042aba61d37717517a0a587809422b9c07" 37 + } 38 + extra-files: ["ocaml-base-compiler.install" "md5=3e969b841df1f51ca448e6e6295cb451"] 39 + post-messages: [ 40 + "A failure in the middle of the build may be caused by build parallelism 41 + (enabled by default). 42 + Please file a bug report at https://github.com/ocaml/opam-repository/issues" 43 + {failure & jobs > 1} 44 + "You can try installing again including --jobs=1 45 + to force a sequential build instead." 46 + {failure & jobs > 1 & opam-version >= "2.0.5"} 47 + ]
+17
packages/ocaml-option-nnpchecker/ocaml-option-nnpchecker.1/opam
··· 1 1 opam-version: "2.0" 2 2 synopsis: "Set OCaml to be compiled with --enable-naked-pointers-checker" 3 + description: """ 4 + This package can be used to run OCaml packages with the check for 5 + 'naked pointers' enabled. A naked pointer is a pointer outside the OCaml heap 6 + without a valid header, which is valid in OCaml 4.x, but forbidden in the 7 + multicore OCaml 5.x runtime. The nnpchecker prints warnings to standard 8 + error with the address that contains the naked pointer, the naked pointer 9 + and the reason why the warning was raised. 10 + See [https://discuss.ocaml.org/t/ann-a-dynamic-checker-for-detecting-naked-pointers/5805] 11 + for more details on the operation of the naked pointer checker. 12 + 13 + By convention, the opam repository adds conflicts to OCaml packages that 14 + violate the naked pointer rule. This means that if you install this package, 15 + you can find the subset of packages that _are_ compatible with OCaml 5. 16 + If you spot any violations of the nnpchecker on packages, then please consider 17 + submitting a pull request to the ocaml/opam-repository that adds a conflict 18 + against the violating package against this one. 19 + """ 3 20 depends: [ 4 21 "ocaml-variants" {post & ((>= "4.12.0~" & arch = "x86_64") | >= "4.14.0~") & < "5.0.0~~"} 5 22 ]
+1 -6
packages/ocaml-options-vanilla/ocaml-options-vanilla.1/opam
··· 8 8 conflicts: [ 9 9 "ocaml-option-32bit" 10 10 "ocaml-option-afl" 11 - "ocaml-option-bytecode-only" 12 - {ocaml-system:version < "5" | 13 - ocaml-base-compiler:version < "5" | 14 - ocaml-variants:version < "5" | 15 - arch = "arm64" | 16 - arch = "x86_64" } 11 + "ocaml-option-bytecode-only" {arch = "arm64" | arch = "x86_64" } 17 12 "ocaml-option-default-unsafe-string" 18 13 "ocaml-option-flambda" 19 14 "ocaml-option-fp"
+2 -2
packages/ocaml-secondary-compiler/ocaml-secondary-compiler.4.08.1-1/opam
··· 32 32 ["fix-gcc10.patch" "md5=17ecd696a8f5647a4c543280599f6974"] 33 33 ] 34 34 extra-source "alt-signal-stack.patch" { 35 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 36 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 35 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 36 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 37 37 } 38 38 patches: [ 39 39 "0001-Don-t-build-manpages-for-stdlib-docs.patch"
+2 -2
packages/ocaml-secondary-compiler/ocaml-secondary-compiler.4.08.1/opam
··· 31 31 ["fix-gcc10.patch" "md5=17ecd696a8f5647a4c543280599f6974"] 32 32 ] 33 33 extra-source "alt-signal-stack.patch" { 34 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 35 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 34 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 35 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 36 36 } 37 37 patches: [ 38 38 "0001-Don-t-build-manpages-for-stdlib-docs.patch"
+2 -2
packages/ocaml-variants/ocaml-variants.4.00.0+debug-runtime/opam
··· 54 54 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.00" 55 55 patches: ["alt-signal-stack.patch"] 56 56 extra-source "alt-signal-stack.patch" { 57 - src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch" 58 - checksum: "sha256=d69cda3080a56318e0fb7d3cfedeab300ed8df7ee15ce086620730104eea8e0a" 57 + src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch?full_index=1" 58 + checksum: "sha256=bb0e0e736ecc55c9f8cd8f74ca00a920bfe46e4200b82c5a45da952053b374da" 59 59 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.00.1+BER/opam
··· 52 52 available: !(os = "macos" & arch = "arm64") 53 53 patches: ["alt-signal-stack.patch"] 54 54 extra-source "alt-signal-stack.patch" { 55 - src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch" 56 - checksum: "sha256=d69cda3080a56318e0fb7d3cfedeab300ed8df7ee15ce086620730104eea8e0a" 55 + src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch?full_index=1" 56 + checksum: "sha256=bb0e0e736ecc55c9f8cd8f74ca00a920bfe46e4200b82c5a45da952053b374da" 57 57 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.00.1+PIC/opam
··· 52 52 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.00" 53 53 patches: ["alt-signal-stack.patch"] 54 54 extra-source "alt-signal-stack.patch" { 55 - src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch" 56 - checksum: "sha256=d69cda3080a56318e0fb7d3cfedeab300ed8df7ee15ce086620730104eea8e0a" 55 + src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch?full_index=1" 56 + checksum: "sha256=bb0e0e736ecc55c9f8cd8f74ca00a920bfe46e4200b82c5a45da952053b374da" 57 57 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.00.1+debug-runtime/opam
··· 62 62 homepage: "https://ocaml.org" 63 63 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.00" 64 64 extra-source "alt-signal-stack.patch" { 65 - src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch" 66 - checksum: "sha256=d69cda3080a56318e0fb7d3cfedeab300ed8df7ee15ce086620730104eea8e0a" 65 + src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch?full_index=1" 66 + checksum: "sha256=bb0e0e736ecc55c9f8cd8f74ca00a920bfe46e4200b82c5a45da952053b374da" 67 67 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.00.1+mirage-unix/opam
··· 51 51 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.00" 52 52 patches: ["alt-signal-stack.patch"] 53 53 extra-source "alt-signal-stack.patch" { 54 - src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch" 55 - checksum: "sha256=d69cda3080a56318e0fb7d3cfedeab300ed8df7ee15ce086620730104eea8e0a" 54 + src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch?full_index=1" 55 + checksum: "sha256=bb0e0e736ecc55c9f8cd8f74ca00a920bfe46e4200b82c5a45da952053b374da" 56 56 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.00.1+mirage-xen/opam
··· 51 51 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.00" 52 52 patches: ["alt-signal-stack.patch"] 53 53 extra-source "alt-signal-stack.patch" { 54 - src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch" 55 - checksum: "sha256=d69cda3080a56318e0fb7d3cfedeab300ed8df7ee15ce086620730104eea8e0a" 54 + src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch?full_index=1" 55 + checksum: "sha256=bb0e0e736ecc55c9f8cd8f74ca00a920bfe46e4200b82c5a45da952053b374da" 56 56 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.00.1+open-types/opam
··· 43 43 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.00" 44 44 patches: ["alt-signal-stack.patch"] 45 45 extra-source "alt-signal-stack.patch" { 46 - src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch" 47 - checksum: "sha256=d69cda3080a56318e0fb7d3cfedeab300ed8df7ee15ce086620730104eea8e0a" 46 + src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch?full_index=1" 47 + checksum: "sha256=bb0e0e736ecc55c9f8cd8f74ca00a920bfe46e4200b82c5a45da952053b374da" 48 48 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.00.1+raspberrypi/opam
··· 32 32 } 33 33 extra-source "dc0776f55108a20dad5a9c06188545dc08dbf462.patch" { 34 34 src: 35 - "https://github.com/avsm/ocaml/commit/dc0776f55108a20dad5a9c06188545dc08dbf462.patch" 36 - checksum: "md5=630fe085f491f7215aa2161d4fa36852" 35 + "https://github.com/avsm/ocaml/commit/dc0776f55108a20dad5a9c06188545dc08dbf462.patch?full_index=1" 36 + checksum: "md5=233d09fd3be42232f129b8354a3dfe3b" 37 37 } 38 38 available: !(os = "macos" & arch = "arm64") 39 39 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" ··· 49 49 homepage: "https://ocaml.org" 50 50 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.00" 51 51 extra-source "alt-signal-stack.patch" { 52 - src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch" 53 - checksum: "sha256=d69cda3080a56318e0fb7d3cfedeab300ed8df7ee15ce086620730104eea8e0a" 52 + src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch?full_index=1" 53 + checksum: "sha256=bb0e0e736ecc55c9f8cd8f74ca00a920bfe46e4200b82c5a45da952053b374da" 54 54 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.00.1+short-types/opam
··· 42 42 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.00" 43 43 patches: ["alt-signal-stack.patch"] 44 44 extra-source "alt-signal-stack.patch" { 45 - src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch" 46 - checksum: "sha256=d69cda3080a56318e0fb7d3cfedeab300ed8df7ee15ce086620730104eea8e0a" 45 + src: "https://github.com/ocaml/ocaml/commit/60b0cdaf2519d881947af4175ac4c6ff68901be3.patch?full_index=1" 46 + checksum: "sha256=bb0e0e736ecc55c9f8cd8f74ca00a920bfe46e4200b82c5a45da952053b374da" 47 47 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.01.0+32bit/opam
··· 66 66 homepage: "https://ocaml.org" 67 67 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.01" 68 68 extra-source "alt-signal-stack.patch" { 69 - src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch" 70 - checksum: "sha256=f2842b946a954e5202bb35ca630536f076584cfa3efbcf62b36e7fb42117cc3d" 69 + src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch?full_index=1" 70 + checksum: "sha256=cadeb58478a5ca998fdfa54dc99fbb31235a0ce7689a740338a8fdb391e9b436" 71 71 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.01.0+BER/opam
··· 59 59 } 60 60 available: !(os = "macos" & arch = "arm64") 61 61 extra-source "alt-signal-stack.patch" { 62 - src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch" 63 - checksum: "sha256=f2842b946a954e5202bb35ca630536f076584cfa3efbcf62b36e7fb42117cc3d" 62 + src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch?full_index=1" 63 + checksum: "sha256=cadeb58478a5ca998fdfa54dc99fbb31235a0ce7689a740338a8fdb391e9b436" 64 64 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.01.0+PIC/opam
··· 60 60 homepage: "https://ocaml.org" 61 61 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.01" 62 62 extra-source "alt-signal-stack.patch" { 63 - src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch" 64 - checksum: "sha256=f2842b946a954e5202bb35ca630536f076584cfa3efbcf62b36e7fb42117cc3d" 63 + src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch?full_index=1" 64 + checksum: "sha256=cadeb58478a5ca998fdfa54dc99fbb31235a0ce7689a740338a8fdb391e9b436" 65 65 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.01.0+armv6-freebsd/opam
··· 52 52 homepage: "https://ocaml.org" 53 53 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.01" 54 54 extra-source "alt-signal-stack.patch" { 55 - src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch" 56 - checksum: "sha256=f2842b946a954e5202bb35ca630536f076584cfa3efbcf62b36e7fb42117cc3d" 55 + src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch?full_index=1" 56 + checksum: "sha256=cadeb58478a5ca998fdfa54dc99fbb31235a0ce7689a740338a8fdb391e9b436" 57 57 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.01.0+fp/opam
··· 68 68 homepage: "https://ocaml.org" 69 69 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.01" 70 70 extra-source "alt-signal-stack.patch" { 71 - src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch" 72 - checksum: "sha256=f2842b946a954e5202bb35ca630536f076584cfa3efbcf62b36e7fb42117cc3d" 71 + src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch?full_index=1" 72 + checksum: "sha256=cadeb58478a5ca998fdfa54dc99fbb31235a0ce7689a740338a8fdb391e9b436" 73 73 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.01.0+lsb/opam
··· 82 82 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.01" 83 83 patches: ["alt-signal-stack.patch"] 84 84 extra-source "alt-signal-stack.patch" { 85 - src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch" 86 - checksum: "sha256=f2842b946a954e5202bb35ca630536f076584cfa3efbcf62b36e7fb42117cc3d" 85 + src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch?full_index=1" 86 + checksum: "sha256=cadeb58478a5ca998fdfa54dc99fbb31235a0ce7689a740338a8fdb391e9b436" 87 87 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.01.0+musl+static/opam
··· 65 65 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.01" 66 66 patches: ["alt-signal-stack.patch"] 67 67 extra-source "alt-signal-stack.patch" { 68 - src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch" 69 - checksum: "sha256=f2842b946a954e5202bb35ca630536f076584cfa3efbcf62b36e7fb42117cc3d" 68 + src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch?full_index=1" 69 + checksum: "sha256=cadeb58478a5ca998fdfa54dc99fbb31235a0ce7689a740338a8fdb391e9b436" 70 70 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.01.0+musl/opam
··· 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.01" 57 57 patches: ["alt-signal-stack.patch"] 58 58 extra-source "alt-signal-stack.patch" { 59 - src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch" 60 - checksum: "sha256=f2842b946a954e5202bb35ca630536f076584cfa3efbcf62b36e7fb42117cc3d" 59 + src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch?full_index=1" 60 + checksum: "sha256=cadeb58478a5ca998fdfa54dc99fbb31235a0ce7689a740338a8fdb391e9b436" 61 61 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.01.0+open-types/opam
··· 51 51 homepage: "https://ocaml.org" 52 52 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.01" 53 53 extra-source "alt-signal-stack.patch" { 54 - src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch" 55 - checksum: "sha256=f2842b946a954e5202bb35ca630536f076584cfa3efbcf62b36e7fb42117cc3d" 54 + src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch?full_index=1" 55 + checksum: "sha256=cadeb58478a5ca998fdfa54dc99fbb31235a0ce7689a740338a8fdb391e9b436" 56 56 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.01.0+profile/opam
··· 65 65 homepage: "https://ocaml.org" 66 66 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.01" 67 67 extra-source "alt-signal-stack.patch" { 68 - src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch" 69 - checksum: "sha256=f2842b946a954e5202bb35ca630536f076584cfa3efbcf62b36e7fb42117cc3d" 68 + src: "https://github.com/ocaml/ocaml/commit/d111407bf4ff71171598d30825c8e59ed5f75fd6.patch?full_index=1" 69 + checksum: "sha256=cadeb58478a5ca998fdfa54dc99fbb31235a0ce7689a740338a8fdb391e9b436" 70 70 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.02.0+PIC/opam
··· 53 53 homepage: "https://ocaml.org" 54 54 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.02" 55 55 extra-source "alt-signal-stack.patch" { 56 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 57 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 56 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 57 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 58 58 } 59 59 extra-source "gpr1330.patch" { 60 - src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch" 61 - checksum: "sha256=8856c05677a7d58e0c161c964dcf00ea4a86ab656a99de9ec4d94170fd902745" 60 + src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch?full_index=1" 61 + checksum: "sha256=594d4dd6c192fe77e9fc025674b51e3de74d70326b2e750a249a09eeded68716" 62 62 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.02.0+improved-errors/opam
··· 52 52 homepage: "https://ocaml.org" 53 53 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.02" 54 54 extra-source "alt-signal-stack.patch" { 55 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 56 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 55 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 56 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 57 57 } 58 58 extra-source "gpr1330.patch" { 59 - src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch" 60 - checksum: "sha256=8856c05677a7d58e0c161c964dcf00ea4a86ab656a99de9ec4d94170fd902745" 59 + src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch?full_index=1" 60 + checksum: "sha256=594d4dd6c192fe77e9fc025674b51e3de74d70326b2e750a249a09eeded68716" 61 61 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.02.1+32bit/opam
··· 73 73 homepage: "https://ocaml.org" 74 74 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.02" 75 75 extra-source "alt-signal-stack.patch" { 76 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 77 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 76 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 77 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 78 78 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.02.1+BER/opam
··· 50 50 extra-files: [ ["fix-gcc10.patch" "md5=4afa0ebb0a06b65e95e4906e1dced628"] ] 51 51 available: !(os = "macos" & arch = "arm64") 52 52 extra-source "alt-signal-stack.patch" { 53 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 54 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 53 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 54 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 55 55 } 56 56 extra-source "gpr1330.patch" { 57 - src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch" 58 - checksum: "sha256=8856c05677a7d58e0c161c964dcf00ea4a86ab656a99de9ec4d94170fd902745" 57 + src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch?full_index=1" 58 + checksum: "sha256=594d4dd6c192fe77e9fc025674b51e3de74d70326b2e750a249a09eeded68716" 59 59 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.02.1+PIC/opam
··· 53 53 homepage: "https://ocaml.org" 54 54 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.02" 55 55 extra-source "alt-signal-stack.patch" { 56 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 57 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 56 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 57 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 58 58 } 59 59 extra-source "gpr1330.patch" { 60 - src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch" 61 - checksum: "sha256=8856c05677a7d58e0c161c964dcf00ea4a86ab656a99de9ec4d94170fd902745" 60 + src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch?full_index=1" 61 + checksum: "sha256=594d4dd6c192fe77e9fc025674b51e3de74d70326b2e750a249a09eeded68716" 62 62 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.02.1+fp/opam
··· 61 61 homepage: "https://ocaml.org" 62 62 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.02" 63 63 extra-source "alt-signal-stack.patch" { 64 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 65 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 64 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 65 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 66 66 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.02.1+modular-implicits-ber/opam
··· 39 39 extra-files: [ ["fix-gcc10.patch" "md5=4afa0ebb0a06b65e95e4906e1dced628"] ] 40 40 available: !(os = "macos" & arch = "arm64") 41 41 extra-source "alt-signal-stack.patch" { 42 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 43 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 42 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 43 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 44 44 } 45 45 extra-source "gpr1330.patch" { 46 - src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch" 47 - checksum: "sha256=8856c05677a7d58e0c161c964dcf00ea4a86ab656a99de9ec4d94170fd902745" 46 + src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch?full_index=1" 47 + checksum: "sha256=594d4dd6c192fe77e9fc025674b51e3de74d70326b2e750a249a09eeded68716" 48 48 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.02.1+modular-implicits/opam
··· 50 50 homepage: "https://ocaml.org" 51 51 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.02" 52 52 extra-source "alt-signal-stack.patch" { 53 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 54 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 53 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 54 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 55 55 } 56 56 extra-source "gpr1330.patch" { 57 - src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch" 58 - checksum: "sha256=8856c05677a7d58e0c161c964dcf00ea4a86ab656a99de9ec4d94170fd902745" 57 + src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch?full_index=1" 58 + checksum: "sha256=594d4dd6c192fe77e9fc025674b51e3de74d70326b2e750a249a09eeded68716" 59 59 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.02.1+musl+static/opam
··· 65 65 homepage: "https://ocaml.org" 66 66 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.02" 67 67 extra-source "alt-signal-stack.patch" { 68 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 69 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 68 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 69 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 70 70 } 71 71 extra-source "gpr1330.patch" { 72 - src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch" 73 - checksum: "sha256=8856c05677a7d58e0c161c964dcf00ea4a86ab656a99de9ec4d94170fd902745" 72 + src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch?full_index=1" 73 + checksum: "sha256=594d4dd6c192fe77e9fc025674b51e3de74d70326b2e750a249a09eeded68716" 74 74 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.02.1+musl/opam
··· 56 56 homepage: "https://ocaml.org" 57 57 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.02" 58 58 extra-source "alt-signal-stack.patch" { 59 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 60 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 59 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 60 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 61 61 } 62 62 extra-source "gpr1330.patch" { 63 - src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch" 64 - checksum: "sha256=8856c05677a7d58e0c161c964dcf00ea4a86ab656a99de9ec4d94170fd902745" 63 + src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch?full_index=1" 64 + checksum: "sha256=594d4dd6c192fe77e9fc025674b51e3de74d70326b2e750a249a09eeded68716" 65 65 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.02.2+improved-errors/opam
··· 56 56 patches: ["fix-gcc10.patch" "alt-signal-stack.patch" "gpr1330.patch"] 57 57 extra-files: [ ["fix-gcc10.patch" "md5=4afa0ebb0a06b65e95e4906e1dced628"] ] 58 58 extra-source "alt-signal-stack.patch" { 59 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 60 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 59 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 60 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 61 61 } 62 62 extra-source "gpr1330.patch" { 63 - src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch" 64 - checksum: "sha256=8856c05677a7d58e0c161c964dcf00ea4a86ab656a99de9ec4d94170fd902745" 63 + src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch?full_index=1" 64 + checksum: "sha256=594d4dd6c192fe77e9fc025674b51e3de74d70326b2e750a249a09eeded68716" 65 65 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.02.3+32bit/opam
··· 74 74 homepage: "https://ocaml.org" 75 75 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.02" 76 76 extra-source "alt-signal-stack.patch" { 77 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 78 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 77 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 78 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 79 79 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.02.3+PIC/opam
··· 53 53 homepage: "https://ocaml.org" 54 54 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.02" 55 55 extra-source "alt-signal-stack.patch" { 56 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 57 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 56 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 57 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 58 58 } 59 59 extra-source "gpr1330.patch" { 60 - src: "https://github.com/ocaml/ocaml/commit/c204f07bfb20174f9e1c9ff586fb7b2f42b8bf18.patch" 61 - checksum: "sha256=a26be6793dff23a03ea9ab464b94eef802c2d08161de563564f6dd77e9f8bc6f" 60 + src: "https://github.com/ocaml/ocaml/commit/c204f07bfb20174f9e1c9ff586fb7b2f42b8bf18.patch?full_index=1" 61 + checksum: "sha256=a82eee28f3d10161010283267322c5779fcb7077ead14287d7b9e436ac16b730" 62 62 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.02.3+buckle-1/opam
··· 58 58 homepage: "https://ocaml.org" 59 59 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.02" 60 60 extra-source "alt-signal-stack.patch" { 61 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 62 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 61 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 62 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 63 63 } 64 64 extra-source "gpr1330.patch" { 65 - src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch" 66 - checksum: "sha256=8856c05677a7d58e0c161c964dcf00ea4a86ab656a99de9ec4d94170fd902745" 65 + src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch?full_index=1" 66 + checksum: "sha256=594d4dd6c192fe77e9fc025674b51e3de74d70326b2e750a249a09eeded68716" 67 67 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.02.3+buckle-master/opam
··· 57 57 patches: ["fix-gcc10.patch" "alt-signal-stack.patch" "gpr1330.patch"] 58 58 extra-files: [ ["fix-gcc10.patch" "md5=4516183897da9033f49dd291fa198b8c"] ] 59 59 extra-source "alt-signal-stack.patch" { 60 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 61 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 60 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 61 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 62 62 } 63 63 extra-source "gpr1330.patch" { 64 - src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch" 65 - checksum: "sha256=8856c05677a7d58e0c161c964dcf00ea4a86ab656a99de9ec4d94170fd902745" 64 + src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch?full_index=1" 65 + checksum: "sha256=594d4dd6c192fe77e9fc025674b51e3de74d70326b2e750a249a09eeded68716" 66 66 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.02.3+bytecode-only/opam
··· 54 54 homepage: "https://ocaml.org" 55 55 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.02" 56 56 extra-source "alt-signal-stack.patch" { 57 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 58 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 57 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 58 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 59 59 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.02.3+curried-constr/opam
··· 122 122 homepage: "https://ocaml.org" 123 123 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.02" 124 124 extra-source "alt-signal-stack.patch" { 125 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 126 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 125 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 126 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 127 127 } 128 128 extra-source "gpr1330.patch" { 129 - src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch" 130 - checksum: "sha256=8856c05677a7d58e0c161c964dcf00ea4a86ab656a99de9ec4d94170fd902745" 129 + src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch?full_index=1" 130 + checksum: "sha256=594d4dd6c192fe77e9fc025674b51e3de74d70326b2e750a249a09eeded68716" 131 131 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.02.3+fp/opam
··· 61 61 homepage: "https://ocaml.org" 62 62 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.02" 63 63 extra-source "alt-signal-stack.patch" { 64 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 65 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 64 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 65 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 66 66 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.02.3+musl+static/opam
··· 65 65 homepage: "https://ocaml.org" 66 66 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.02" 67 67 extra-source "alt-signal-stack.patch" { 68 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 69 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 68 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 69 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 70 70 } 71 71 extra-source "gpr1330.patch" { 72 - src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch" 73 - checksum: "sha256=8856c05677a7d58e0c161c964dcf00ea4a86ab656a99de9ec4d94170fd902745" 72 + src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch?full_index=1" 73 + checksum: "sha256=594d4dd6c192fe77e9fc025674b51e3de74d70326b2e750a249a09eeded68716" 74 74 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.02.3+musl/opam
··· 56 56 homepage: "https://ocaml.org" 57 57 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.02" 58 58 extra-source "alt-signal-stack.patch" { 59 - src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch" 60 - checksum: "sha256=7c8eb7554b35c64d21210406589e16dd1b991651c662230784e5ba9a5f5ce1e3" 59 + src: "https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1" 60 + checksum: "sha256=91841447cc2d11ebe67a078ace677a18f06432ebf15c4c6d5a09e04b67dd041a" 61 61 } 62 62 extra-source "gpr1330.patch" { 63 - src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch" 64 - checksum: "sha256=8856c05677a7d58e0c161c964dcf00ea4a86ab656a99de9ec4d94170fd902745" 63 + src: "https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch?full_index=1" 64 + checksum: "sha256=594d4dd6c192fe77e9fc025674b51e3de74d70326b2e750a249a09eeded68716" 65 65 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.03.0+32bit/opam
··· 73 73 homepage: "https://ocaml.org" 74 74 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.03" 75 75 extra-source "alt-signal-stack.patch" { 76 - src: "https://github.com/ocaml/ocaml/commit/a8b2cc3b40f5269ce8525164ec2a63b35722b22b.patch" 77 - checksum: "sha256=db21341fae44be2f9a429985d3c2849e1d87a883ed456ea74a076145bb2d1482" 76 + src: "https://github.com/ocaml/ocaml/commit/a8b2cc3b40f5269ce8525164ec2a63b35722b22b.patch?full_index=1" 77 + checksum: "sha256=dea675165192cbac93aa89e43e22ad47f7e99b5ba118f27ad7e1846aa7a2a8d4" 78 78 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.03.0+fPIC/opam
··· 52 52 homepage: "https://ocaml.org" 53 53 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.03" 54 54 extra-source "alt-signal-stack.patch" { 55 - src: "https://github.com/ocaml/ocaml/commit/a8b2cc3b40f5269ce8525164ec2a63b35722b22b.patch" 56 - checksum: "sha256=db21341fae44be2f9a429985d3c2849e1d87a883ed456ea74a076145bb2d1482" 55 + src: "https://github.com/ocaml/ocaml/commit/a8b2cc3b40f5269ce8525164ec2a63b35722b22b.patch?full_index=1" 56 + checksum: "sha256=dea675165192cbac93aa89e43e22ad47f7e99b5ba118f27ad7e1846aa7a2a8d4" 57 57 } 58 58 extra-source "gpr1330.patch" { 59 - src: "https://github.com/ocaml/ocaml/commit/c204f07bfb20174f9e1c9ff586fb7b2f42b8bf18.patch" 60 - checksum: "sha256=a26be6793dff23a03ea9ab464b94eef802c2d08161de563564f6dd77e9f8bc6f" 59 + src: "https://github.com/ocaml/ocaml/commit/c204f07bfb20174f9e1c9ff586fb7b2f42b8bf18.patch?full_index=1" 60 + checksum: "sha256=a82eee28f3d10161010283267322c5779fcb7077ead14287d7b9e436ac16b730" 61 61 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.03.0+flambda/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.03" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/a8b2cc3b40f5269ce8525164ec2a63b35722b22b.patch" 59 - checksum: "sha256=db21341fae44be2f9a429985d3c2849e1d87a883ed456ea74a076145bb2d1482" 58 + src: "https://github.com/ocaml/ocaml/commit/a8b2cc3b40f5269ce8525164ec2a63b35722b22b.patch?full_index=1" 59 + checksum: "sha256=dea675165192cbac93aa89e43e22ad47f7e99b5ba118f27ad7e1846aa7a2a8d4" 60 60 } 61 61 extra-source "gpr1330.patch" { 62 - src: "https://github.com/ocaml/ocaml/commit/c204f07bfb20174f9e1c9ff586fb7b2f42b8bf18.patch" 63 - checksum: "sha256=a26be6793dff23a03ea9ab464b94eef802c2d08161de563564f6dd77e9f8bc6f" 62 + src: "https://github.com/ocaml/ocaml/commit/c204f07bfb20174f9e1c9ff586fb7b2f42b8bf18.patch?full_index=1" 63 + checksum: "sha256=a82eee28f3d10161010283267322c5779fcb7077ead14287d7b9e436ac16b730" 64 64 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.03.0+fp+flambda/opam
··· 62 62 homepage: "https://ocaml.org" 63 63 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.03" 64 64 extra-source "alt-signal-stack.patch" { 65 - src: "https://github.com/ocaml/ocaml/commit/a8b2cc3b40f5269ce8525164ec2a63b35722b22b.patch" 66 - checksum: "sha256=db21341fae44be2f9a429985d3c2849e1d87a883ed456ea74a076145bb2d1482" 65 + src: "https://github.com/ocaml/ocaml/commit/a8b2cc3b40f5269ce8525164ec2a63b35722b22b.patch?full_index=1" 66 + checksum: "sha256=dea675165192cbac93aa89e43e22ad47f7e99b5ba118f27ad7e1846aa7a2a8d4" 67 67 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.03.0+fp/opam
··· 60 60 homepage: "https://ocaml.org" 61 61 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.03" 62 62 extra-source "alt-signal-stack.patch" { 63 - src: "https://github.com/ocaml/ocaml/commit/a8b2cc3b40f5269ce8525164ec2a63b35722b22b.patch" 64 - checksum: "sha256=db21341fae44be2f9a429985d3c2849e1d87a883ed456ea74a076145bb2d1482" 63 + src: "https://github.com/ocaml/ocaml/commit/a8b2cc3b40f5269ce8525164ec2a63b35722b22b.patch?full_index=1" 64 + checksum: "sha256=dea675165192cbac93aa89e43e22ad47f7e99b5ba118f27ad7e1846aa7a2a8d4" 65 65 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.03.0+statistical-memprof/opam
··· 54 54 homepage: "https://ocaml.org" 55 55 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.03" 56 56 extra-source "alt-signal-stack.patch" { 57 - src: "https://github.com/ocaml/ocaml/commit/a8b2cc3b40f5269ce8525164ec2a63b35722b22b.patch" 58 - checksum: "sha256=db21341fae44be2f9a429985d3c2849e1d87a883ed456ea74a076145bb2d1482" 57 + src: "https://github.com/ocaml/ocaml/commit/a8b2cc3b40f5269ce8525164ec2a63b35722b22b.patch?full_index=1" 58 + checksum: "sha256=dea675165192cbac93aa89e43e22ad47f7e99b5ba118f27ad7e1846aa7a2a8d4" 59 59 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.04.0+32bit/opam
··· 73 73 homepage: "https://ocaml.org" 74 74 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 75 75 extra-source "alt-signal-stack.patch" { 76 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 77 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 76 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 77 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 78 78 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.04.0+BER/opam
··· 51 51 extra-files: [ ["fix-gcc10.patch" "md5=8b0606a5733be21ee8ae2a19ce67059e"] ] 52 52 available: !(os = "macos" & arch = "arm64") 53 53 extra-source "alt-signal-stack.patch" { 54 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 55 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 54 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 55 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 56 56 } 57 57 extra-source "gpr1330.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch" 59 - checksum: "sha256=78f6fc49d1210d66db104ce10bcb4b55cfd84fe4adefdbb7af0310bd58baf51f" 58 + src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch?full_index=1" 59 + checksum: "sha256=ba3e0b48250e66a08eef0a5162bfdea2e20e3cdefd098ee38f345ae8e8175ff4" 60 60 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.04.0+afl/opam
··· 54 54 homepage: "https://ocaml.org" 55 55 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 56 56 extra-source "alt-signal-stack.patch" { 57 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 58 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 57 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 58 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 59 59 } 60 60 extra-source "gpr1330.patch" { 61 - src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch" 62 - checksum: "sha256=78f6fc49d1210d66db104ce10bcb4b55cfd84fe4adefdbb7af0310bd58baf51f" 61 + src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch?full_index=1" 62 + checksum: "sha256=ba3e0b48250e66a08eef0a5162bfdea2e20e3cdefd098ee38f345ae8e8175ff4" 63 63 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.04.0+bytecode-only/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 59 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 58 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 59 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 60 60 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.04.0+fPIC/opam
··· 52 52 homepage: "https://ocaml.org" 53 53 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 54 54 extra-source "alt-signal-stack.patch" { 55 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 56 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 55 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 56 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 57 57 } 58 58 extra-source "gpr1330.patch" { 59 - src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch" 60 - checksum: "sha256=78f6fc49d1210d66db104ce10bcb4b55cfd84fe4adefdbb7af0310bd58baf51f" 59 + src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch?full_index=1" 60 + checksum: "sha256=ba3e0b48250e66a08eef0a5162bfdea2e20e3cdefd098ee38f345ae8e8175ff4" 61 61 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.04.0+flambda/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 59 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 58 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 59 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 60 60 } 61 61 extra-source "gpr1330.patch" { 62 - src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch" 63 - checksum: "sha256=78f6fc49d1210d66db104ce10bcb4b55cfd84fe4adefdbb7af0310bd58baf51f" 62 + src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch?full_index=1" 63 + checksum: "sha256=ba3e0b48250e66a08eef0a5162bfdea2e20e3cdefd098ee38f345ae8e8175ff4" 64 64 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.04.0+fp+flambda/opam
··· 62 62 homepage: "https://ocaml.org" 63 63 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 64 64 extra-source "alt-signal-stack.patch" { 65 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 66 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 65 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 66 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 67 67 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.04.0+fp/opam
··· 60 60 homepage: "https://ocaml.org" 61 61 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 62 62 extra-source "alt-signal-stack.patch" { 63 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 64 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 63 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 64 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 65 65 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.04.0+safe-string/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 59 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 58 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 59 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 60 60 } 61 61 extra-source "gpr1330.patch" { 62 - src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch" 63 - checksum: "sha256=78f6fc49d1210d66db104ce10bcb4b55cfd84fe4adefdbb7af0310bd58baf51f" 62 + src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch?full_index=1" 63 + checksum: "sha256=ba3e0b48250e66a08eef0a5162bfdea2e20e3cdefd098ee38f345ae8e8175ff4" 64 64 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.04.0+spacetime/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 59 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 58 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 59 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 60 60 } 61 61 extra-source "gpr1330.patch" { 62 - src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch" 63 - checksum: "sha256=78f6fc49d1210d66db104ce10bcb4b55cfd84fe4adefdbb7af0310bd58baf51f" 62 + src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch?full_index=1" 63 + checksum: "sha256=ba3e0b48250e66a08eef0a5162bfdea2e20e3cdefd098ee38f345ae8e8175ff4" 64 64 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.04.1+32bit/opam
··· 73 73 homepage: "https://ocaml.org" 74 74 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 75 75 extra-source "alt-signal-stack.patch" { 76 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 77 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 76 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 77 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 78 78 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.04.1+bytecode-only/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 59 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 58 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 59 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 60 60 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.04.1+copatterns/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 59 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 58 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 59 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 60 60 } 61 61 extra-source "gpr1330.patch" { 62 - src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch" 63 - checksum: "sha256=78f6fc49d1210d66db104ce10bcb4b55cfd84fe4adefdbb7af0310bd58baf51f" 62 + src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch?full_index=1" 63 + checksum: "sha256=ba3e0b48250e66a08eef0a5162bfdea2e20e3cdefd098ee38f345ae8e8175ff4" 64 64 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.04.1+fPIC/opam
··· 52 52 homepage: "https://ocaml.org" 53 53 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 54 54 extra-source "alt-signal-stack.patch" { 55 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 56 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 55 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 56 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 57 57 } 58 58 extra-source "gpr1330.patch" { 59 - src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch" 60 - checksum: "sha256=78f6fc49d1210d66db104ce10bcb4b55cfd84fe4adefdbb7af0310bd58baf51f" 59 + src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch?full_index=1" 60 + checksum: "sha256=ba3e0b48250e66a08eef0a5162bfdea2e20e3cdefd098ee38f345ae8e8175ff4" 61 61 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.04.1+flambda/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 59 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 58 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 59 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 60 60 } 61 61 extra-source "gpr1330.patch" { 62 - src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch" 63 - checksum: "sha256=78f6fc49d1210d66db104ce10bcb4b55cfd84fe4adefdbb7af0310bd58baf51f" 62 + src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch?full_index=1" 63 + checksum: "sha256=ba3e0b48250e66a08eef0a5162bfdea2e20e3cdefd098ee38f345ae8e8175ff4" 64 64 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.04.1+fp+flambda/opam
··· 62 62 homepage: "https://ocaml.org" 63 63 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 64 64 extra-source "alt-signal-stack.patch" { 65 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 66 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 65 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 66 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 67 67 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.04.1+fp/opam
··· 60 60 homepage: "https://ocaml.org" 61 61 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 62 62 extra-source "alt-signal-stack.patch" { 63 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 64 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 63 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 64 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 65 65 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.04.1+safe-string/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 59 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 58 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 59 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 60 60 } 61 61 extra-source "gpr1330.patch" { 62 - src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch" 63 - checksum: "sha256=78f6fc49d1210d66db104ce10bcb4b55cfd84fe4adefdbb7af0310bd58baf51f" 62 + src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch?full_index=1" 63 + checksum: "sha256=ba3e0b48250e66a08eef0a5162bfdea2e20e3cdefd098ee38f345ae8e8175ff4" 64 64 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.04.1+spacetime/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 59 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 58 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 59 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 60 60 } 61 61 extra-source "gpr1330.patch" { 62 - src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch" 63 - checksum: "sha256=78f6fc49d1210d66db104ce10bcb4b55cfd84fe4adefdbb7af0310bd58baf51f" 62 + src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch?full_index=1" 63 + checksum: "sha256=ba3e0b48250e66a08eef0a5162bfdea2e20e3cdefd098ee38f345ae8e8175ff4" 64 64 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.04.2+32bit/opam
··· 73 73 homepage: "https://ocaml.org" 74 74 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 75 75 extra-source "alt-signal-stack.patch" { 76 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 77 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 76 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 77 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 78 78 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.04.2+bytecode-only/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 59 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 58 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 59 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 60 60 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.04.2+fPIC/opam
··· 52 52 homepage: "https://ocaml.org" 53 53 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 54 54 extra-source "alt-signal-stack.patch" { 55 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 56 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 55 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 56 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 57 57 } 58 58 extra-source "gpr1330.patch" { 59 - src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch" 60 - checksum: "sha256=78f6fc49d1210d66db104ce10bcb4b55cfd84fe4adefdbb7af0310bd58baf51f" 59 + src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch?full_index=1" 60 + checksum: "sha256=ba3e0b48250e66a08eef0a5162bfdea2e20e3cdefd098ee38f345ae8e8175ff4" 61 61 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.04.2+flambda/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 59 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 58 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 59 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 60 60 } 61 61 extra-source "gpr1330.patch" { 62 - src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch" 63 - checksum: "sha256=78f6fc49d1210d66db104ce10bcb4b55cfd84fe4adefdbb7af0310bd58baf51f" 62 + src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch?full_index=1" 63 + checksum: "sha256=ba3e0b48250e66a08eef0a5162bfdea2e20e3cdefd098ee38f345ae8e8175ff4" 64 64 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.04.2+fp+flambda/opam
··· 62 62 homepage: "https://ocaml.org" 63 63 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 64 64 extra-source "alt-signal-stack.patch" { 65 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 66 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 65 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 66 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 67 67 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.04.2+fp/opam
··· 60 60 homepage: "https://ocaml.org" 61 61 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 62 62 extra-source "alt-signal-stack.patch" { 63 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 64 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 63 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 64 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 65 65 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.04.2+safe-string/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 59 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 58 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 59 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 60 60 } 61 61 extra-source "gpr1330.patch" { 62 - src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch" 63 - checksum: "sha256=78f6fc49d1210d66db104ce10bcb4b55cfd84fe4adefdbb7af0310bd58baf51f" 62 + src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch?full_index=1" 63 + checksum: "sha256=ba3e0b48250e66a08eef0a5162bfdea2e20e3cdefd098ee38f345ae8e8175ff4" 64 64 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.04.2+spacetime/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 59 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 58 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 59 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 60 60 } 61 61 extra-source "gpr1330.patch" { 62 - src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch" 63 - checksum: "sha256=78f6fc49d1210d66db104ce10bcb4b55cfd84fe4adefdbb7af0310bd58baf51f" 62 + src: "https://github.com/ocaml/ocaml/commit/db11f141a0e35c7fbaec419a33c4c39d199e2635.patch?full_index=1" 63 + checksum: "sha256=ba3e0b48250e66a08eef0a5162bfdea2e20e3cdefd098ee38f345ae8e8175ff4" 64 64 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.04.2+statistical-memprof/opam
··· 58 58 homepage: "https://ocaml.org" 59 59 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.04" 60 60 extra-source "alt-signal-stack.patch" { 61 - src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch" 62 - checksum: "sha256=81820e9caefabab28563730b992905a8afea74158d46b65ab1c355fe425642fa" 61 + src: "https://github.com/ocaml/ocaml/commit/6bcff7e6ce1a43e088469278eb3a9341e6a2ca5b.patch?full_index=1" 62 + checksum: "sha256=dc1e56a04f557c751c7e09b8d70247181842cfd99f235eff6e4d143c9d892925" 63 63 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.05.0+32bit/opam
··· 73 73 homepage: "https://ocaml.org" 74 74 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.05" 75 75 extra-source "alt-signal-stack.patch" { 76 - src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch" 77 - checksum: "sha256=b4feab3494104d2da017ae46aaf5257d3f87fee60cfedcf022f40b23f3a40127" 76 + src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch?full_index=1" 77 + checksum: "sha256=22f9244e4d91c2a939594b79c41707acd75a4fc7c63feb0cb5528b43949844f8" 78 78 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.05.0+afl/opam
··· 54 54 homepage: "https://ocaml.org" 55 55 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.05" 56 56 extra-source "alt-signal-stack.patch" { 57 - src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch" 58 - checksum: "sha256=b4feab3494104d2da017ae46aaf5257d3f87fee60cfedcf022f40b23f3a40127" 57 + src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch?full_index=1" 58 + checksum: "sha256=22f9244e4d91c2a939594b79c41707acd75a4fc7c63feb0cb5528b43949844f8" 59 59 } 60 60 extra-source "gpr1330.patch" { 61 - src: "https://github.com/ocaml/ocaml/commit/b00000c6679804731692362b0baac27fa3fddfd5.patch" 62 - checksum: "sha256=6971ca549352fc56be9cb4fe37e19bdc5ed871c013a5e394658c946aa54ed51c" 61 + src: "https://github.com/ocaml/ocaml/commit/b00000c6679804731692362b0baac27fa3fddfd5.patch?full_index=1" 62 + checksum: "sha256=e319f67b687499b7bdc3511eee0046dff7d81678c4d6fe4c760494d25c66af3e" 63 63 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.05.0+bytecode-only/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.05" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch" 59 - checksum: "sha256=b4feab3494104d2da017ae46aaf5257d3f87fee60cfedcf022f40b23f3a40127" 58 + src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch?full_index=1" 59 + checksum: "sha256=22f9244e4d91c2a939594b79c41707acd75a4fc7c63feb0cb5528b43949844f8" 60 60 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.05.0+flambda/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.05" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch" 59 - checksum: "sha256=b4feab3494104d2da017ae46aaf5257d3f87fee60cfedcf022f40b23f3a40127" 58 + src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch?full_index=1" 59 + checksum: "sha256=22f9244e4d91c2a939594b79c41707acd75a4fc7c63feb0cb5528b43949844f8" 60 60 } 61 61 extra-source "gpr1330.patch" { 62 - src: "https://github.com/ocaml/ocaml/commit/b00000c6679804731692362b0baac27fa3fddfd5.patch" 63 - checksum: "sha256=6971ca549352fc56be9cb4fe37e19bdc5ed871c013a5e394658c946aa54ed51c" 62 + src: "https://github.com/ocaml/ocaml/commit/b00000c6679804731692362b0baac27fa3fddfd5.patch?full_index=1" 63 + checksum: "sha256=e319f67b687499b7bdc3511eee0046dff7d81678c4d6fe4c760494d25c66af3e" 64 64 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.05.0+lto/opam
··· 56 56 homepage: "https://ocaml.org" 57 57 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.05" 58 58 extra-source "alt-signal-stack.patch" { 59 - src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch" 60 - checksum: "sha256=b4feab3494104d2da017ae46aaf5257d3f87fee60cfedcf022f40b23f3a40127" 59 + src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch?full_index=1" 60 + checksum: "sha256=22f9244e4d91c2a939594b79c41707acd75a4fc7c63feb0cb5528b43949844f8" 61 61 } 62 62 extra-source "gpr1330.patch" { 63 - src: "https://github.com/ocaml/ocaml/commit/b00000c6679804731692362b0baac27fa3fddfd5.patch" 64 - checksum: "sha256=6971ca549352fc56be9cb4fe37e19bdc5ed871c013a5e394658c946aa54ed51c" 63 + src: "https://github.com/ocaml/ocaml/commit/b00000c6679804731692362b0baac27fa3fddfd5.patch?full_index=1" 64 + checksum: "sha256=e319f67b687499b7bdc3511eee0046dff7d81678c4d6fe4c760494d25c66af3e" 65 65 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.05.0+musl+flambda/opam
··· 58 58 homepage: "https://ocaml.org" 59 59 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.05" 60 60 extra-source "alt-signal-stack.patch" { 61 - src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch" 62 - checksum: "sha256=b4feab3494104d2da017ae46aaf5257d3f87fee60cfedcf022f40b23f3a40127" 61 + src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch?full_index=1" 62 + checksum: "sha256=22f9244e4d91c2a939594b79c41707acd75a4fc7c63feb0cb5528b43949844f8" 63 63 } 64 64 extra-source "gpr1330.patch" { 65 - src: "https://github.com/ocaml/ocaml/commit/b00000c6679804731692362b0baac27fa3fddfd5.patch" 66 - checksum: "sha256=6971ca549352fc56be9cb4fe37e19bdc5ed871c013a5e394658c946aa54ed51c" 65 + src: "https://github.com/ocaml/ocaml/commit/b00000c6679804731692362b0baac27fa3fddfd5.patch?full_index=1" 66 + checksum: "sha256=e319f67b687499b7bdc3511eee0046dff7d81678c4d6fe4c760494d25c66af3e" 67 67 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.05.0+musl+static+flambda/opam
··· 67 67 homepage: "https://ocaml.org" 68 68 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.05" 69 69 extra-source "alt-signal-stack.patch" { 70 - src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch" 71 - checksum: "sha256=b4feab3494104d2da017ae46aaf5257d3f87fee60cfedcf022f40b23f3a40127" 70 + src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch?full_index=1" 71 + checksum: "sha256=22f9244e4d91c2a939594b79c41707acd75a4fc7c63feb0cb5528b43949844f8" 72 72 } 73 73 extra-source "gpr1330.patch" { 74 - src: "https://github.com/ocaml/ocaml/commit/b00000c6679804731692362b0baac27fa3fddfd5.patch" 75 - checksum: "sha256=6971ca549352fc56be9cb4fe37e19bdc5ed871c013a5e394658c946aa54ed51c" 74 + src: "https://github.com/ocaml/ocaml/commit/b00000c6679804731692362b0baac27fa3fddfd5.patch?full_index=1" 75 + checksum: "sha256=e319f67b687499b7bdc3511eee0046dff7d81678c4d6fe4c760494d25c66af3e" 76 76 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.05.0+safe-string/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.05" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch" 59 - checksum: "sha256=b4feab3494104d2da017ae46aaf5257d3f87fee60cfedcf022f40b23f3a40127" 58 + src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch?full_index=1" 59 + checksum: "sha256=22f9244e4d91c2a939594b79c41707acd75a4fc7c63feb0cb5528b43949844f8" 60 60 } 61 61 extra-source "gpr1330.patch" { 62 - src: "https://github.com/ocaml/ocaml/commit/b00000c6679804731692362b0baac27fa3fddfd5.patch" 63 - checksum: "sha256=6971ca549352fc56be9cb4fe37e19bdc5ed871c013a5e394658c946aa54ed51c" 62 + src: "https://github.com/ocaml/ocaml/commit/b00000c6679804731692362b0baac27fa3fddfd5.patch?full_index=1" 63 + checksum: "sha256=e319f67b687499b7bdc3511eee0046dff7d81678c4d6fe4c760494d25c66af3e" 64 64 }
+4 -4
packages/ocaml-variants/ocaml-variants.4.05.0+spacetime/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.05" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch" 59 - checksum: "sha256=b4feab3494104d2da017ae46aaf5257d3f87fee60cfedcf022f40b23f3a40127" 58 + src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch?full_index=1" 59 + checksum: "sha256=22f9244e4d91c2a939594b79c41707acd75a4fc7c63feb0cb5528b43949844f8" 60 60 } 61 61 extra-source "gpr1330.patch" { 62 - src: "https://github.com/ocaml/ocaml/commit/b00000c6679804731692362b0baac27fa3fddfd5.patch" 63 - checksum: "sha256=6971ca549352fc56be9cb4fe37e19bdc5ed871c013a5e394658c946aa54ed51c" 62 + src: "https://github.com/ocaml/ocaml/commit/b00000c6679804731692362b0baac27fa3fddfd5.patch?full_index=1" 63 + checksum: "sha256=e319f67b687499b7bdc3511eee0046dff7d81678c4d6fe4c760494d25c66af3e" 64 64 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.05.0+statistical-memprof/opam
··· 43 43 homepage: "https://ocaml.org" 44 44 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.05" 45 45 extra-source "alt-signal-stack.patch" { 46 - src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch" 47 - checksum: "sha256=b4feab3494104d2da017ae46aaf5257d3f87fee60cfedcf022f40b23f3a40127" 46 + src: "https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch?full_index=1" 47 + checksum: "sha256=22f9244e4d91c2a939594b79c41707acd75a4fc7c63feb0cb5528b43949844f8" 48 48 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.0+32bit/opam
··· 73 73 homepage: "https://ocaml.org" 74 74 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 75 75 extra-source "alt-signal-stack.patch" { 76 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 77 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 76 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 77 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 78 78 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.0+afl/opam
··· 54 54 homepage: "https://ocaml.org" 55 55 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 56 56 extra-source "alt-signal-stack.patch" { 57 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 58 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 57 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 58 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 59 59 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.0+bytecode-only/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 59 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 58 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 59 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 60 60 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.0+default-unsafe-string/opam
··· 60 60 homepage: "https://ocaml.org" 61 61 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 62 62 extra-source "alt-signal-stack.patch" { 63 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 64 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 63 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 64 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 65 65 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.0+flambda+no-flat-float-array/opam
··· 63 63 homepage: "https://ocaml.org" 64 64 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 65 65 extra-source "alt-signal-stack.patch" { 66 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 67 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 66 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 67 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 68 68 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.0+flambda/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 59 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 58 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 59 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 60 60 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.0+force-safe-string/opam
··· 54 54 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 55 55 patches: ["alt-signal-stack.patch"] 56 56 extra-source "alt-signal-stack.patch" { 57 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 58 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 57 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 58 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 59 59 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.0+fp+flambda/opam
··· 62 62 homepage: "https://ocaml.org" 63 63 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 64 64 extra-source "alt-signal-stack.patch" { 65 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 66 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 65 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 66 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 67 67 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.0+fp/opam
··· 60 60 homepage: "https://ocaml.org" 61 61 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 62 62 extra-source "alt-signal-stack.patch" { 63 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 64 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 63 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 64 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 65 65 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.0+musl+flambda/opam
··· 58 58 homepage: "https://ocaml.org" 59 59 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 60 60 extra-source "alt-signal-stack.patch" { 61 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 62 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 61 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 62 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 63 63 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.0+musl+static+flambda/opam
··· 67 67 homepage: "https://ocaml.org" 68 68 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 69 69 extra-source "alt-signal-stack.patch" { 70 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 71 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 70 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 71 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 72 72 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.0+no-flat-float-array/opam
··· 60 60 homepage: "https://ocaml.org" 61 61 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 62 62 extra-source "alt-signal-stack.patch" { 63 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 64 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 63 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 64 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 65 65 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.0+spacetime/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 59 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 58 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 59 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 60 60 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.0+statistical-memprof/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 59 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 58 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 59 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 60 60 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.1+32bit/opam
··· 73 73 homepage: "https://ocaml.org" 74 74 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 75 75 extra-source "alt-signal-stack.patch" { 76 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 77 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 76 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 77 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 78 78 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.1+afl/opam
··· 54 54 homepage: "https://ocaml.org" 55 55 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 56 56 extra-source "alt-signal-stack.patch" { 57 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 58 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 57 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 58 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 59 59 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.1+bytecode-only/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 59 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 58 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 59 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 60 60 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.1+default-unsafe-string/opam
··· 60 60 homepage: "https://ocaml.org" 61 61 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 62 62 extra-source "alt-signal-stack.patch" { 63 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 64 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 63 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 64 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 65 65 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.1+flambda/opam
··· 55 55 homepage: "https://ocaml.org" 56 56 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 59 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 58 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 59 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 60 60 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.1+force-safe-string/opam
··· 54 54 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 55 55 patches: ["alt-signal-stack.patch"] 56 56 extra-source "alt-signal-stack.patch" { 57 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 58 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 57 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 58 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 59 59 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.1+fp+flambda/opam
··· 63 63 homepage: "https://ocaml.org" 64 64 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 65 65 extra-source "alt-signal-stack.patch" { 66 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 67 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 66 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 67 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 68 68 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.1+fp/opam
··· 60 60 homepage: "https://ocaml.org" 61 61 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 62 62 extra-source "alt-signal-stack.patch" { 63 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 64 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 63 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 64 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 65 65 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.1+lto/opam
··· 58 58 homepage: "https://ocaml.org" 59 59 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 60 60 extra-source "alt-signal-stack.patch" { 61 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 62 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 61 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 62 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 63 63 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.1+musl+flambda/opam
··· 58 58 homepage: "https://ocaml.org" 59 59 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 60 60 extra-source "alt-signal-stack.patch" { 61 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 62 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 61 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 62 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 63 63 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.1+musl+static+flambda/opam
··· 67 67 homepage: "https://ocaml.org" 68 68 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 69 69 extra-source "alt-signal-stack.patch" { 70 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 71 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 70 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 71 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 72 72 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.1+no-flat-float-array/opam
··· 60 60 homepage: "https://ocaml.org" 61 61 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 62 62 extra-source "alt-signal-stack.patch" { 63 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 64 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 63 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 64 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 65 65 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.1+no-naked-pointers+flambda/opam
··· 64 64 homepage: "https://ocaml.org" 65 65 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 66 66 extra-source "alt-signal-stack.patch" { 67 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 68 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 67 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 68 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 69 69 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.1+rescript/opam
··· 59 59 homepage: "https://ocaml.org" 60 60 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 61 61 extra-source "alt-signal-stack.patch" { 62 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 63 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 62 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 63 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 64 64 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.1+statistical-memprof/opam
··· 57 57 homepage: "https://ocaml.org" 58 58 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 59 59 extra-source "alt-signal-stack.patch" { 60 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 61 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 60 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 61 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 62 62 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.06.1+termux/opam
··· 57 57 homepage: "https://ocaml.org" 58 58 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.06" 59 59 extra-source "alt-signal-stack.patch" { 60 - src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch" 61 - checksum: "sha256=be16234f213207c9f5c52919d3e13d5ba38ca1cf6b1dba24a7d9baf59de8560b" 60 + src: "https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1" 61 + checksum: "sha256=c0c1c64bed4cc2413be21ce8bfe52bb9caff4d1bcd7e7a72f9bcb113c231bc91" 62 62 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.0+32bit/opam
··· 82 82 homepage: "https://ocaml.org" 83 83 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 84 84 extra-source "alt-signal-stack.patch" { 85 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 86 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 85 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 86 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 87 87 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.0+afl/opam
··· 63 63 homepage: "https://ocaml.org" 64 64 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 65 65 extra-source "alt-signal-stack.patch" { 66 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 67 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 66 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 67 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 68 68 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.0+bytecode-only/opam
··· 64 64 homepage: "https://ocaml.org" 65 65 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 66 66 extra-source "alt-signal-stack.patch" { 67 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 68 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 67 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 68 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 69 69 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.0+default-unsafe-string/opam
··· 69 69 homepage: "https://ocaml.org" 70 70 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 71 71 extra-source "alt-signal-stack.patch" { 72 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 73 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 72 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 73 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 74 74 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.0+flambda+no-flat-float-array/opam
··· 72 72 homepage: "https://ocaml.org" 73 73 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 74 74 extra-source "alt-signal-stack.patch" { 75 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 76 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 75 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 76 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 77 77 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.0+flambda/opam
··· 64 64 homepage: "https://ocaml.org" 65 65 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 66 66 extra-source "alt-signal-stack.patch" { 67 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 68 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 67 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 68 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 69 69 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.0+force-safe-string/opam
··· 63 63 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 64 64 patches: ["alt-signal-stack.patch"] 65 65 extra-source "alt-signal-stack.patch" { 66 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 67 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 66 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 67 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 68 68 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.0+fp+flambda/opam
··· 71 71 homepage: "https://ocaml.org" 72 72 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 73 73 extra-source "alt-signal-stack.patch" { 74 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 75 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 74 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 75 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 76 76 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.0+fp/opam
··· 69 69 homepage: "https://ocaml.org" 70 70 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 71 71 extra-source "alt-signal-stack.patch" { 72 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 73 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 72 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 73 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 74 74 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.0+no-flat-float-array/opam
··· 70 70 homepage: "https://ocaml.org" 71 71 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 72 72 extra-source "alt-signal-stack.patch" { 73 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 74 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 73 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 74 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 75 75 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.0+spacetime/opam
··· 64 64 homepage: "https://ocaml.org" 65 65 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 66 66 extra-source "alt-signal-stack.patch" { 67 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 68 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 67 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 68 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 69 69 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.1+32bit/opam
··· 82 82 homepage: "https://ocaml.org" 83 83 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 84 84 extra-source "alt-signal-stack.patch" { 85 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 86 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 85 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 86 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 87 87 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.1+BER/opam
··· 60 60 extra-files: [ ["fix-gcc10.patch" "md5=7f467849e5a4714f49a11517b187184f"] ] 61 61 available: !(os = "macos" & arch = "arm64") 62 62 extra-source "alt-signal-stack.patch" { 63 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 64 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 63 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 64 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 65 65 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.1+afl/opam
··· 63 63 homepage: "https://ocaml.org" 64 64 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 65 65 extra-source "alt-signal-stack.patch" { 66 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 67 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 66 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 67 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 68 68 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.1+bytecode-only/opam
··· 64 64 homepage: "https://ocaml.org" 65 65 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 66 66 extra-source "alt-signal-stack.patch" { 67 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 68 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 67 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 68 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 69 69 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.1+default-unsafe-string/opam
··· 70 70 homepage: "https://ocaml.org" 71 71 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 72 72 extra-source "alt-signal-stack.patch" { 73 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 74 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 73 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 74 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 75 75 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.1+flambda+no-flat-float-array/opam
··· 72 72 homepage: "https://ocaml.org" 73 73 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 74 74 extra-source "alt-signal-stack.patch" { 75 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 76 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 75 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 76 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 77 77 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.1+flambda/opam
··· 64 64 homepage: "https://ocaml.org" 65 65 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 66 66 extra-source "alt-signal-stack.patch" { 67 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 68 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 67 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 68 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 69 69 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.1+force-safe-string/opam
··· 65 65 homepage: "https://ocaml.org" 66 66 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 67 67 extra-source "alt-signal-stack.patch" { 68 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 69 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 68 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 69 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 70 70 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.1+fp+flambda/opam
··· 72 72 homepage: "https://ocaml.org" 73 73 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 74 74 extra-source "alt-signal-stack.patch" { 75 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 76 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 75 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 76 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 77 77 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.1+fp/opam
··· 69 69 homepage: "https://ocaml.org" 70 70 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 71 71 extra-source "alt-signal-stack.patch" { 72 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 73 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 72 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 73 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 74 74 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.1+musl+flambda/opam
··· 69 69 homepage: "https://ocaml.org" 70 70 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 71 71 extra-source "alt-signal-stack.patch" { 72 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 73 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 72 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 73 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 74 74 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.1+musl+static+flambda/opam
··· 78 78 homepage: "https://ocaml.org" 79 79 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 80 80 extra-source "alt-signal-stack.patch" { 81 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 82 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 81 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 82 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 83 83 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.1+no-flat-float-array/opam
··· 70 70 homepage: "https://ocaml.org" 71 71 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 72 72 extra-source "alt-signal-stack.patch" { 73 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 74 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 73 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 74 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 75 75 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.1+spacetime/opam
··· 64 64 homepage: "https://ocaml.org" 65 65 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 66 66 extra-source "alt-signal-stack.patch" { 67 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 68 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 67 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 68 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 69 69 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.07.1+statistical-memprof/opam
··· 63 63 homepage: "https://ocaml.org" 64 64 dev-repo: "git+https://github.com/ocaml/ocaml.git#4.07" 65 65 extra-source "alt-signal-stack.patch" { 66 - src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch" 67 - checksum: "sha256=179b30d63da15feb4afee40e6fe11cc8981cf3769361d3b5a06befa9945af212" 66 + src: "https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch?full_index=1" 67 + checksum: "sha256=80e7d6be30d75f69199908101b513ed0ee525f702ff7d4f9b15b53d646f7f0c6" 68 68 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.0+32bit/opam
··· 55 55 available: !(os = "macos" & arch = "arm64") 56 56 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 59 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 58 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 59 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 60 60 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.0+afl/opam
··· 46 46 available: !(os = "macos" & arch = "arm64") 47 47 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 50 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 49 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 50 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 51 51 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.0+bytecode-only/opam
··· 45 45 available: !(os = "macos" & arch = "arm64") 46 46 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 49 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 48 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 49 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.0+default-unsafe-string/opam
··· 47 47 available: !(os = "macos" & arch = "arm64") 48 48 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 49 49 extra-source "alt-signal-stack.patch" { 50 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 51 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 50 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 51 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 52 52 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.0+flambda+no-flat-float-array/opam
··· 49 49 available: !(os = "macos" & arch = "arm64") 50 50 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 51 51 extra-source "alt-signal-stack.patch" { 52 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 53 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 52 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 53 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 54 54 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.0+flambda/opam
··· 46 46 available: !(os = "macos" & arch = "arm64") 47 47 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 50 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 49 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 50 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 51 51 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.0+force-safe-string/opam
··· 46 46 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 47 47 patches: ["alt-signal-stack.patch"] 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 50 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 49 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 50 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 51 51 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.0+fp+flambda/opam
··· 49 49 available: os = "linux" & arch = "x86_64" 50 50 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 51 51 extra-source "alt-signal-stack.patch" { 52 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 53 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 52 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 53 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 54 54 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.0+fp/opam
··· 46 46 available: os = "linux" & arch = "x86_64" 47 47 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 50 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 49 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 50 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 51 51 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.0+musl+flambda/opam
··· 50 50 available: !(os = "macos" & arch = "arm64") 51 51 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 52 52 extra-source "alt-signal-stack.patch" { 53 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 54 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 53 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 54 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 55 55 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.0+musl+static+flambda/opam
··· 57 57 available: !(os = "macos" & arch = "arm64") 58 58 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 59 59 extra-source "alt-signal-stack.patch" { 60 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 61 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 60 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 61 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 62 62 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.0+no-flat-float-array/opam
··· 47 47 available: !(os = "macos" & arch = "arm64") 48 48 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 49 49 extra-source "alt-signal-stack.patch" { 50 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 51 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 50 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 51 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 52 52 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.0+spacetime/opam
··· 46 46 available: !(os = "macos" & arch = "arm64") 47 47 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 50 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 49 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 50 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 51 51 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.1+32bit/opam
··· 58 58 available: !(os = "macos" & arch = "arm64") 59 59 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 60 60 extra-source "alt-signal-stack.patch" { 61 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 62 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 61 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 62 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 63 63 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.1+afl/opam
··· 46 46 available: !(os = "macos" & arch = "arm64") 47 47 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 50 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 49 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 50 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 51 51 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.1+bytecode-only/opam
··· 45 45 available: !(os = "macos" & arch = "arm64") 46 46 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 49 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 48 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 49 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.1+default-unsafe-string/opam
··· 47 47 available: !(os = "macos" & arch = "arm64") 48 48 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 49 49 extra-source "alt-signal-stack.patch" { 50 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 51 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 50 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 51 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 52 52 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.1+flambda+no-flat-float-array/opam
··· 49 49 available: !(os = "macos" & arch = "arm64") 50 50 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 51 51 extra-source "alt-signal-stack.patch" { 52 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 53 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 52 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 53 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 54 54 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.1+flambda/opam
··· 46 46 available: !(os = "macos" & arch = "arm64") 47 47 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 50 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 49 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 50 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 51 51 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.1+force-safe-string/opam
··· 46 46 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 47 47 patches: ["alt-signal-stack.patch"] 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 50 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 49 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 50 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 51 51 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.1+fp+flambda/opam
··· 49 49 available: os = "linux" & arch = "x86_64" 50 50 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 51 51 extra-source "alt-signal-stack.patch" { 52 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 53 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 52 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 53 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 54 54 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.1+fp/opam
··· 46 46 available: os = "linux" & arch = "x86_64" 47 47 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 50 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 49 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 50 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 51 51 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.1+musl+flambda/opam
··· 54 54 available: !(os = "macos" & arch = "arm64") 55 55 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 56 56 extra-source "alt-signal-stack.patch" { 57 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 58 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 57 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 58 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 59 59 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.1+musl+static+flambda/opam
··· 57 57 available: !(os = "macos" & arch = "arm64") 58 58 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 59 59 extra-source "alt-signal-stack.patch" { 60 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 61 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 60 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 61 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 62 62 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.1+no-flat-float-array/opam
··· 47 47 available: !(os = "macos" & arch = "arm64") 48 48 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 49 49 extra-source "alt-signal-stack.patch" { 50 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 51 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 50 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 51 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 52 52 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.08.1+spacetime/opam
··· 46 46 available: !(os = "macos" & arch = "arm64") 47 47 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch" 50 - checksum: "sha256=16ad0b9a6f901dd26aa64ff8708a3f24d36237cbf4b34d9eb68a88ed00b96cf3" 49 + src: "https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1" 50 + checksum: "sha256=92d747e6a9edffbe178d7c356a271c34f1c9e7597548ae8d6defc0815c56315a" 51 51 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.0+32bit/opam
··· 57 57 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 58 58 patches: ["alt-signal-stack.patch"] 59 59 extra-source "alt-signal-stack.patch" { 60 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 61 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 60 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 61 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 62 62 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.0+afl/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 49 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 48 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 49 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.0+bytecode-only/opam
··· 44 44 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 45 45 patches: ["alt-signal-stack.patch"] 46 46 extra-source "alt-signal-stack.patch" { 47 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 48 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 47 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 48 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 49 49 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.0+default-unsafe-string/opam
··· 46 46 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 47 47 patches: ["alt-signal-stack.patch"] 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 50 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 49 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 50 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 51 51 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.0+flambda+no-flat-float-array/opam
··· 48 48 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 49 49 patches: ["alt-signal-stack.patch"] 50 50 extra-source "alt-signal-stack.patch" { 51 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 52 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 51 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 52 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 53 53 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.0+flambda/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 49 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 48 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 49 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.0+force-safe-string/opam
··· 46 46 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 47 47 patches: ["alt-signal-stack.patch"] 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 50 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 49 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 50 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 51 51 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.0+fp+flambda/opam
··· 48 48 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 49 49 patches: ["alt-signal-stack.patch"] 50 50 extra-source "alt-signal-stack.patch" { 51 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 52 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 51 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 52 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 53 53 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.0+fp/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 49 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 48 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 49 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.0+musl+flambda/opam
··· 52 52 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 53 53 patches: ["alt-signal-stack.patch"] 54 54 extra-source "alt-signal-stack.patch" { 55 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 56 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 55 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 56 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 57 57 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.0+musl+static+flambda/opam
··· 55 55 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 56 56 patches: ["alt-signal-stack.patch"] 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 59 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 58 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 59 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 60 60 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.0+no-flat-float-array/opam
··· 46 46 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 47 47 patches: ["alt-signal-stack.patch"] 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 50 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 49 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 50 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 51 51 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.0+spacetime/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 49 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 48 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 49 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.1+32bit/opam
··· 57 57 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 58 58 patches: ["alt-signal-stack.patch" "0001-Re-generate-configure.patch"] 59 59 extra-source "alt-signal-stack.patch" { 60 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 61 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 60 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 61 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 62 62 } 63 63 extra-files: [ 64 64 ["0001-Re-generate-configure.patch" "md5=3e01b702dcdce9e5fc41f7eb66290501"]
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.1+afl+flambda/opam
··· 46 46 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 47 47 patches: ["alt-signal-stack.patch" "0001-Re-generate-configure.patch"] 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 50 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 49 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 50 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 51 51 } 52 52 extra-files: [ 53 53 ["0001-Re-generate-configure.patch" "md5=3e01b702dcdce9e5fc41f7eb66290501"]
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.1+afl/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch" "0001-Re-generate-configure.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 49 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 48 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 49 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 50 50 } 51 51 extra-files: [ 52 52 ["0001-Re-generate-configure.patch" "md5=3e01b702dcdce9e5fc41f7eb66290501"]
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.1+bytecode-only/opam
··· 44 44 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 45 45 patches: ["alt-signal-stack.patch" "0001-Re-generate-configure.patch"] 46 46 extra-source "alt-signal-stack.patch" { 47 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 48 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 47 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 48 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 49 49 } 50 50 extra-files: [ 51 51 ["0001-Re-generate-configure.patch" "md5=3e01b702dcdce9e5fc41f7eb66290501"]
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.1+default-unsafe-string/opam
··· 46 46 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 47 47 patches: ["alt-signal-stack.patch" "0001-Re-generate-configure.patch"] 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 50 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 49 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 50 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 51 51 } 52 52 extra-files: [ 53 53 ["0001-Re-generate-configure.patch" "md5=3e01b702dcdce9e5fc41f7eb66290501"]
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.1+flambda+no-flat-float-array/opam
··· 48 48 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 49 49 patches: ["alt-signal-stack.patch" "0001-Re-generate-configure.patch"] 50 50 extra-source "alt-signal-stack.patch" { 51 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 52 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 51 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 52 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 53 53 } 54 54 extra-files: [ 55 55 ["0001-Re-generate-configure.patch" "md5=3e01b702dcdce9e5fc41f7eb66290501"]
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.1+flambda/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch" "0001-Re-generate-configure.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 49 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 48 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 49 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 50 50 } 51 51 extra-files: [ 52 52 ["0001-Re-generate-configure.patch" "md5=3e01b702dcdce9e5fc41f7eb66290501"]
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.1+force-safe-string/opam
··· 46 46 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 47 47 patches: ["alt-signal-stack.patch" "0001-Re-generate-configure.patch"] 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 50 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 49 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 50 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 51 51 } 52 52 extra-files: [ 53 53 ["0001-Re-generate-configure.patch" "md5=3e01b702dcdce9e5fc41f7eb66290501"]
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.1+fp+flambda/opam
··· 48 48 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 49 49 patches: ["alt-signal-stack.patch" "0001-Re-generate-configure.patch"] 50 50 extra-source "alt-signal-stack.patch" { 51 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 52 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 51 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 52 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 53 53 } 54 54 extra-files: [ 55 55 ["0001-Re-generate-configure.patch" "md5=3e01b702dcdce9e5fc41f7eb66290501"]
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.1+fp/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch" "0001-Re-generate-configure.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 49 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 48 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 49 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 50 50 } 51 51 extra-files: [ 52 52 ["0001-Re-generate-configure.patch" "md5=3e01b702dcdce9e5fc41f7eb66290501"]
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.1+musl+flambda/opam
··· 52 52 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 53 53 patches: ["alt-signal-stack.patch" "0001-Re-generate-configure.patch"] 54 54 extra-source "alt-signal-stack.patch" { 55 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 56 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 55 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 56 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 57 57 } 58 58 extra-files: [ 59 59 ["0001-Re-generate-configure.patch" "md5=3e01b702dcdce9e5fc41f7eb66290501"]
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.1+musl+static+flambda/opam
··· 55 55 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 56 56 patches: ["alt-signal-stack.patch" "0001-Re-generate-configure.patch"] 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 59 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 58 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 59 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 60 60 } 61 61 extra-files: [ 62 62 ["0001-Re-generate-configure.patch" "md5=3e01b702dcdce9e5fc41f7eb66290501"]
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.1+no-flat-float-array/opam
··· 46 46 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 47 47 patches: ["alt-signal-stack.patch" "0001-Re-generate-configure.patch"] 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 50 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 49 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 50 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 51 51 } 52 52 extra-files: [ 53 53 ["0001-Re-generate-configure.patch" "md5=3e01b702dcdce9e5fc41f7eb66290501"]
+2 -2
packages/ocaml-variants/ocaml-variants.4.09.1+spacetime/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch" "0001-Re-generate-configure.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch" 49 - checksum: "sha256=a76506f98450971c954d9322344da592dbf1c38e5bca91ec75c4f9c2889ba637" 48 + src: "https://github.com/ocaml/ocaml/commit/8eed2e441222588dc385a98ae8bd6f5820eb0223.patch?full_index=1" 49 + checksum: "sha256=86c02c75580da678ad0b0647ece043661be471a72751e8b49e674d17b9f17206" 50 50 } 51 51 extra-files: [ 52 52 ["0001-Re-generate-configure.patch" "md5=3e01b702dcdce9e5fc41f7eb66290501"]
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.0+32bit/opam
··· 57 57 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 58 58 patches: ["alt-signal-stack.patch"] 59 59 extra-source "alt-signal-stack.patch" { 60 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 61 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 60 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 61 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 62 62 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.0+afl/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 49 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 48 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 49 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.0+bytecode-only/opam
··· 44 44 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 45 45 patches: ["alt-signal-stack.patch"] 46 46 extra-source "alt-signal-stack.patch" { 47 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 48 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 47 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 48 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 49 49 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.0+default-unsafe-string/opam
··· 51 51 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 52 52 patches: ["alt-signal-stack.patch"] 53 53 extra-source "alt-signal-stack.patch" { 54 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 55 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 54 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 55 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 56 56 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.0+flambda+no-flat-float-array/opam
··· 48 48 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 49 49 patches: ["alt-signal-stack.patch"] 50 50 extra-source "alt-signal-stack.patch" { 51 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 52 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 51 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 52 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 53 53 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.0+flambda/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 49 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 48 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 49 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.0+fp+flambda/opam
··· 48 48 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 49 49 patches: ["alt-signal-stack.patch"] 50 50 extra-source "alt-signal-stack.patch" { 51 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 52 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 51 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 52 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 53 53 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.0+fp/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 49 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 48 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 49 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.0+musl+flambda/opam
··· 52 52 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 53 53 patches: ["alt-signal-stack.patch"] 54 54 extra-source "alt-signal-stack.patch" { 55 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 56 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 55 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 56 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 57 57 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.0+musl+static+flambda/opam
··· 55 55 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 56 56 patches: ["alt-signal-stack.patch"] 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 59 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 58 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 59 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 60 60 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.0+nnpcheck/opam
··· 44 44 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 45 45 patches: ["alt-signal-stack.patch"] 46 46 extra-source "alt-signal-stack.patch" { 47 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 48 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 47 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 48 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 49 49 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.0+no-flat-float-array/opam
··· 46 46 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 47 47 patches: ["alt-signal-stack.patch"] 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 50 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 49 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 50 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 51 51 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.0+spacetime/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 49 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 48 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 49 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.1+32bit/opam
··· 57 57 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 58 58 patches: ["alt-signal-stack.patch"] 59 59 extra-source "alt-signal-stack.patch" { 60 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 61 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 60 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 61 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 62 62 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.1+afl/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 49 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 48 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 49 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.1+bytecode-only/opam
··· 44 44 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 45 45 patches: ["alt-signal-stack.patch"] 46 46 extra-source "alt-signal-stack.patch" { 47 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 48 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 47 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 48 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 49 49 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.1+default-unsafe-string/opam
··· 51 51 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 52 52 patches: ["alt-signal-stack.patch"] 53 53 extra-source "alt-signal-stack.patch" { 54 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 55 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 54 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 55 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 56 56 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.1+flambda+no-flat-float-array/opam
··· 48 48 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 49 49 patches: ["alt-signal-stack.patch"] 50 50 extra-source "alt-signal-stack.patch" { 51 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 52 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 51 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 52 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 53 53 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.1+flambda/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 49 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 48 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 49 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.1+fp+flambda/opam
··· 48 48 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 49 49 patches: ["alt-signal-stack.patch"] 50 50 extra-source "alt-signal-stack.patch" { 51 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 52 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 51 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 52 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 53 53 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.1+fp/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 49 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 48 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 49 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.1+musl+flambda/opam
··· 52 52 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 53 53 patches: ["alt-signal-stack.patch"] 54 54 extra-source "alt-signal-stack.patch" { 55 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 56 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 55 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 56 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 57 57 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.1+musl+static+flambda/opam
··· 55 55 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 56 56 patches: ["alt-signal-stack.patch"] 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 59 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 58 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 59 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 60 60 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.1+no-flat-float-array/opam
··· 46 46 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 47 47 patches: ["alt-signal-stack.patch"] 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 50 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 49 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 50 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 51 51 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.1+spacetime/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 49 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 48 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 49 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.2+32bit/opam
··· 56 56 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 57 57 patches: ["alt-signal-stack.patch"] 58 58 extra-source "alt-signal-stack.patch" { 59 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 60 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 59 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 60 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 61 61 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.2+afl/opam
··· 44 44 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 45 45 patches: ["alt-signal-stack.patch"] 46 46 extra-source "alt-signal-stack.patch" { 47 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 48 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 47 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 48 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 49 49 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.2+bytecode-only/opam
··· 43 43 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 44 44 patches: ["alt-signal-stack.patch"] 45 45 extra-source "alt-signal-stack.patch" { 46 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 47 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 46 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 47 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 48 48 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.2+default-unsafe-string/opam
··· 50 50 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 51 51 patches: ["alt-signal-stack.patch"] 52 52 extra-source "alt-signal-stack.patch" { 53 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 54 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 53 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 54 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 55 55 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.2+flambda+no-flat-float-array/opam
··· 47 47 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 48 48 patches: ["alt-signal-stack.patch"] 49 49 extra-source "alt-signal-stack.patch" { 50 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 51 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 50 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 51 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 52 52 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.2+flambda/opam
··· 44 44 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 45 45 patches: ["alt-signal-stack.patch"] 46 46 extra-source "alt-signal-stack.patch" { 47 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 48 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 47 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 48 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 49 49 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.2+fp+flambda/opam
··· 48 48 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 49 49 patches: ["alt-signal-stack.patch"] 50 50 extra-source "alt-signal-stack.patch" { 51 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 52 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 51 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 52 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 53 53 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.2+fp/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 49 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 48 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 49 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.2+musl+flambda/opam
··· 51 51 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 52 52 patches: ["alt-signal-stack.patch"] 53 53 extra-source "alt-signal-stack.patch" { 54 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 55 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 54 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 55 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 56 56 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.2+musl+static+flambda/opam
··· 54 54 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 55 55 patches: ["alt-signal-stack.patch"] 56 56 extra-source "alt-signal-stack.patch" { 57 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 58 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 57 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 58 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 59 59 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.2+no-flat-float-array/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 49 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 48 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 49 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.2+rescript/opam
··· 45 45 ] 46 46 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 49 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 48 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 49 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.10.2+spacetime/opam
··· 44 44 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 45 45 patches: ["alt-signal-stack.patch"] 46 46 extra-source "alt-signal-stack.patch" { 47 - src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch" 48 - checksum: "sha256=793f0c092b560d6f944fc3caf382f40017969e37e4fddde366437d7554e00b82" 47 + src: "https://github.com/ocaml/ocaml/commit/4b4c643d1d5d28738f6d900cd902851ed9dc5364.patch?full_index=1" 48 + checksum: "sha256=355fa7bd55ce5646db1365b116082aee31f9b466f0ffc27723f5971d03c14a53" 49 49 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.0+32bit/opam
··· 57 57 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 58 58 patches: ["alt-signal-stack.patch"] 59 59 extra-source "alt-signal-stack.patch" { 60 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 61 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 60 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 61 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 62 62 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.0+afl/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 49 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 48 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 49 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.0+bytecode-only/opam
··· 44 44 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 45 45 patches: ["alt-signal-stack.patch"] 46 46 extra-source "alt-signal-stack.patch" { 47 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 48 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 47 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 48 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 49 49 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.0+default-unsafe-string/opam
··· 51 51 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 52 52 patches: ["alt-signal-stack.patch"] 53 53 extra-source "alt-signal-stack.patch" { 54 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 55 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 54 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 55 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 56 56 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.0+flambda+no-flat-float-array/opam
··· 48 48 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 49 49 patches: ["alt-signal-stack.patch"] 50 50 extra-source "alt-signal-stack.patch" { 51 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 52 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 51 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 52 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 53 53 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.0+flambda/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 49 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 48 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 49 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.0+fp+flambda/opam
··· 48 48 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 49 49 patches: ["alt-signal-stack.patch"] 50 50 extra-source "alt-signal-stack.patch" { 51 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 52 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 51 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 52 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 53 53 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.0+fp/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 49 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 48 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 49 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.0+musl+flambda/opam
··· 52 52 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 53 53 patches: ["alt-signal-stack.patch"] 54 54 extra-source "alt-signal-stack.patch" { 55 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 56 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 55 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 56 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 57 57 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.0+musl+static+flambda/opam
··· 55 55 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 56 56 patches: ["alt-signal-stack.patch"] 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 59 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 58 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 59 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 60 60 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.0+no-flat-float-array/opam
··· 46 46 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 47 47 patches: ["alt-signal-stack.patch"] 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 50 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 49 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 50 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 51 51 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.0+spacetime/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 49 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 48 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 49 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.1+32bit/opam
··· 57 57 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 58 58 patches: ["alt-signal-stack.patch"] 59 59 extra-source "alt-signal-stack.patch" { 60 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 61 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 60 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 61 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 62 62 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.1+BER+flambda/opam
··· 52 52 available: !(os = "macos" & arch = "arm64") 53 53 patches: ["alt-signal-stack.patch"] 54 54 extra-source "alt-signal-stack.patch" { 55 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 56 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 55 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 56 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 57 57 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.1+BER/opam
··· 51 51 available: !(os = "macos" & arch = "arm64") 52 52 patches: ["alt-signal-stack.patch"] 53 53 extra-source "alt-signal-stack.patch" { 54 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 55 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 54 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 55 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 56 56 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.1+afl/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 49 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 48 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 49 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.1+bytecode-only/opam
··· 44 44 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 45 45 patches: ["alt-signal-stack.patch"] 46 46 extra-source "alt-signal-stack.patch" { 47 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 48 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 47 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 48 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 49 49 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.1+default-unsafe-string/opam
··· 51 51 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 52 52 patches: ["alt-signal-stack.patch"] 53 53 extra-source "alt-signal-stack.patch" { 54 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 55 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 54 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 55 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 56 56 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.1+flambda+no-flat-float-array/opam
··· 48 48 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 49 49 patches: ["alt-signal-stack.patch"] 50 50 extra-source "alt-signal-stack.patch" { 51 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 52 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 51 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 52 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 53 53 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.1+flambda/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 49 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 48 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 49 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.1+fp+flambda/opam
··· 48 48 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 49 49 patches: ["alt-signal-stack.patch"] 50 50 extra-source "alt-signal-stack.patch" { 51 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 52 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 51 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 52 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 53 53 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.1+fp/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 49 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 48 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 49 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.1+musl+flambda/opam
··· 52 52 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 53 53 patches: ["alt-signal-stack.patch"] 54 54 extra-source "alt-signal-stack.patch" { 55 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 56 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 55 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 56 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 57 57 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.1+musl+static+flambda/opam
··· 55 55 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 56 56 patches: ["alt-signal-stack.patch"] 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 59 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 58 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 59 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 60 60 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.1+no-flat-float-array/opam
··· 46 46 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 47 47 patches: ["alt-signal-stack.patch"] 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 50 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 49 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 50 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 51 51 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.1+spacetime/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 49 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 48 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 49 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.2+32bit/opam
··· 57 57 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 58 58 patches: ["alt-signal-stack.patch"] 59 59 extra-source "alt-signal-stack.patch" { 60 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 61 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 60 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 61 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 62 62 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.2+afl/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 49 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 48 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 49 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.2+bytecode-only/opam
··· 44 44 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 45 45 patches: ["alt-signal-stack.patch"] 46 46 extra-source "alt-signal-stack.patch" { 47 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 48 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 47 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 48 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 49 49 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.2+default-unsafe-string/opam
··· 51 51 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 52 52 patches: ["alt-signal-stack.patch"] 53 53 extra-source "alt-signal-stack.patch" { 54 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 55 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 54 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 55 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 56 56 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.2+flambda+no-flat-float-array/opam
··· 48 48 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 49 49 patches: ["alt-signal-stack.patch"] 50 50 extra-source "alt-signal-stack.patch" { 51 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 52 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 51 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 52 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 53 53 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.2+flambda/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 49 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 48 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 49 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.2+fp+flambda/opam
··· 48 48 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 49 49 patches: ["alt-signal-stack.patch"] 50 50 extra-source "alt-signal-stack.patch" { 51 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 52 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 51 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 52 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 53 53 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.2+fp/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 49 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 48 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 49 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.2+musl+flambda/opam
··· 52 52 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 53 53 patches: ["alt-signal-stack.patch"] 54 54 extra-source "alt-signal-stack.patch" { 55 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 56 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 55 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 56 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 57 57 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.2+musl+static+flambda/opam
··· 55 55 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 56 56 patches: ["alt-signal-stack.patch"] 57 57 extra-source "alt-signal-stack.patch" { 58 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 59 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 58 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 59 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 60 60 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.2+no-flat-float-array/opam
··· 46 46 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 47 47 patches: ["alt-signal-stack.patch"] 48 48 extra-source "alt-signal-stack.patch" { 49 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 50 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 49 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 50 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 51 51 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.11.2+spacetime/opam
··· 45 45 license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 46 46 patches: ["alt-signal-stack.patch"] 47 47 extra-source "alt-signal-stack.patch" { 48 - src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch" 49 - checksum: "sha256=7563fcc6f931b5b20269ac2b3f14a0f336fe87dbdb6b2c6a0de181aed019a39d" 48 + src: "https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch?full_index=1" 49 + checksum: "sha256=e94ff6043dbd47594599a7743b8e97080aef85a1541c5731c04494d19bdabaa7" 50 50 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.12.0+options/opam
··· 77 77 ] 78 78 patches: ["alt-signal-stack.patch"] 79 79 extra-source "alt-signal-stack.patch" { 80 - src: "https://github.com/ocaml/ocaml/commit/1eeb0e7fe595f5f9e1ea1edbdf785ff3b49feeeb.patch" 81 - checksum: "sha256=59de25b95409c1927c4b607fb4b1218ff7623fca45474448c8e114a42853e3ad" 80 + src: "https://github.com/ocaml/ocaml/commit/1eeb0e7fe595f5f9e1ea1edbdf785ff3b49feeeb.patch?full_index=1" 81 + checksum: "sha256=7b23f163461d1ca7305a132edc5f014d5dc0d2b1027a34292043c7a3d1d43db9" 82 82 }
+2 -2
packages/ocaml-variants/ocaml-variants.4.12.1+options/opam
··· 77 77 ] 78 78 patches: ["alt-signal-stack.patch"] 79 79 extra-source "alt-signal-stack.patch" { 80 - src: "https://github.com/ocaml/ocaml/commit/1eeb0e7fe595f5f9e1ea1edbdf785ff3b49feeeb.patch" 81 - checksum: "sha256=59de25b95409c1927c4b607fb4b1218ff7623fca45474448c8e114a42853e3ad" 80 + src: "https://github.com/ocaml/ocaml/commit/1eeb0e7fe595f5f9e1ea1edbdf785ff3b49feeeb.patch?full_index=1" 81 + checksum: "sha256=7b23f163461d1ca7305a132edc5f014d5dc0d2b1027a34292043c7a3d1d43db9" 82 82 }
+1
packages/ocaml-variants/ocaml-variants.5.1.0~alpha2+options/files/ocaml-variants.install
··· 1 + share_root: ["config.cache" {"ocaml/config.cache"}]
+86
packages/ocaml-variants/ocaml-variants.5.1.0~alpha2+options/opam
··· 1 + opam-version: "2.0" 2 + license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 3 + synopsis: "Second alpha release of OCaml 5.1.0" 4 + maintainer: "platform@lists.ocaml.org" 5 + authors: ["Xavier Leroy" "Damien Doligez" "Alain Frisch" "Jacques Garrigue" "Didier Rémy" "Jérôme Vouillon"] 6 + homepage: "https://ocaml.org" 7 + bug-reports: "https://github.com/ocaml/opam-repository/issues" 8 + dev-repo: "git+https://github.com/ocaml/ocaml.git#5.1" 9 + depends: [ 10 + "ocaml" {= "5.1.0" & post} 11 + "base-unix" {post} 12 + "base-bigarray" {post} 13 + "base-threads" {post} 14 + "base-domains" {post} 15 + "base-nnp" {post} 16 + "ocaml-option-bytecode-only" {arch != "arm64" & arch != "x86_64" & arch != "s390x" & arch != "riscv" } 17 + "ocaml-beta" {opam-version < "2.1.0"} 18 + ] 19 + conflict-class: "ocaml-core-compiler" 20 + flags: [ compiler avoid-version ] 21 + setenv: CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs" 22 + build-env: [ 23 + [LSAN_OPTIONS = "detect_leaks=0,exitcode=0"] 24 + [ASAN_OPTIONS = "detect_leaks=0,exitcode=0"] 25 + ] 26 + build: [ 27 + [ 28 + "./configure" 29 + "--prefix=%{prefix}%" 30 + "--docdir=%{doc}%/ocaml" 31 + "-C" 32 + "--with-afl" {ocaml-option-afl:installed} 33 + "--disable-native-compiler" {ocaml-option-bytecode-only:installed} 34 + "--disable-flat-float-array" {ocaml-option-no-flat-float-array:installed} 35 + "--enable-flambda" {ocaml-option-flambda:installed} 36 + "--enable-frame-pointers" {ocaml-option-fp:installed} 37 + "CC=cc" {!ocaml-option-32bit:installed & !ocaml-option-musl:installed & (os="openbsd"|os="macos")} 38 + "CC=musl-gcc" {ocaml-option-musl:installed & os-distribution!="alpine"} 39 + "CFLAGS=-Os" {ocaml-option-musl:installed} 40 + "LDFLAGS=-Wl,--no-as-needed,-ldl" {ocaml-option-leak-sanitizer:installed | (ocaml-option-address-sanitizer:installed & os!="macos")} 41 + "CC=gcc -ldl -fsanitize=leak -fno-omit-frame-pointer -O1 -g" {ocaml-option-leak-sanitizer:installed} 42 + "CC=gcc -ldl -fsanitize=address -fno-omit-frame-pointer -O1 -g" {ocaml-option-address-sanitizer:installed & os!="macos"} 43 + "CC=clang -fsanitize=address -fno-omit-frame-pointer -O1 -g" {ocaml-option-address-sanitizer:installed & os="macos"} 44 + "CC=gcc -m32" {ocaml-option-32bit:installed & os="linux"} 45 + "CC=gcc -Wl,-read_only_relocs,suppress -arch i386 -m32" {ocaml-option-32bit:installed & os="macos"} 46 + "ASPP=cc -c" {!ocaml-option-32bit:installed & !ocaml-option-musl:installed & (os="openbsd"|os="macos")} 47 + "ASPP=musl-gcc -c" {ocaml-option-musl:installed & os-distribution!="alpine"} 48 + "ASPP=gcc -m32 -c" {ocaml-option-32bit:installed & os="linux"} 49 + "ASPP=gcc -arch i386 -m32 -c" {ocaml-option-32bit:installed & os="macos"} 50 + "AS=as --32" {ocaml-option-32bit:installed & os="linux"} 51 + "AS=as -arch i386" {ocaml-option-32bit:installed & os="macos"} 52 + "--host=i386-linux" {ocaml-option-32bit:installed & os="linux"} 53 + "--host=i386-apple-darwin13.2.0" {ocaml-option-32bit:installed & os="macos"} 54 + "PARTIALLD=ld -r -melf_i386" {ocaml-option-32bit:installed & os="linux"} 55 + "LIBS=-static" {ocaml-option-static:installed} 56 + "--disable-warn-error" 57 + ] 58 + [make "-j%{jobs}%"] 59 + ] 60 + install: [make "install"] 61 + url { 62 + src: "https://github.com/ocaml/ocaml/archive/5.1.0-alpha2.tar.gz" 63 + checksum: "sha256=c2cf241f79d1f3582de95fabc5d74a042aba61d37717517a0a587809422b9c07" 64 + } 65 + extra-files: ["ocaml-variants.install" "md5=3e969b841df1f51ca448e6e6295cb451"] 66 + post-messages: [ 67 + "A failure in the middle of the build may be caused by build parallelism 68 + (enabled by default). 69 + Please file a bug report at https://github.com/ocaml/opam-repository/issues" 70 + {failure & jobs > 1} 71 + "You can try installing again including --jobs=1 72 + to force a sequential build instead." 73 + {failure & jobs > 1 & opam-version >= "2.0.5"} 74 + ] 75 + depopts: [ 76 + "ocaml-option-32bit" 77 + "ocaml-option-afl" 78 + "ocaml-option-bytecode-only" 79 + "ocaml-option-no-flat-float-array" 80 + "ocaml-option-flambda" 81 + "ocaml-option-fp" 82 + "ocaml-option-musl" 83 + "ocaml-option-leak-sanitizer" 84 + "ocaml-option-address-sanitizer" 85 + "ocaml-option-static" 86 + ]
+38
packages/ocamlbuild/ocamlbuild.0.14.2+win/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "OCamlbuild is a build system with builtin rules to easily build most OCaml projects" 4 + maintainer: "Gabriel Scherer <gabriel.scherer@gmail.com>" 5 + authors: ["Nicolas Pouillard" "Berke Durak"] 6 + license: "LGPL-2.0-or-later WITH OCaml-LGPL-linking-exception" 7 + homepage: "https://github.com/ocaml/ocamlbuild/" 8 + doc: "https://github.com/ocaml/ocamlbuild/blob/master/manual/manual.adoc" 9 + bug-reports: "https://github.com/ocaml/ocamlbuild/issues" 10 + depends: [ 11 + "ocaml" {>= "4.03"} 12 + ] 13 + conflicts: [ 14 + "base-ocamlbuild" 15 + "ocamlfind" {< "1.6.2"} 16 + ] 17 + build: [ 18 + [make "all"] 19 + ] 20 + install: [ 21 + [make "install"] 22 + ["mkdir" "-p" "%{lib}%/ocamlbuild"] 23 + ["install" "-m" "0644" "META" "%{lib}%/ocamlbuild"] 24 + ] 25 + dev-repo: "git+https://github.com/ocaml/ocamlbuild.git" 26 + url { 27 + src: "https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.14.2.tar.gz" 28 + checksum: [ 29 + "md5=2f407fadd57b073155a6aead887d9676" 30 + "sha512=f568bf10431a1f701e8bd7554dc662400a0d978411038bbad93d44dceab02874490a8a5886a9b44e017347e7949997f13f5c3752f74e1eb5e273d2beb19a75fd" 31 + ] 32 + } 33 + extra-source "ocamlbuild-0.14.2.patch" { 34 + src: "https://raw.githubusercontent.com/ocaml-opam/opam-repository-mingw/354a87b397856f2a70024c5c83fc5001074935b6/packages/ocamlbuild/ocamlbuild.0.14.2/files/ocamlbuild-0.14.2.patch" 35 + checksum: "sha256=a9b7e1829a3304e5a073d8ddea29d3d8272698e93b7e1ee659ae5e31e5cfb6b9" 36 + } 37 + patches: "ocamlbuild-0.14.2.patch" 38 + available: os = "win32"
+43
packages/ocamlc-loc/ocamlc-loc.3.8.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Parse ocaml compiler output into structured form" 3 + description: 4 + "This library offers no backwards compatibility guarantees. Use at your own risk." 5 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 7 + license: "MIT" 8 + homepage: "https://github.com/ocaml/dune" 9 + doc: "https://dune.readthedocs.io/" 10 + bug-reports: "https://github.com/ocaml/dune/issues" 11 + depends: [ 12 + "dune" {>= "3.5"} 13 + "ocaml" {>= "4.08.0"} 14 + "dyn" {= version} 15 + "odoc" {with-doc} 16 + ] 17 + conflicts: [ 18 + "ocaml-lsp-server" {< "1.15.0"} 19 + ] 20 + dev-repo: "git+https://github.com/ocaml/dune.git" 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + ["rm" "-rf" "vendor/csexp"] 24 + ["rm" "-rf" "vendor/pp"] 25 + [ 26 + "dune" 27 + "build" 28 + "-p" 29 + name 30 + "-j" 31 + jobs 32 + "@install" 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + url { 37 + src: "https://github.com/ocaml/dune/releases/download/3.8.0/dune-3.8.0.tbz" 38 + checksum: [ 39 + "sha256=f7e2970bfab99c7766ff1a05deff5ad7f82cb2471abca6f72449572293f5f6b4" 40 + "sha512=3b3a566f63842c314de2c0a660c5f7714bc90f8303c82d82e3021aee84980eff1886d15c9b9d4ea0047a411d799fb39d5f2ea70a92bdeb629e00d3d5d5f2d994" 41 + ] 42 + } 43 + x-commit-hash: "d62f4c39748e2498fc99a398f5e0667761687bf7"
+43
packages/ocamlc-loc/ocamlc-loc.3.8.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Parse ocaml compiler output into structured form" 3 + description: 4 + "This library offers no backwards compatibility guarantees. Use at your own risk." 5 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 7 + license: "MIT" 8 + homepage: "https://github.com/ocaml/dune" 9 + doc: "https://dune.readthedocs.io/" 10 + bug-reports: "https://github.com/ocaml/dune/issues" 11 + depends: [ 12 + "dune" {>= "3.5"} 13 + "ocaml" {>= "4.08.0"} 14 + "dyn" {= version} 15 + "odoc" {with-doc} 16 + ] 17 + conflicts: [ 18 + "ocaml-lsp-server" {< "1.15.0"} 19 + ] 20 + dev-repo: "git+https://github.com/ocaml/dune.git" 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + ["rm" "-rf" "vendor/csexp"] 24 + ["rm" "-rf" "vendor/pp"] 25 + [ 26 + "dune" 27 + "build" 28 + "-p" 29 + name 30 + "-j" 31 + jobs 32 + "@install" 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + url { 37 + src: "https://github.com/ocaml/dune/releases/download/3.8.1/dune-3.8.1.tbz" 38 + checksum: [ 39 + "sha256=9413a5d6eb9d7968a0463debb9d9f1be73025345809b827978d0c14db76cf914" 40 + "sha512=6857b64e7ca8ba452937539d5996c8d0941b25d82313cfad9e1e6b835a04fb86605beccdc86400cc705ad6a969171524091ab6981df87629b542cc172b38746b" 41 + ] 42 + } 43 + x-commit-hash: "a340b806a6ec2da97c481c64011bfab7b71213a8"
+18
packages/ocamlformat-rpc/ocamlformat-rpc.removed/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Auto-formatter for OCaml code (RPC mode)" 3 + description: 4 + "OCamlFormat is a tool to automatically format OCaml code in a uniform style. This package defines a RPC interface to OCamlFormat" 5 + maintainer: ["OCamlFormat Team <ocamlformat-dev@lists.ocaml.org>"] 6 + authors: ["Josh Berdine <jjb@fb.com>"] 7 + homepage: "https://github.com/ocaml-ppx/ocamlformat" 8 + bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" 9 + depends: [] 10 + build: [] 11 + dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git" 12 + license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"] 13 + messages: [ 14 + "The `ocamlformat` package ships the RPC mode since version 0.22.4. This package is no longer necessary." {installed} 15 + ] 16 + conflicts: [ 17 + "ocamlformat" {< "0.22.4"} 18 + ]
+38
packages/odig/odig.0.0.9/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Lookup documentation of installed OCaml packages" 3 + description: """\ 4 + odig is a command line tool to lookup documentation of installed OCaml 5 + packages. It shows package metadata, readmes, change logs, licenses, 6 + cross-referenced `odoc` API documentation and manuals. 7 + 8 + odig is distributed under the ISC license. The theme fonts have their 9 + own [licenses](LICENSE.md). 10 + 11 + Homepage: https://erratique.ch/software/odig""" 12 + maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>" 13 + authors: "The odig programmers" 14 + license: [ 15 + "ISC" "LicenseRef-ParaType-Free-Font-License" "LicenseRef-DejaVu-fonts" 16 + ] 17 + tags: [ 18 + "build" "dev" "doc" "meta" "packaging" "org:erratique" "org:b0-system" 19 + ] 20 + homepage: "https://erratique.ch/software/odig" 21 + doc: "https://erratique.ch/software/odig/doc" 22 + bug-reports: "https://github.com/b0-system/odig/issues" 23 + depends: [ 24 + "ocaml" {>= "4.08"} 25 + "ocamlfind" {build} 26 + "ocamlbuild" {build} 27 + "topkg" {build & >= "1.0.3"} 28 + "cmdliner" {>= "1.1.0"} 29 + "odoc" {>= "2.0.0"} 30 + "b0" {= "0.0.5"} 31 + ] 32 + build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"] 33 + dev-repo: "git+https://erratique.ch/repos/odig.git" 34 + url { 35 + src: "https://erratique.ch/software/odig/releases/odig-0.0.9.tbz" 36 + checksum: 37 + "sha512=1658390e48b7698522bf539ee038476968c27b75cd90277dfeffb21258940fc2a1e24a12403aba24f7ad2ce33dc920d3149c7d3cfb74c5c3e961b1e96639e9de" 38 + }
+42
packages/opam-client/opam-client.2.1.5/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Client library for opam 2.1" 3 + description: 4 + "Actions on the opam root, switches, installations, and front-end." 5 + maintainer: "opam-devel@lists.ocaml.org" 6 + authors: [ 7 + "Vincent Bernardoff <vb@luminar.eu.org>" 8 + "Raja Boujbel <raja.boujbel@ocamlpro.com>" 9 + "Roberto Di Cosmo <roberto@dicosmo.org>" 10 + "Thomas Gazagnaire <thomas@gazagnaire.org>" 11 + "Louis Gesbert <louis.gesbert@ocamlpro.com>" 12 + "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 13 + "Anil Madhavapeddy <anil@recoil.org>" 14 + "Guillem Rieu <guillem.rieu@ocamlpro.com>" 15 + "Ralf Treinen <ralf.treinen@pps.jussieu.fr>" 16 + "Frederic Tuong <tuong@users.gforge.inria.fr>" 17 + ] 18 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 19 + homepage: "https://opam.ocaml.org" 20 + bug-reports: "https://github.com/ocaml/opam/issues" 21 + depends: [ 22 + "ocaml" {>= "4.02.3"} 23 + "opam-state" {= version} 24 + "opam-solver" {= version} 25 + ("base64" {>= "3.1.0"} | "base64" & "ocaml" {= "4.02.3"}) 26 + "opam-repository" {= version} 27 + "re" {>= "1.9.0"} 28 + "cmdliner" {>= "1.0.0"} 29 + "dune" {>= "1.11.0"} 30 + ] 31 + build: [ 32 + ["./configure" "--disable-checks" "--prefix" prefix] 33 + ["dune" "build" "-p" name "-j" jobs] 34 + ] 35 + dev-repo: "git+https://github.com/ocaml/opam.git" 36 + url { 37 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.1.5.tar.gz" 38 + checksum: [ 39 + "md5=58f9fe5045c00c2a022a5b65d36be868" 40 + "sha512=4395defe7df1d03ca889718b8eafd8161ff009710475f62673f19f012e0bde8ad2a919bd9d02d7f96b4c5a9bbf38e0ba9a256531c24de15cafabd4ef11f7c8e8" 41 + ] 42 + }
+42
packages/opam-core/opam-core.2.1.5/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Core library for opam 2.1" 3 + description: 4 + "Small standard library extensions, and generic system interaction modules used by opam." 5 + maintainer: "opam-devel@lists.ocaml.org" 6 + authors: [ 7 + "Vincent Bernardoff <vb@luminar.eu.org>" 8 + "Raja Boujbel <raja.boujbel@ocamlpro.com>" 9 + "Roberto Di Cosmo <roberto@dicosmo.org>" 10 + "Thomas Gazagnaire <thomas@gazagnaire.org>" 11 + "Louis Gesbert <louis.gesbert@ocamlpro.com>" 12 + "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 13 + "Anil Madhavapeddy <anil@recoil.org>" 14 + "Guillem Rieu <guillem.rieu@ocamlpro.com>" 15 + "Ralf Treinen <ralf.treinen@pps.jussieu.fr>" 16 + "Frederic Tuong <tuong@users.gforge.inria.fr>" 17 + ] 18 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 19 + homepage: "https://opam.ocaml.org" 20 + bug-reports: "https://github.com/ocaml/opam/issues" 21 + depends: [ 22 + "ocaml" {>= "4.02.3"} 23 + "base-unix" 24 + "base-bigarray" 25 + "ocamlgraph" 26 + "re" {>= "1.9.0"} 27 + "dune" {>= "1.11.0"} 28 + "cppo" {build & >= "1.1.0"} 29 + ] 30 + conflicts: ["extlib-compat"] 31 + build: [ 32 + ["./configure" "--disable-checks" "--prefix" prefix] 33 + ["dune" "build" "-p" name "-j" jobs] 34 + ] 35 + dev-repo: "git+https://github.com/ocaml/opam.git" 36 + url { 37 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.1.5.tar.gz" 38 + checksum: [ 39 + "md5=58f9fe5045c00c2a022a5b65d36be868" 40 + "sha512=4395defe7df1d03ca889718b8eafd8161ff009710475f62673f19f012e0bde8ad2a919bd9d02d7f96b4c5a9bbf38e0ba9a256531c24de15cafabd4ef11f7c8e8" 41 + ] 42 + }
+48
packages/opam-devel/opam-devel.2.1.5/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Bootstrapped development binary for opam 2.1" 3 + description: 4 + "This package compiles (bootstraps) opam. For consistency and safety of the installation, the binaries are not installed into the PATH, but into lib/opam-devel, from where the user can manually install them system-wide." 5 + maintainer: "opam-devel@lists.ocaml.org" 6 + authors: [ 7 + "Vincent Bernardoff <vb@luminar.eu.org>" 8 + "Raja Boujbel <raja.boujbel@ocamlpro.com>" 9 + "Roberto Di Cosmo <roberto@dicosmo.org>" 10 + "Thomas Gazagnaire <thomas@gazagnaire.org>" 11 + "Louis Gesbert <louis.gesbert@ocamlpro.com>" 12 + "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 13 + "Anil Madhavapeddy <anil@recoil.org>" 14 + "Guillem Rieu <guillem.rieu@ocamlpro.com>" 15 + "Ralf Treinen <ralf.treinen@pps.jussieu.fr>" 16 + "Frederic Tuong <tuong@users.gforge.inria.fr>" 17 + ] 18 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 19 + homepage: "https://opam.ocaml.org" 20 + bug-reports: "https://github.com/ocaml/opam/issues" 21 + depends: [ 22 + "ocaml" {>= "4.02.3"} 23 + "opam-client" {= version} 24 + "cmdliner" {>= "0.9.8"} 25 + "dune" {>= "1.11.0"} 26 + "conf-openssl" {with-test} 27 + "conf-diffutils" {with-test} 28 + ] 29 + build: [ 30 + ["./configure" "--disable-checks" "--prefix" prefix] 31 + [make "%{name}%.install"] 32 + ] 33 + post-messages: 34 + """\ 35 + The development version of opam has been successfully compiled into %{lib}%/%{name}%. You should not run it from there, please install the binaries to your PATH, e.g. with 36 + sudo cp %{lib}%/%{name}%/opam /usr/local/bin 37 + 38 + If you just want to give it a try without altering your current installation, you could use instead: 39 + alias opam2="OPAMROOT=~/.opam2 %{lib}%/%{name}%/opam\"""" 40 + {success} 41 + dev-repo: "git+https://github.com/ocaml/opam.git" 42 + url { 43 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.1.5.tar.gz" 44 + checksum: [ 45 + "md5=58f9fe5045c00c2a022a5b65d36be868" 46 + "sha512=4395defe7df1d03ca889718b8eafd8161ff009710475f62673f19f012e0bde8ad2a919bd9d02d7f96b4c5a9bbf38e0ba9a256531c24de15cafabd4ef11f7c8e8" 47 + ] 48 + }
+38
packages/opam-format/opam-format.2.1.5/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Format library for opam 2.1" 3 + description: "Definition of opam datastructures and its file interface." 4 + maintainer: "opam-devel@lists.ocaml.org" 5 + authors: [ 6 + "Vincent Bernardoff <vb@luminar.eu.org>" 7 + "Raja Boujbel <raja.boujbel@ocamlpro.com>" 8 + "Roberto Di Cosmo <roberto@dicosmo.org>" 9 + "Thomas Gazagnaire <thomas@gazagnaire.org>" 10 + "Louis Gesbert <louis.gesbert@ocamlpro.com>" 11 + "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 12 + "Anil Madhavapeddy <anil@recoil.org>" 13 + "Guillem Rieu <guillem.rieu@ocamlpro.com>" 14 + "Ralf Treinen <ralf.treinen@pps.jussieu.fr>" 15 + "Frederic Tuong <tuong@users.gforge.inria.fr>" 16 + ] 17 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 18 + homepage: "https://opam.ocaml.org" 19 + bug-reports: "https://github.com/ocaml/opam/issues" 20 + depends: [ 21 + "ocaml" {>= "4.02.3"} 22 + "opam-core" {= version} 23 + "opam-file-format" {>= "2.1.4"} 24 + "re" {>= "1.9.0"} 25 + "dune" {>= "1.11.0"} 26 + ] 27 + build: [ 28 + ["./configure" "--disable-checks" "--prefix" prefix] 29 + ["dune" "build" "-p" name "-j" jobs] 30 + ] 31 + dev-repo: "git+https://github.com/ocaml/opam.git" 32 + url { 33 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.1.5.tar.gz" 34 + checksum: [ 35 + "md5=58f9fe5045c00c2a022a5b65d36be868" 36 + "sha512=4395defe7df1d03ca889718b8eafd8161ff009710475f62673f19f012e0bde8ad2a919bd9d02d7f96b4c5a9bbf38e0ba9a256531c24de15cafabd4ef11f7c8e8" 37 + ] 38 + }
+40
packages/opam-installer/opam-installer.2.1.5/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Installation of files to a prefix, following opam conventions" 3 + description: """\ 4 + opam-installer is a small tool that can read *.install files, as defined by opam [1], and execute them to install or remove package files without going through opam. 5 + 6 + [1] http://opam.ocaml.org/doc/2.0/Manual.html#lt-pkgname-gt-install""" 7 + maintainer: "opam-devel@lists.ocaml.org" 8 + authors: [ 9 + "Vincent Bernardoff <vb@luminar.eu.org>" 10 + "Raja Boujbel <raja.boujbel@ocamlpro.com>" 11 + "Roberto Di Cosmo <roberto@dicosmo.org>" 12 + "Thomas Gazagnaire <thomas@gazagnaire.org>" 13 + "Louis Gesbert <louis.gesbert@ocamlpro.com>" 14 + "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 15 + "Anil Madhavapeddy <anil@recoil.org>" 16 + "Guillem Rieu <guillem.rieu@ocamlpro.com>" 17 + "Ralf Treinen <ralf.treinen@pps.jussieu.fr>" 18 + "Frederic Tuong <tuong@users.gforge.inria.fr>" 19 + ] 20 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 21 + homepage: "https://opam.ocaml.org" 22 + bug-reports: "https://github.com/ocaml/opam/issues" 23 + depends: [ 24 + "ocaml" {>= "4.02.3"} 25 + "opam-format" {= version} 26 + "cmdliner" {>= "0.9.8"} 27 + "dune" {>= "1.11.0"} 28 + ] 29 + build: [ 30 + ["./configure" "--disable-checks" "--prefix" prefix] 31 + ["dune" "build" "-p" name "-j" jobs] 32 + ] 33 + dev-repo: "git+https://github.com/ocaml/opam.git" 34 + url { 35 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.1.5.tar.gz" 36 + checksum: [ 37 + "md5=58f9fe5045c00c2a022a5b65d36be868" 38 + "sha512=4395defe7df1d03ca889718b8eafd8161ff009710475f62673f19f012e0bde8ad2a919bd9d02d7f96b4c5a9bbf38e0ba9a256531c24de15cafabd4ef11f7c8e8" 39 + ] 40 + }
+37
packages/opam-repository/opam-repository.2.1.5/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Repository library for opam 2.1" 3 + description: 4 + "This library includes repository and remote sources handling, including curl/wget, rsync, git, mercurial, darcs backends." 5 + maintainer: "opam-devel@lists.ocaml.org" 6 + authors: [ 7 + "Vincent Bernardoff <vb@luminar.eu.org>" 8 + "Raja Boujbel <raja.boujbel@ocamlpro.com>" 9 + "Roberto Di Cosmo <roberto@dicosmo.org>" 10 + "Thomas Gazagnaire <thomas@gazagnaire.org>" 11 + "Louis Gesbert <louis.gesbert@ocamlpro.com>" 12 + "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 13 + "Anil Madhavapeddy <anil@recoil.org>" 14 + "Guillem Rieu <guillem.rieu@ocamlpro.com>" 15 + "Ralf Treinen <ralf.treinen@pps.jussieu.fr>" 16 + "Frederic Tuong <tuong@users.gforge.inria.fr>" 17 + ] 18 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 19 + homepage: "https://opam.ocaml.org" 20 + bug-reports: "https://github.com/ocaml/opam/issues" 21 + depends: [ 22 + "ocaml" {>= "4.02.3"} 23 + "opam-format" {= version} 24 + "dune" {>= "1.11.0"} 25 + ] 26 + build: [ 27 + ["./configure" "--disable-checks" "--prefix" prefix] 28 + ["dune" "build" "-p" name "-j" jobs] 29 + ] 30 + dev-repo: "git+https://github.com/ocaml/opam.git" 31 + url { 32 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.1.5.tar.gz" 33 + checksum: [ 34 + "md5=58f9fe5045c00c2a022a5b65d36be868" 35 + "sha512=4395defe7df1d03ca889718b8eafd8161ff009710475f62673f19f012e0bde8ad2a919bd9d02d7f96b4c5a9bbf38e0ba9a256531c24de15cafabd4ef11f7c8e8" 36 + ] 37 + }
+45
packages/opam-solver/opam-solver.2.1.5/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Solver library for opam 2.1" 3 + description: 4 + "Solver and Cudf interaction. This library is based on the Cudf and Dose libraries, and handles calls to the external solver from opam." 5 + maintainer: "opam-devel@lists.ocaml.org" 6 + authors: [ 7 + "Vincent Bernardoff <vb@luminar.eu.org>" 8 + "Raja Boujbel <raja.boujbel@ocamlpro.com>" 9 + "Roberto Di Cosmo <roberto@dicosmo.org>" 10 + "Thomas Gazagnaire <thomas@gazagnaire.org>" 11 + "Louis Gesbert <louis.gesbert@ocamlpro.com>" 12 + "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 13 + "Anil Madhavapeddy <anil@recoil.org>" 14 + "Guillem Rieu <guillem.rieu@ocamlpro.com>" 15 + "Ralf Treinen <ralf.treinen@pps.jussieu.fr>" 16 + "Frederic Tuong <tuong@users.gforge.inria.fr>" 17 + ] 18 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 19 + homepage: "https://opam.ocaml.org" 20 + bug-reports: "https://github.com/ocaml/opam/issues" 21 + depends: [ 22 + "ocaml" {>= "4.02.3"} 23 + "opam-format" {= version} 24 + "mccs" {>= "1.1+9"} 25 + ("dose3" {>= "6.1"} | "dose3" {>= "5"} & "ocaml" {= "4.02.3"}) 26 + "cudf" {>= "0.7"} 27 + "dune" {>= "1.11.0"} 28 + ] 29 + depopts: ["z3" "opam-0install-cudf"] 30 + conflicts: [ 31 + "z3" {< "4.8.4"} 32 + "opam-0install-cudf" {< "0.4"} 33 + ] 34 + build: [ 35 + ["./configure" "--disable-checks" "--prefix" prefix] 36 + ["dune" "build" "-p" name "-j" jobs] 37 + ] 38 + dev-repo: "git+https://github.com/ocaml/opam.git" 39 + url { 40 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.1.5.tar.gz" 41 + checksum: [ 42 + "md5=58f9fe5045c00c2a022a5b65d36be868" 43 + "sha512=4395defe7df1d03ca889718b8eafd8161ff009710475f62673f19f012e0bde8ad2a919bd9d02d7f96b4c5a9bbf38e0ba9a256531c24de15cafabd4ef11f7c8e8" 44 + ] 45 + }
+37
packages/opam-state/opam-state.2.1.5/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "State library for opam 2.1" 3 + description: 4 + "Handling of the ~/.opam hierarchy, repository and switch states." 5 + maintainer: "opam-devel@lists.ocaml.org" 6 + authors: [ 7 + "Vincent Bernardoff <vb@luminar.eu.org>" 8 + "Raja Boujbel <raja.boujbel@ocamlpro.com>" 9 + "Roberto Di Cosmo <roberto@dicosmo.org>" 10 + "Thomas Gazagnaire <thomas@gazagnaire.org>" 11 + "Louis Gesbert <louis.gesbert@ocamlpro.com>" 12 + "Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr>" 13 + "Anil Madhavapeddy <anil@recoil.org>" 14 + "Guillem Rieu <guillem.rieu@ocamlpro.com>" 15 + "Ralf Treinen <ralf.treinen@pps.jussieu.fr>" 16 + "Frederic Tuong <tuong@users.gforge.inria.fr>" 17 + ] 18 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 19 + homepage: "https://opam.ocaml.org" 20 + bug-reports: "https://github.com/ocaml/opam/issues" 21 + depends: [ 22 + "ocaml" {>= "4.02.3"} 23 + "opam-repository" {= version} 24 + "dune" {>= "1.11.0"} 25 + ] 26 + build: [ 27 + ["./configure" "--disable-checks" "--prefix" prefix] 28 + ["dune" "build" "-p" name "-j" jobs] 29 + ] 30 + dev-repo: "git+https://github.com/ocaml/opam.git" 31 + url { 32 + src: "https://github.com/ocaml/opam/archive/refs/tags/2.1.5.tar.gz" 33 + checksum: [ 34 + "md5=58f9fe5045c00c2a022a5b65d36be868" 35 + "sha512=4395defe7df1d03ca889718b8eafd8161ff009710475f62673f19f012e0bde8ad2a919bd9d02d7f96b4c5a9bbf38e0ba9a256531c24de15cafabd4ef11f7c8e8" 36 + ] 37 + }
+38
packages/ordering/ordering.3.8.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Element ordering" 3 + description: "Element ordering" 4 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 5 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + license: "MIT" 7 + homepage: "https://github.com/ocaml/dune" 8 + doc: "https://dune.readthedocs.io/" 9 + bug-reports: "https://github.com/ocaml/dune/issues" 10 + depends: [ 11 + "dune" {>= "3.5"} 12 + "ocaml" {>= "4.08.0"} 13 + "odoc" {with-doc} 14 + ] 15 + dev-repo: "git+https://github.com/ocaml/dune.git" 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + ["rm" "-rf" "vendor/csexp"] 19 + ["rm" "-rf" "vendor/pp"] 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + url { 32 + src: "https://github.com/ocaml/dune/releases/download/3.8.0/dune-3.8.0.tbz" 33 + checksum: [ 34 + "sha256=f7e2970bfab99c7766ff1a05deff5ad7f82cb2471abca6f72449572293f5f6b4" 35 + "sha512=3b3a566f63842c314de2c0a660c5f7714bc90f8303c82d82e3021aee84980eff1886d15c9b9d4ea0047a411d799fb39d5f2ea70a92bdeb629e00d3d5d5f2d994" 36 + ] 37 + } 38 + x-commit-hash: "d62f4c39748e2498fc99a398f5e0667761687bf7"
+38
packages/ordering/ordering.3.8.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Element ordering" 3 + description: "Element ordering" 4 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 5 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + license: "MIT" 7 + homepage: "https://github.com/ocaml/dune" 8 + doc: "https://dune.readthedocs.io/" 9 + bug-reports: "https://github.com/ocaml/dune/issues" 10 + depends: [ 11 + "dune" {>= "3.5"} 12 + "ocaml" {>= "4.08.0"} 13 + "odoc" {with-doc} 14 + ] 15 + dev-repo: "git+https://github.com/ocaml/dune.git" 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + ["rm" "-rf" "vendor/csexp"] 19 + ["rm" "-rf" "vendor/pp"] 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + url { 32 + src: "https://github.com/ocaml/dune/releases/download/3.8.1/dune-3.8.1.tbz" 33 + checksum: [ 34 + "sha256=9413a5d6eb9d7968a0463debb9d9f1be73025345809b827978d0c14db76cf914" 35 + "sha512=6857b64e7ca8ba452937539d5996c8d0941b25d82313cfad9e1e6b835a04fb86605beccdc86400cc705ad6a969171524091ab6981df87629b542cc172b38746b" 36 + ] 37 + } 38 + x-commit-hash: "a340b806a6ec2da97c481c64011bfab7b71213a8"
+51
packages/qcheck-lin/qcheck-lin.0.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "A multicore testing library for OCaml" 4 + description: """ 5 + A testing library based on QCheck to test interface behaviour under parallel 6 + usage. Lin will generate and run random parallel tests and check the observed 7 + behaviour for sequential consistency, that is, whether they can be linearized 8 + and explained by some sequential interleaving.""" 9 + maintainer: ["Jan Midtgaard <mail@janmidtgaard.dk>"] 10 + authors: ["Jan Midtgaard" "Olivier Nicole" "Nicolas Osborne" "Samuel Hym"] 11 + license: "BSD-2-clause" 12 + tags: [ 13 + "test" 14 + "property" 15 + "qcheck" 16 + "quickcheck" 17 + "parallelism" 18 + "sequential consistency" 19 + ] 20 + homepage: "https://github.com/ocaml-multicore/multicoretests" 21 + bug-reports: "https://github.com/ocaml-multicore/multicoretests/issues" 22 + depends: [ 23 + "dune" {>= "3.0"} 24 + "ocaml" {>= "4.12"} 25 + "qcheck-core" {>= "0.20"} 26 + "qcheck-multicoretests-util" {= version} 27 + "odoc" {with-doc} 28 + ] 29 + depopts: ["base-domains"] 30 + build: [ 31 + ["dune" "subst"] {dev} 32 + [ 33 + "dune" 34 + "build" 35 + "-p" 36 + name 37 + "-j" 38 + jobs 39 + "@install" 40 + "@runtest" {with-test} 41 + "@doc" {with-doc} 42 + ] 43 + ] 44 + dev-repo: "git+https://github.com/ocaml-multicore/multicoretests.git" 45 + url { 46 + src: "https://github.com/ocaml-multicore/multicoretests/archive/0.2.tar.gz" 47 + checksum: [ 48 + "md5=d3d214d0a5c0d9f191a58be165151e27" 49 + "sha512=cf7bef79ae7eec15e0cdf9d93cb0fe07e5f75dd3d8da825c509132119289fab9b13976bc61ea033246074caa22c0ef45f7522487e5feadf47ca30db3de995253" 50 + ] 51 + }
+41
packages/qcheck-multicoretests-util/qcheck-multicoretests-util.0.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: 4 + "Various utility functions for property-based testing of multicore programs" 5 + description: """ 6 + A small library of utility functions for QCheck-based testing of 7 + multicore programs.""" 8 + maintainer: ["Jan Midtgaard <mail@janmidtgaard.dk>"] 9 + authors: ["Jan Midtgaard" "Olivier Nicole" "Nicolas Osborne" "Samuel Hym"] 10 + license: "BSD-2-clause" 11 + tags: ["test" "property" "qcheck" "quickcheck" "multicore" "non-determinism"] 12 + homepage: "https://github.com/ocaml-multicore/multicoretests" 13 + bug-reports: "https://github.com/ocaml-multicore/multicoretests/issues" 14 + depends: [ 15 + "dune" {>= "3.0"} 16 + "ocaml" {>= "4.12"} 17 + "qcheck-core" {>= "0.20"} 18 + "odoc" {with-doc} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/ocaml-multicore/multicoretests.git" 35 + url { 36 + src: "https://github.com/ocaml-multicore/multicoretests/archive/0.2.tar.gz" 37 + checksum: [ 38 + "md5=d3d214d0a5c0d9f191a58be165151e27" 39 + "sha512=cf7bef79ae7eec15e0cdf9d93cb0fe07e5f75dd3d8da825c509132119289fab9b13976bc61ea033246074caa22c0ef45f7522487e5feadf47ca30db3de995253" 40 + ] 41 + }
+51
packages/qcheck-stm/qcheck-stm.0.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: 4 + "State-machine testing library for sequential and parallel model-based tests" 5 + description: """ 6 + A state-machine testing library based on QCheck that can generate both 7 + sequential and parallel tests against a declarative model.""" 8 + maintainer: ["Jan Midtgaard <mail@janmidtgaard.dk>"] 9 + authors: ["Jan Midtgaard" "Olivier Nicole" "Nicolas Osborne" "Samuel Hym"] 10 + license: "BSD-2-clause" 11 + tags: [ 12 + "test" 13 + "property" 14 + "qcheck" 15 + "quickcheck" 16 + "state-machine testing" 17 + "model-based testing" 18 + "parallel testing" 19 + ] 20 + homepage: "https://github.com/ocaml-multicore/multicoretests" 21 + bug-reports: "https://github.com/ocaml-multicore/multicoretests/issues" 22 + depends: [ 23 + "dune" {>= "3.0"} 24 + "ocaml" {>= "4.12"} 25 + "qcheck-core" {>= "0.20"} 26 + "qcheck-multicoretests-util" {= version} 27 + "odoc" {with-doc} 28 + ] 29 + depopts: ["base-domains"] 30 + build: [ 31 + ["dune" "subst"] {dev} 32 + [ 33 + "dune" 34 + "build" 35 + "-p" 36 + name 37 + "-j" 38 + jobs 39 + "@install" 40 + "@runtest" {with-test} 41 + "@doc" {with-doc} 42 + ] 43 + ] 44 + dev-repo: "git+https://github.com/ocaml-multicore/multicoretests.git" 45 + url { 46 + src: "https://github.com/ocaml-multicore/multicoretests/archive/0.2.tar.gz" 47 + checksum: [ 48 + "md5=d3d214d0a5c0d9f191a58be165151e27" 49 + "sha512=cf7bef79ae7eec15e0cdf9d93cb0fe07e5f75dd3d8da825c509132119289fab9b13976bc61ea033246074caa22c0ef45f7522487e5feadf47ca30db3de995253" 50 + ] 51 + }
+37
packages/reactjs-jsx-ppx/reactjs-jsx-ppx.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "ReactJS JSX PPX" 3 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 4 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 5 + license: "LGPL-2.1-or-later" 6 + homepage: "https://github.com/melange-re/melange" 7 + bug-reports: "https://github.com/melange-re/melange/issues" 8 + depends: [ 9 + "dune" {>= "3.8"} 10 + "ocaml" 11 + "ppxlib" {>= "0.28.0"} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "@install" 24 + "@runtest" {with-test} 25 + "@doc" {with-doc} 26 + ] 27 + ] 28 + dev-repo: "git+https://github.com/melange-re/melange.git" 29 + url { 30 + src: 31 + "https://github.com/melange-re/melange/releases/download/1.0.0/melange-1.0.0.tbz" 32 + checksum: [ 33 + "sha256=01ff3a2711b3812889313288f9e0c8bfe2e17464b6b85282c5113cfc3b740968" 34 + "sha512=db9ac4554d0c9a8deabbdcd2ae05653964184916982c746ca794df6e2061444adaa6a0367bc1840825a007be3941643abd824aaff737a431b0e5347f7c558378" 35 + ] 36 + } 37 + x-commit-hash: "c989a91761a9b1bcc8af80fb9653eab897360325"
+38
packages/rescript-syntax/rescript-syntax.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "ReScript syntax packaged as an opam library" 3 + maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 4 + authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 5 + license: "LGPL-2.1-or-later" 6 + homepage: "https://github.com/melange-re/melange" 7 + bug-reports: "https://github.com/melange-re/melange/issues" 8 + depends: [ 9 + "dune" {>= "3.8"} 10 + "ocaml" 11 + "melange" {= version} 12 + "ppxlib" {>= "0.28.0"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + [ 18 + "dune" 19 + "build" 20 + "-p" 21 + name 22 + "-j" 23 + jobs 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ] 29 + dev-repo: "git+https://github.com/melange-re/melange.git" 30 + url { 31 + src: 32 + "https://github.com/melange-re/melange/releases/download/1.0.0/melange-1.0.0.tbz" 33 + checksum: [ 34 + "sha256=01ff3a2711b3812889313288f9e0c8bfe2e17464b6b85282c5113cfc3b740968" 35 + "sha512=db9ac4554d0c9a8deabbdcd2ae05653964184916982c746ca794df6e2061444adaa6a0367bc1840825a007be3941643abd824aaff737a431b0e5347f7c558378" 36 + ] 37 + } 38 + x-commit-hash: "c989a91761a9b1bcc8af80fb9653eab897360325"
+41
packages/sel/sel.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Simple Event Library" 3 + description: "Some sugar atop Unix.select" 4 + maintainer: ["Enrico Tassi"] 5 + authors: ["Enrico Tassi"] 6 + license: "MIT" 7 + tags: ["event" "input" "output"] 8 + homepage: "https://github.com/gares/sel" 9 + bug-reports: "https://github.com/gares/sel/issues" 10 + depends: [ 11 + "ocaml" {>= "4.08"} 12 + "dune" {>= "3.6"} 13 + "ppx_deriving" 14 + "ppx_sexp_conv" {with-test} 15 + "ppx_inline_test" {with-test} 16 + "ppx_assert" {with-test} 17 + "odoc" {with-doc} 18 + ] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ] 33 + dev-repo: "git+https://github.com/gares/sel.git" 34 + url { 35 + src: "https://github.com/gares/sel/releases/download/v0.2.0/sel-0.2.0.tbz" 36 + checksum: [ 37 + "sha256=35b3705936660ba753a6bdaf01d0f41cd1ebddc269318bb4b45dc0a013fdd723" 38 + "sha512=3001b8989fc5c9fa24a571aa0182c5dc8d458dafb3efa9e5009746ecc35e66f1e7fcfc7e54f0ced7a6d43121eaa5ff5f5afb185ad9b5858491b5a5f47bb04c11" 39 + ] 40 + } 41 + x-commit-hash: "baaf155d089aa4a7032f46c981569e27f84686f3"
+1 -1
packages/sihl/sihl.0.1.0/opam
··· 33 33 "letters" {>= "0.2.0"} 34 34 "sexplib" {>= "v0.13.0"} 35 35 "ppx_fields_conv" {>= "v0.13.0"} 36 - "ppx_sexp_conv" {>= "v0.13.0"} 36 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 37 37 "alcotest" {>= "1.2.0"} 38 38 "containers" {>= "2.8"} 39 39 "alcotest-lwt" {>= "1.2.0" & with-test}
+1 -1
packages/sihl/sihl.0.1.1/opam
··· 33 33 "letters" {>= "0.2.0"} 34 34 "sexplib" {>= "v0.13.0"} 35 35 "ppx_fields_conv" {>= "v0.13.0"} 36 - "ppx_sexp_conv" {>= "v0.13.0"} 36 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 37 37 "alcotest" {>= "1.2.0"} 38 38 "containers" {>= "2.8"} 39 39 "alcotest-lwt" {>= "1.2.0" & with-test}
+1 -1
packages/sihl/sihl.0.1.10/opam
··· 31 31 "uuidm" {>= "0.9.7"} 32 32 "sexplib" {>= "v0.13.0"} 33 33 "ppx_fields_conv" {>= "v0.13.0"} 34 - "ppx_sexp_conv" {>= "v0.13.0"} 34 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 35 35 "alcotest" {>= "1.2.0"} 36 36 "containers" {>= "2.8"} 37 37 "alcotest-lwt" {>= "1.2.0" & < "3.0.0" & with-test}
+1 -1
packages/sihl/sihl.0.1.2/opam
··· 33 33 "letters" {>= "0.2.0"} 34 34 "sexplib" {>= "v0.13.0"} 35 35 "ppx_fields_conv" {>= "v0.13.0"} 36 - "ppx_sexp_conv" {>= "v0.13.0"} 36 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 37 37 "alcotest" {>= "1.2.0"} 38 38 "containers" {>= "2.8"} 39 39 "alcotest-lwt" {>= "1.2.0" & with-test}
+1 -1
packages/sihl/sihl.0.1.3/opam
··· 33 33 "letters" {>= "0.2.0"} 34 34 "sexplib" {>= "v0.13.0"} 35 35 "ppx_fields_conv" {>= "v0.13.0"} 36 - "ppx_sexp_conv" {>= "v0.13.0"} 36 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 37 37 "alcotest" {>= "1.2.0"} 38 38 "containers" {>= "2.8"} 39 39 "alcotest-lwt" {>= "1.2.0" & with-test}
+1 -1
packages/sihl/sihl.0.1.4/opam
··· 31 31 "letters" {>= "0.2.0"} 32 32 "sexplib" {>= "v0.13.0"} 33 33 "ppx_fields_conv" {>= "v0.13.0"} 34 - "ppx_sexp_conv" {>= "v0.13.0"} 34 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 35 35 "alcotest" {>= "1.2.0"} 36 36 "containers" {>= "2.8"} 37 37 "alcotest-lwt" {>= "1.2.0" & with-test}
+1 -1
packages/sihl/sihl.0.1.5/opam
··· 29 29 "uuidm" {>= "0.9.7"} 30 30 "sexplib" {>= "v0.13.0"} 31 31 "ppx_fields_conv" {>= "v0.13.0"} 32 - "ppx_sexp_conv" {>= "v0.13.0"} 32 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 33 33 "alcotest" {>= "1.2.0"} 34 34 "containers" {>= "2.8"} 35 35 "alcotest-lwt" {>= "1.2.0" & with-test}
+1 -1
packages/sihl/sihl.0.1.6/opam
··· 31 31 "uuidm" {>= "0.9.7"} 32 32 "sexplib" {>= "v0.13.0"} 33 33 "ppx_fields_conv" {>= "v0.13.0"} 34 - "ppx_sexp_conv" {>= "v0.13.0"} 34 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 35 35 "alcotest" {>= "1.2.0"} 36 36 "containers" {>= "2.8"} 37 37 "alcotest-lwt" {>= "1.2.0" & with-test}
+1 -1
packages/sihl/sihl.0.1.7/opam
··· 31 31 "uuidm" {>= "0.9.7"} 32 32 "sexplib" {>= "v0.13.0"} 33 33 "ppx_fields_conv" {>= "v0.13.0"} 34 - "ppx_sexp_conv" {>= "v0.13.0"} 34 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 35 35 "alcotest" {>= "1.2.0"} 36 36 "containers" {>= "2.8"} 37 37 "alcotest-lwt" {>= "1.2.0" & with-test}
+1 -1
packages/sihl/sihl.0.1.8/opam
··· 31 31 "uuidm" {>= "0.9.7"} 32 32 "sexplib" {>= "v0.13.0"} 33 33 "ppx_fields_conv" {>= "v0.13.0"} 34 - "ppx_sexp_conv" {>= "v0.13.0"} 34 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 35 35 "alcotest" {>= "1.2.0"} 36 36 "containers" {>= "2.8"} 37 37 "alcotest-lwt" {>= "1.2.0" & < "3.0.0" & with-test}
+1 -1
packages/sihl/sihl.0.1.9/opam
··· 31 31 "uuidm" {>= "0.9.7"} 32 32 "sexplib" {>= "v0.13.0"} 33 33 "ppx_fields_conv" {>= "v0.13.0"} 34 - "ppx_sexp_conv" {>= "v0.13.0"} 34 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 35 35 "alcotest" {>= "1.2.0"} 36 36 "containers" {>= "2.8"} 37 37 "alcotest-lwt" {>= "1.2.0" & < "3.0.0" & with-test}
+1 -1
packages/sihl/sihl.0.3.0/opam
··· 28 28 "jwto" {>= "0.3.0"} 29 29 "uuidm" {>= "0.9.7"} 30 30 "ppx_fields_conv" {>= "v0.13.0"} 31 - "ppx_sexp_conv" {>= "v0.13.0"} 31 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 32 32 "opium" {>= "0.20.0"} 33 33 "caqti" {>= "1.2.1"} 34 34 "caqti-lwt" {>= "1.2.0"}
+1 -1
packages/sihl/sihl.0.3.0~rc2/opam
··· 28 28 "jwto" {>= "0.3.0"} 29 29 "uuidm" {>= "0.9.7"} 30 30 "ppx_fields_conv" {>= "v0.13.0"} 31 - "ppx_sexp_conv" {>= "v0.13.0"} 31 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 32 32 "opium" {>= "0.20.0"} 33 33 "caqti" {>= "1.2.1"} 34 34 "caqti-lwt" {>= "1.2.0"}
+1 -1
packages/sihl/sihl.0.4.0/opam
··· 30 30 "jwto" {>= "0.3.0"} 31 31 "uuidm" {>= "0.9.7"} 32 32 "ppx_fields_conv" {>= "v0.13.0"} 33 - "ppx_sexp_conv" {>= "v0.13.0"} 33 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 34 34 "opium" {>= "0.20.0"} 35 35 "caqti" {>= "1.2.1"} 36 36 "caqti-lwt" {>= "1.2.0"}
+1 -1
packages/sihl/sihl.0.4.1/opam
··· 30 30 "jwto" {>= "0.3.0"} 31 31 "uuidm" {>= "0.9.7"} 32 32 "ppx_fields_conv" {>= "v0.13.0"} 33 - "ppx_sexp_conv" {>= "v0.13.0"} 33 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 34 34 "opium" {>= "0.20.0"} 35 35 "caqti" {>= "1.2.1"} 36 36 "caqti-lwt" {>= "1.2.0"}
+1 -1
packages/sihl/sihl.0.5.0/opam
··· 30 30 "jwto" {>= "0.3.0"} 31 31 "uuidm" {>= "0.9.7"} 32 32 "ppx_fields_conv" {>= "v0.13.0"} 33 - "ppx_sexp_conv" {>= "v0.13.0"} 33 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 34 34 "opium" {>= "0.20.0"} 35 35 "caqti" {>= "1.2.1"} 36 36 "caqti-lwt" {>= "1.2.0"}
+1 -1
packages/sihl/sihl.0.6.0~rc1/opam
··· 33 33 "jwto" {>= "0.3.0"} 34 34 "uuidm" {>= "0.9.7"} 35 35 "ppx_fields_conv" {>= "v0.13.0"} 36 - "ppx_sexp_conv" {>= "v0.13.0"} 36 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 37 37 "opium" {>= "0.20.0"} 38 38 "caqti" {>= "1.2.1"} 39 39 "caqti-lwt" {>= "1.2.0"}
+1 -1
packages/sihl/sihl.1.0.0/opam
··· 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} 37 37 "ppx_fields_conv" {>= "v0.13.0"} 38 - "ppx_sexp_conv" {>= "v0.13.0"} 38 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 39 39 "opium" {>= "0.20.0"} 40 40 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 41 41 "alcotest-lwt" {>= "1.4.0" & with-test}
+1 -1
packages/sihl/sihl.1.0.0~rc1/opam
··· 34 34 "jwto" {>= "0.3.0"} 35 35 "uuidm" {>= "0.9.7"} 36 36 "ppx_fields_conv" {>= "v0.13.0"} 37 - "ppx_sexp_conv" {>= "v0.13.0"} 37 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 38 38 "opium" {>= "0.20.0"} 39 39 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 40 40 "alcotest-lwt" {>= "1.4.0" & with-test}
+1 -1
packages/sihl/sihl.1.0.0~rc2/opam
··· 34 34 "jwto" {>= "0.3.0"} 35 35 "uuidm" {>= "0.9.7"} 36 36 "ppx_fields_conv" {>= "v0.13.0"} 37 - "ppx_sexp_conv" {>= "v0.13.0"} 37 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 38 38 "opium" {>= "0.20.0"} 39 39 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 40 40 "alcotest-lwt" {>= "1.4.0" & with-test}
+1 -1
packages/sihl/sihl.1.0.0~rc3/opam
··· 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} 37 37 "ppx_fields_conv" {>= "v0.13.0"} 38 - "ppx_sexp_conv" {>= "v0.13.0"} 38 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 39 39 "opium" {>= "0.20.0"} 40 40 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 41 41 "alcotest-lwt" {>= "1.4.0" & with-test}
+1 -1
packages/sihl/sihl.1.0.1/opam
··· 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} 37 37 "ppx_fields_conv" {>= "v0.13.0"} 38 - "ppx_sexp_conv" {>= "v0.13.0"} 38 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 39 39 "opium" {>= "0.20.0"} 40 40 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 41 41 "alcotest-lwt" {>= "1.4.0" & with-test}
+1 -1
packages/sihl/sihl.2.0.0/opam
··· 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} 37 37 "ppx_fields_conv" {>= "v0.13.0"} 38 - "ppx_sexp_conv" {>= "v0.13.0"} 38 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 39 39 "opium" {>= "0.20.0"} 40 40 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 41 41 "alcotest-lwt" {>= "1.4.0" & with-test}
+1 -1
packages/sihl/sihl.2.0.1/opam
··· 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} 37 37 "ppx_fields_conv" {>= "v0.13.0"} 38 - "ppx_sexp_conv" {>= "v0.13.0"} 38 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 39 39 "opium" {>= "0.20.0"} 40 40 "cohttp-lwt-unix" {>= "2.5.4" & with-test} 41 41 "alcotest-lwt" {>= "1.4.0" & with-test}
+1 -1
packages/sihl/sihl.3.0.0/opam
··· 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} 37 37 "ppx_fields_conv" {>= "v0.13.0"} 38 - "ppx_sexp_conv" {>= "v0.13.0"} 38 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 39 39 "nocrypto" {>= "0.5.4-2"} 40 40 "cstruct" {>= "6.0.1"} 41 41 "opium" {>= "0.20.0"}
+1 -1
packages/sihl/sihl.3.0.1/opam
··· 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} 37 37 "ppx_fields_conv" {>= "v0.13.0"} 38 - "ppx_sexp_conv" {>= "v0.13.0"} 38 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 39 39 "nocrypto" {>= "0.5.4-2"} 40 40 "cstruct" {>= "6.0.1"} 41 41 "opium" {>= "0.20.0"}
+1 -1
packages/sihl/sihl.3.0.2/opam
··· 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} 37 37 "ppx_fields_conv" {>= "v0.13.0"} 38 - "ppx_sexp_conv" {>= "v0.13.0"} 38 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 39 39 "nocrypto" {>= "0.5.4-2"} 40 40 "cstruct" {>= "6.0.1"} 41 41 "opium" {>= "0.20.0"}
+1 -1
packages/sihl/sihl.3.0.3/opam
··· 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} 37 37 "ppx_fields_conv" {>= "v0.13.0"} 38 - "ppx_sexp_conv" {>= "v0.13.0"} 38 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 39 39 "nocrypto" {>= "0.5.4-2"} 40 40 "cstruct" {>= "6.0.1"} 41 41 "opium" {>= "0.20.0"}
+1 -1
packages/sihl/sihl.3.0.4/opam
··· 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} 37 37 "ppx_fields_conv" {>= "v0.13.0"} 38 - "ppx_sexp_conv" {>= "v0.13.0"} 38 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 39 39 "nocrypto" {>= "0.5.4-2"} 40 40 "cstruct" {>= "6.0.1"} 41 41 "opium" {>= "0.20.0"}
+1 -1
packages/sihl/sihl.3.0.5/opam
··· 35 35 "jwto" {>= "0.3.0"} 36 36 "uuidm" {>= "0.9.7"} 37 37 "ppx_fields_conv" {>= "v0.13.0"} 38 - "ppx_sexp_conv" {>= "v0.13.0"} 38 + "ppx_sexp_conv" {>= "v0.13.0" & < "v0.16.0"} 39 39 "nocrypto" {>= "0.5.4-2"} 40 40 "cstruct" {>= "6.0.1"} 41 41 "opium" {>= "0.20.0"}
+30
packages/ssl/ssl.0.6.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Samuel Mimram <samuel.mimram@ens-lyon.org>" 3 + homepage: "https://github.com/savonet/ocaml-ssl" 4 + dev-repo: "git+https://github.com/savonet/ocaml-ssl.git" 5 + bug-reports: "https://github.com/savonet/ocaml-ssl/issues" 6 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 7 + build: [ 8 + ["dune" "subst"] {dev} 9 + ["dune" "build" "-p" name "-j" jobs] 10 + ] 11 + depends: [ 12 + "dune" {>= "2.7"} 13 + "ocaml" {>= "4.03.0"} 14 + "dune-configurator" 15 + "base-unix" 16 + "conf-libssl" 17 + "alcotest" {with-test} 18 + "bisect_ppx" {dev & >= "2.5.0"} 19 + ] 20 + synopsis: "Bindings for OpenSSL" 21 + authors: "Samuel Mimram <samuel.mimram@ens-lyon.org>" 22 + url { 23 + src: 24 + "https://github.com/savonet/ocaml-ssl/releases/download/0.6.0/ssl-0.6.0.tbz" 25 + checksum: [ 26 + "sha256=39d1c8e69dbfdd4ea121bef52f8a30802e4baa556272ff1de43a66302960c051" 27 + "sha512=8cd4a0d4efa947daaa98a55f3d1b7ef3533604f8b863c5f7cf3facfb7c9fafec9352c34d4cd86177294ecd499efb3f084e2afac9dc595451525c3cc214adb36f" 28 + ] 29 + } 30 + x-commit-hash: "09c9ce9d28e4d592a4998b909bd1e5a524e84bd0"
+2 -2
packages/stdcompat/stdcompat.12/opam
··· 10 10 depends: [ 11 11 "ocaml" {>= "3.07" & < "4.11.0"} 12 12 ] 13 - depopts: ["result" "seq" "uchar" "ocamlfind"] 13 + depopts: ["result" "seq" "uchar" "ocamlfind" "conf-autoconf"] 14 14 build: [ 15 15 ["./configure" "--prefix=%{prefix}%"] 16 16 [make] ··· 23 23 checksum: [ 24 24 "sha512=5f699bb11b76be3c0a73172d58eed857f150717a5c868bc92f0a6f3bc084317b55c3f4e8bdfb451959feb9744831fd8be4e126afcc1c8dbca929a298ab427df9" 25 25 ] 26 - } 26 + }
+2 -2
packages/stdcompat/stdcompat.13/opam
··· 10 10 depends: [ 11 11 "ocaml" {>= "3.07" & < "4.11.0"} 12 12 ] 13 - depopts: ["result" "seq" "uchar" "ocamlfind"] 13 + depopts: ["result" "seq" "uchar" "ocamlfind" "conf-autoconf"] 14 14 build: [ 15 15 ["./configure" "--prefix=%{prefix}%"] 16 16 [make] ··· 23 23 checksum: [ 24 24 "sha512=baebc1d95c0aa4dabeb44cda63d2c52406e7b71622c45890dee02435b0feaecf05f94e4d710e0633ae75716154d2828e46322cd6e5803a7b14d80ed1098e492f" 25 25 ] 26 - } 26 + }
+2 -2
packages/stdcompat/stdcompat.14/opam
··· 10 10 depends: [ 11 11 "ocaml" {>= "3.07" & < "4.12.0"} 12 12 ] 13 - depopts: [ "result" "seq" "uchar" "ocamlfind" ] 13 + depopts: [ "result" "seq" "uchar" "ocamlfind" "conf-autoconf" ] 14 14 build: [ 15 15 ["./configure" "--prefix=%{prefix}%"] 16 16 [make "all" "test" {with-test}] ··· 23 23 checksum: [ 24 24 "sha512=787e2c625a25b25f166047563ae6428e682e2059610bfec3c3c3888d369ba91a80e03b1ab9f847108722d0797dbd9b71634b6ae51cc937aeb7964071c7d6dbe3" 25 25 ] 26 - } 26 + }
+1 -1
packages/stdcompat/stdcompat.15/opam
··· 10 10 depends: [ 11 11 "ocaml" {>= "3.08" & < "5.0"} 12 12 ] 13 - depopts: [ "result" "seq" "uchar" "ocamlfind" ] 13 + depopts: [ "result" "seq" "uchar" "ocamlfind" "conf-autoconf" ] 14 14 build: [ 15 15 ["./configure" "--prefix=%{prefix}%"] 16 16 [make "all" "test" {with-test}]
+1 -1
packages/stdcompat/stdcompat.16/opam
··· 10 10 depends: [ 11 11 "ocaml" {>= "3.08" & < "5.0"} 12 12 ] 13 - depopts: [ "result" "seq" "uchar" "ocamlfind" ] 13 + depopts: [ "result" "seq" "uchar" "ocamlfind" "conf-autoconf" ] 14 14 build: [ 15 15 ["./configure" "--prefix=%{prefix}%"] 16 16 [make "all" "test" {with-test}]
+1 -1
packages/stdcompat/stdcompat.17/opam
··· 10 10 depends: [ 11 11 "ocaml" {>= "3.08" & < "5.0"} 12 12 ] 13 - depopts: [ "result" "seq" "uchar" "ocamlfind" ] 13 + depopts: [ "result" "seq" "uchar" "ocamlfind" "conf-autoconf" ] 14 14 build: [ 15 15 ["./configure" "--prefix=%{prefix}%"] 16 16 [make "all" "test" {with-test}]
+1 -1
packages/stdcompat/stdcompat.18/opam
··· 10 10 depends: [ 11 11 "ocaml" {>= "3.08" & < "5.0"} 12 12 ] 13 - depopts: [ "result" "seq" "uchar" "ocamlfind" ] 13 + depopts: [ "result" "seq" "uchar" "ocamlfind" "conf-autoconf" ] 14 14 build: [ 15 15 ["./configure" "--prefix=%{prefix}%"] 16 16 [make "all" "test" {with-test}]
+1 -1
packages/stdcompat/stdcompat.19/opam
··· 11 11 "ocaml" {>= "3.07"} 12 12 "dune" {>= "2.0"} 13 13 ] 14 - depopts: [ "result" "seq" "uchar" "ocamlfind" ] 14 + depopts: [ "result" "seq" "uchar" "ocamlfind" "conf-autoconf" ] 15 15 build: [ 16 16 ["dune" "subst"] {dev} 17 17 ["dune" "build" "-p" name "-j" jobs]
+44
packages/stdune/stdune.3.8.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Dune's unstable standard library" 3 + description: 4 + "This library offers no backwards compatibility guarantees. Use at your own risk." 5 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 7 + license: "MIT" 8 + homepage: "https://github.com/ocaml/dune" 9 + doc: "https://dune.readthedocs.io/" 10 + bug-reports: "https://github.com/ocaml/dune/issues" 11 + depends: [ 12 + "dune" {>= "3.5"} 13 + "ocaml" {>= "4.08.0"} 14 + "base-unix" 15 + "dyn" {= version} 16 + "ordering" {= version} 17 + "pp" {>= "1.1.0"} 18 + "csexp" {>= "1.5.0"} 19 + "odoc" {with-doc} 20 + ] 21 + dev-repo: "git+https://github.com/ocaml/dune.git" 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + ["rm" "-rf" "vendor/csexp"] 25 + ["rm" "-rf" "vendor/pp"] 26 + [ 27 + "dune" 28 + "build" 29 + "-p" 30 + name 31 + "-j" 32 + jobs 33 + "@install" 34 + "@doc" {with-doc} 35 + ] 36 + ] 37 + url { 38 + src: "https://github.com/ocaml/dune/releases/download/3.8.0/dune-3.8.0.tbz" 39 + checksum: [ 40 + "sha256=f7e2970bfab99c7766ff1a05deff5ad7f82cb2471abca6f72449572293f5f6b4" 41 + "sha512=3b3a566f63842c314de2c0a660c5f7714bc90f8303c82d82e3021aee84980eff1886d15c9b9d4ea0047a411d799fb39d5f2ea70a92bdeb629e00d3d5d5f2d994" 42 + ] 43 + } 44 + x-commit-hash: "d62f4c39748e2498fc99a398f5e0667761687bf7"
+44
packages/stdune/stdune.3.8.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Dune's unstable standard library" 3 + description: 4 + "This library offers no backwards compatibility guarantees. Use at your own risk." 5 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 7 + license: "MIT" 8 + homepage: "https://github.com/ocaml/dune" 9 + doc: "https://dune.readthedocs.io/" 10 + bug-reports: "https://github.com/ocaml/dune/issues" 11 + depends: [ 12 + "dune" {>= "3.5"} 13 + "ocaml" {>= "4.08.0"} 14 + "base-unix" 15 + "dyn" {= version} 16 + "ordering" {= version} 17 + "pp" {>= "1.1.0"} 18 + "csexp" {>= "1.5.0"} 19 + "odoc" {with-doc} 20 + ] 21 + dev-repo: "git+https://github.com/ocaml/dune.git" 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + ["rm" "-rf" "vendor/csexp"] 25 + ["rm" "-rf" "vendor/pp"] 26 + [ 27 + "dune" 28 + "build" 29 + "-p" 30 + name 31 + "-j" 32 + jobs 33 + "@install" 34 + "@doc" {with-doc} 35 + ] 36 + ] 37 + url { 38 + src: "https://github.com/ocaml/dune/releases/download/3.8.1/dune-3.8.1.tbz" 39 + checksum: [ 40 + "sha256=9413a5d6eb9d7968a0463debb9d9f1be73025345809b827978d0c14db76cf914" 41 + "sha512=6857b64e7ca8ba452937539d5996c8d0941b25d82313cfad9e1e6b835a04fb86605beccdc86400cc705ad6a969171524091ab6981df87629b542cc172b38746b" 42 + ] 43 + } 44 + x-commit-hash: "a340b806a6ec2da97c481c64011bfab7b71213a8"
+37
packages/syslog-message/syslog-message.1.2.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Jochen Bartl <jochenbartl@mailbox.org>" 3 + authors: [ "Jochen Bartl <jochenbartl@mailbox.org>" ] 4 + homepage: "https://github.com/verbosemode/syslog-message" 5 + doc: "https://verbosemode.github.io/syslog-message/doc" 6 + dev-repo: "git+https://github.com/verbosemode/syslog-message.git" 7 + bug-reports: "https://github.com/verbosemode/syslog-message/issues" 8 + license: "BSD-2-Clause" 9 + 10 + depends: [ 11 + "ocaml" {>= "4.08.0"} 12 + "dune" {>= "2.0.0"} 13 + "ptime" 14 + "qcheck" {with-test} 15 + ] 16 + 17 + build: [ 18 + [ "dune" "subst" ] {dev} 19 + [ "dune" "build" "-p" name "-j" jobs ] 20 + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} 21 + ] 22 + conflicts: [ "result" {< "1.5"} ] 23 + 24 + synopsis: "Syslog message parser" 25 + description: """ 26 + This is a library for parsing and generating [RFC3164](https://tools.ietf.org/html/rfc3164) 27 + compatible Syslog messages. 28 + """ 29 + url { 30 + src: 31 + "https://github.com/verbosemode/syslog-message/releases/download/1.2.0/syslog-message-1.2.0.tbz" 32 + checksum: [ 33 + "sha256=f9eca2bfa26f0b410ab371b5b39aa816d2b46d4e18838d401e0e4d73ac43f70d" 34 + "sha512=7bcf7d6b8085614a440c67a655c90353f56a55a7e0888fc9a1e7b7dec7a84bb32d36324fd157fd70942b0d868cc85e19272e7700ccc68362e15b5d4b6df66993" 35 + ] 36 + } 37 + x-commit-hash: "160d94f9e3e4972b53042c5bd7c32a3ce1656082"
+40
packages/tezt/tezt.3.1.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@tezos.com" 3 + authors: ["Tezos devteam"] 4 + homepage: "https://gitlab.com/nomadic-labs/tezt/" 5 + bug-reports: "https://gitlab.com/nomadic-labs/tezt/issues" 6 + dev-repo: "git+https://gitlab.com/nomadic-labs/tezt.git" 7 + license: "MIT" 8 + depends: [ 9 + "dune" { >= "3.0" } 10 + "ocaml" { >= "4.12" } 11 + "re" { >= "1.7.2" } 12 + "lwt" { >= "5.6.0" } 13 + "base-unix" 14 + "ezjsonm" { >= "1.1.0" } 15 + "conf-npm" { with-test } 16 + "js_of_ocaml" { with-test } 17 + "js_of_ocaml-lwt" { with-test } 18 + "ocamlformat" { with-test & = "0.21.0" } 19 + ] 20 + depopts: [ 21 + "js_of_ocaml" 22 + "js_of_ocaml-lwt" 23 + ] 24 + conflicts: [ 25 + "js_of_ocaml" { < "4.0.0" } 26 + "js_of_ocaml-lwt" { < "4.0.0" } 27 + ] 28 + build: [ 29 + ["dune" "build" "-p" name "-j" jobs] 30 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 31 + ] 32 + synopsis: "Test framework for unit tests, integration tests, and regression tests" 33 + url { 34 + src: 35 + "https://gitlab.com/nomadic-labs/tezt/-/archive/3.1.1/tezt-3.1.1.tar.bz2" 36 + checksum: [ 37 + "md5=81f699e653ce9fd71e11d3704638c98d" 38 + "sha512=30fd97f8b2c5e1282d89c1c5dee3530d4e10e8c3a95abd281e8ecb8b2ee3c367eacb8e663ef445af2fdb0aa2d697d39d6284950b1bda35761c6a3b59e3f264b6" 39 + ] 40 + }
+1 -1
packages/tls-eio/tls-eio.0.15.4/opam
··· 20 20 "mirage-crypto-rng" {>= "0.8.0"} 21 21 "mirage-crypto-rng-eio" {>= "0.8.0" with-test} 22 22 "x509" {>= "0.15.0"} 23 - "eio" {>= "0.5"} 23 + "eio" {>= "0.5" & <"0.10"} 24 24 "eio_main" {>= "0.5" with-test} 25 25 "mdx" {with-test} 26 26 ]
+1 -1
packages/tls-eio/tls-eio.0.15.5/opam
··· 20 20 "mirage-crypto-rng" {>= "0.8.0"} 21 21 "mirage-crypto-rng-eio" {>= "0.8.0" with-test} 22 22 "x509" {>= "0.15.0"} 23 - "eio" {>= "0.6"} 23 + "eio" {>= "0.6" & <"0.10"} 24 24 "eio_main" {>= "0.6" with-test} 25 25 "mdx" {with-test} 26 26 ]
+1
packages/topojsone/topojsone.0.1.0/opam
··· 15 15 "mdx" {>= "1.10.0" & with-test} 16 16 "alcotest" {with-test} 17 17 "ezjsonm" {with-test} 18 + "eio" {>="0.7" & <"0.10"} 18 19 "eio_main" {>= "0.7" & with-test} 19 20 "odoc" {with-doc} 20 21 ]
+1 -1
packages/why3/why3.1.4.0/opam
··· 41 41 ] 42 42 43 43 depends: [ 44 - "conf-autoconf" {build & dev} 44 + "conf-autoconf" {build | dev} 45 45 "ocaml" {>= "4.05.0" & < "5.0~"} 46 46 "ocamlfind" {build} 47 47 "menhir" {>= "20170418"}
+1 -1
packages/why3/why3.1.4.1/opam
··· 41 41 ] 42 42 43 43 depends: [ 44 - "conf-autoconf" {build & dev} 44 + "conf-autoconf" {build | dev} 45 45 "ocaml" {>= "4.05.0" & < "5.0~"} 46 46 "ocamlfind" {build} 47 47 "menhir" {>= "20170418"}
+1 -1
packages/why3/why3.1.5.0/opam
··· 40 40 ] 41 41 42 42 depends: [ 43 - "conf-autoconf" {build & dev} 43 + "conf-autoconf" {build | dev} 44 44 "ocaml" {>= "4.05.0" & < "5.0~"} 45 45 "ocamlfind" {build} 46 46 "menhir" {>= "20170418"}
+1 -1
packages/why3/why3.1.5.1/opam
··· 40 40 ] 41 41 42 42 depends: [ 43 - "conf-autoconf" {build & dev} 43 + "conf-autoconf" {build | dev} 44 44 "ocaml" {>= "4.05.0" & < "5.0~"} 45 45 "ocamlfind" {build} 46 46 "menhir" {>= "20170418"}
+1 -1
packages/why3/why3.1.6.0/opam
··· 52 52 ] 53 53 54 54 depends: [ 55 - "conf-autoconf" {build & dev} 55 + "conf-autoconf" {build | dev} 56 56 "ocaml" {>= "4.08.0"} 57 57 "ocamlfind" {build} 58 58 "menhir" {>= "20170418"}
+40
packages/xapi-stdext-date/xapi-stdext-date.4.22.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Xapi's standard library extension, Dates" 3 + maintainer: ["Xapi project maintainers"] 4 + authors: ["Jonathan Ludlam"] 5 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 6 + homepage: "https://github.com/xapi-project/stdext" 7 + bug-reports: "https://github.com/xapi-project/stdext/issues" 8 + depends: [ 9 + "dune" {>= "2.7"} 10 + "ocaml" {>= "4.12"} 11 + "alcotest" {with-test} 12 + "astring" 13 + "base-unix" 14 + "ptime" 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/xapi-project/stdext.git" 32 + url { 33 + src: 34 + "https://github.com/xapi-project/stdext/releases/download/v4.22.0/xapi-stdext-4.22.0.tbz" 35 + checksum: [ 36 + "sha256=928bf19dea4d38cf4e268d211958eb428a0ff3233a198a2aef074aefcb346039" 37 + "sha512=033645b8ae3860a59c669c6b2d827acfea180aff75ca1466b63658ea9631693bbbb260ad88a7efca137d7c58364b7ee3d385dac77b516d38339b89cbaf7d0dbb" 38 + ] 39 + } 40 + x-commit-hash: "059facbcd54b0da2f2df1de1bb3b5f728c6a35b7"
+41
packages/xapi-stdext-encodings/xapi-stdext-encodings.4.22.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Xapi's standard library extension, Encodings" 3 + maintainer: ["Xapi project maintainers"] 4 + authors: ["Jonathan Ludlam"] 5 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 6 + homepage: "https://github.com/xapi-project/stdext" 7 + bug-reports: "https://github.com/xapi-project/stdext/issues" 8 + depends: [ 9 + "dune" {>= "2.7"} 10 + "ocaml" {>="4.13.0"} 11 + "alcotest" {>= "0.6.0" & with-test} 12 + "bechamel" { with-test} 13 + "bechamel-notty" { with-test} 14 + "notty" { with-test} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + available: arch != "arm32" & arch != "x86_32" 32 + dev-repo: "git+https://github.com/xapi-project/stdext.git" 33 + url { 34 + src: 35 + "https://github.com/xapi-project/stdext/releases/download/v4.22.0/xapi-stdext-4.22.0.tbz" 36 + checksum: [ 37 + "sha256=928bf19dea4d38cf4e268d211958eb428a0ff3233a198a2aef074aefcb346039" 38 + "sha512=033645b8ae3860a59c669c6b2d827acfea180aff75ca1466b63658ea9631693bbbb260ad88a7efca137d7c58364b7ee3d385dac77b516d38339b89cbaf7d0dbb" 39 + ] 40 + } 41 + x-commit-hash: "059facbcd54b0da2f2df1de1bb3b5f728c6a35b7"
+38
packages/xapi-stdext-pervasives/xapi-stdext-pervasives.4.22.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Xapi's standard library extension, Pervasives" 3 + maintainer: ["Xapi project maintainers"] 4 + authors: ["Jonathan Ludlam"] 5 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 6 + homepage: "https://github.com/xapi-project/stdext" 7 + bug-reports: "https://github.com/xapi-project/stdext/issues" 8 + depends: [ 9 + "dune" {>= "2.7"} 10 + "ocaml" {>= "4.08"} 11 + "logs" 12 + "odoc" {with-doc} 13 + "xapi-backtrace" 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + [ 18 + "dune" 19 + "build" 20 + "-p" 21 + name 22 + "-j" 23 + jobs 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ] 29 + dev-repo: "git+https://github.com/xapi-project/stdext.git" 30 + url { 31 + src: 32 + "https://github.com/xapi-project/stdext/releases/download/v4.22.0/xapi-stdext-4.22.0.tbz" 33 + checksum: [ 34 + "sha256=928bf19dea4d38cf4e268d211958eb428a0ff3233a198a2aef074aefcb346039" 35 + "sha512=033645b8ae3860a59c669c6b2d827acfea180aff75ca1466b63658ea9631693bbbb260ad88a7efca137d7c58364b7ee3d385dac77b516d38339b89cbaf7d0dbb" 36 + ] 37 + } 38 + x-commit-hash: "059facbcd54b0da2f2df1de1bb3b5f728c6a35b7"
+37
packages/xapi-stdext-std/xapi-stdext-std.4.22.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Xapi's standard library extension, Stdlib" 3 + maintainer: ["Xapi project maintainers"] 4 + authors: ["Jonathan Ludlam"] 5 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 6 + homepage: "https://github.com/xapi-project/stdext" 7 + bug-reports: "https://github.com/xapi-project/stdext/issues" 8 + depends: [ 9 + "dune" {>= "2.7"} 10 + "ocaml" {>="4.08.0"} 11 + "alcotest" {with-test} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "@install" 24 + "@runtest" {with-test} 25 + "@doc" {with-doc} 26 + ] 27 + ] 28 + dev-repo: "git+https://github.com/xapi-project/stdext.git" 29 + url { 30 + src: 31 + "https://github.com/xapi-project/stdext/releases/download/v4.22.0/xapi-stdext-4.22.0.tbz" 32 + checksum: [ 33 + "sha256=928bf19dea4d38cf4e268d211958eb428a0ff3233a198a2aef074aefcb346039" 34 + "sha512=033645b8ae3860a59c669c6b2d827acfea180aff75ca1466b63658ea9631693bbbb260ad88a7efca137d7c58364b7ee3d385dac77b516d38339b89cbaf7d0dbb" 35 + ] 36 + } 37 + x-commit-hash: "059facbcd54b0da2f2df1de1bb3b5f728c6a35b7"
+39
packages/xapi-stdext-threads/xapi-stdext-threads.4.22.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Xapi's standard library extension, Threads" 3 + maintainer: ["Xapi project maintainers"] 4 + authors: ["Jonathan Ludlam"] 5 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 6 + homepage: "https://github.com/xapi-project/stdext" 7 + bug-reports: "https://github.com/xapi-project/stdext/issues" 8 + depends: [ 9 + "dune" {>= "2.7"} 10 + "ocaml" 11 + "base-threads" 12 + "base-unix" 13 + "odoc" {with-doc} 14 + "xapi-stdext-pervasives" {= version} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/xapi-project/stdext.git" 31 + url { 32 + src: 33 + "https://github.com/xapi-project/stdext/releases/download/v4.22.0/xapi-stdext-4.22.0.tbz" 34 + checksum: [ 35 + "sha256=928bf19dea4d38cf4e268d211958eb428a0ff3233a198a2aef074aefcb346039" 36 + "sha512=033645b8ae3860a59c669c6b2d827acfea180aff75ca1466b63658ea9631693bbbb260ad88a7efca137d7c58364b7ee3d385dac77b516d38339b89cbaf7d0dbb" 37 + ] 38 + } 39 + x-commit-hash: "059facbcd54b0da2f2df1de1bb3b5f728c6a35b7"
+1
packages/xapi-stdext-unix/xapi-stdext-unix.4.19.0/opam
··· 27 27 "@doc" {with-doc} 28 28 ] 29 29 ] 30 + depexts: ["linux-headers"] {os-distribution = "alpine"} 30 31 dev-repo: "git+https://github.com/xapi-project/stdext.git" 31 32 url { 32 33 src:
+1
packages/xapi-stdext-unix/xapi-stdext-unix.4.20.0/opam
··· 27 27 "@doc" {with-doc} 28 28 ] 29 29 ] 30 + depexts: ["linux-headers"] {os-distribution = "alpine"} 30 31 dev-repo: "git+https://github.com/xapi-project/stdext.git" 31 32 url { 32 33 src:
+1
packages/xapi-stdext-unix/xapi-stdext-unix.4.21.0/opam
··· 28 28 "@doc" {with-doc} 29 29 ] 30 30 ] 31 + depexts: ["linux-headers"] {os-distribution = "alpine"} 31 32 dev-repo: "git+https://github.com/xapi-project/stdext.git" 32 33 url { 33 34 src:
+40
packages/xapi-stdext-unix/xapi-stdext-unix.4.22.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Xapi's standard library extension, Unix" 3 + maintainer: ["Xapi project maintainers"] 4 + authors: ["Jonathan Ludlam"] 5 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 6 + homepage: "https://github.com/xapi-project/stdext" 7 + bug-reports: "https://github.com/xapi-project/stdext/issues" 8 + depends: [ 9 + "dune" {>= "2.7"} 10 + "ocaml" {>="4.12.0"} 11 + "base-unix" 12 + "fd-send-recv" {>= "2.0.0"} 13 + "odoc" {with-doc} 14 + "xapi-stdext-pervasives" {= version} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + depexts: ["linux-headers"] {os-distribution = "alpine"} 31 + dev-repo: "git+https://github.com/xapi-project/stdext.git" 32 + url { 33 + src: 34 + "https://github.com/xapi-project/stdext/releases/download/v4.22.0/xapi-stdext-4.22.0.tbz" 35 + checksum: [ 36 + "sha256=928bf19dea4d38cf4e268d211958eb428a0ff3233a198a2aef074aefcb346039" 37 + "sha512=033645b8ae3860a59c669c6b2d827acfea180aff75ca1466b63658ea9631693bbbb260ad88a7efca137d7c58364b7ee3d385dac77b516d38339b89cbaf7d0dbb" 38 + ] 39 + } 40 + x-commit-hash: "059facbcd54b0da2f2df1de1bb3b5f728c6a35b7"
+36
packages/xapi-stdext-zerocheck/xapi-stdext-zerocheck.4.22.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Xapi's standard library extension, Zerocheck" 3 + maintainer: ["Xapi project maintainers"] 4 + authors: ["Jonathan Ludlam"] 5 + license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 6 + homepage: "https://github.com/xapi-project/stdext" 7 + bug-reports: "https://github.com/xapi-project/stdext/issues" 8 + depends: [ 9 + "dune" {>= "2.7"} 10 + "ocaml" 11 + "odoc" {with-doc} 12 + ] 13 + build: [ 14 + ["dune" "subst"] {dev} 15 + [ 16 + "dune" 17 + "build" 18 + "-p" 19 + name 20 + "-j" 21 + jobs 22 + "@install" 23 + "@runtest" {with-test} 24 + "@doc" {with-doc} 25 + ] 26 + ] 27 + dev-repo: "git+https://github.com/xapi-project/stdext.git" 28 + url { 29 + src: 30 + "https://github.com/xapi-project/stdext/releases/download/v4.22.0/xapi-stdext-4.22.0.tbz" 31 + checksum: [ 32 + "sha256=928bf19dea4d38cf4e268d211958eb428a0ff3233a198a2aef074aefcb346039" 33 + "sha512=033645b8ae3860a59c669c6b2d827acfea180aff75ca1466b63658ea9631693bbbb260ad88a7efca137d7c58364b7ee3d385dac77b516d38339b89cbaf7d0dbb" 34 + ] 35 + } 36 + x-commit-hash: "059facbcd54b0da2f2df1de1bb3b5f728c6a35b7"
+39
packages/xdg/xdg.3.8.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "XDG Base Directory Specification" 3 + description: 4 + "https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html" 5 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 7 + license: "MIT" 8 + homepage: "https://github.com/ocaml/dune" 9 + doc: "https://dune.readthedocs.io/" 10 + bug-reports: "https://github.com/ocaml/dune/issues" 11 + depends: [ 12 + "dune" {>= "3.5"} 13 + "ocaml" {>= "4.08"} 14 + "odoc" {with-doc} 15 + ] 16 + dev-repo: "git+https://github.com/ocaml/dune.git" 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + ["rm" "-rf" "vendor/csexp"] 20 + ["rm" "-rf" "vendor/pp"] 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + url { 33 + src: "https://github.com/ocaml/dune/releases/download/3.8.0/dune-3.8.0.tbz" 34 + checksum: [ 35 + "sha256=f7e2970bfab99c7766ff1a05deff5ad7f82cb2471abca6f72449572293f5f6b4" 36 + "sha512=3b3a566f63842c314de2c0a660c5f7714bc90f8303c82d82e3021aee84980eff1886d15c9b9d4ea0047a411d799fb39d5f2ea70a92bdeb629e00d3d5d5f2d994" 37 + ] 38 + } 39 + x-commit-hash: "d62f4c39748e2498fc99a398f5e0667761687bf7"
+39
packages/xdg/xdg.3.8.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "XDG Base Directory Specification" 3 + description: 4 + "https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html" 5 + maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"] 6 + authors: ["Jane Street Group, LLC <opensource@janestreet.com>"] 7 + license: "MIT" 8 + homepage: "https://github.com/ocaml/dune" 9 + doc: "https://dune.readthedocs.io/" 10 + bug-reports: "https://github.com/ocaml/dune/issues" 11 + depends: [ 12 + "dune" {>= "3.5"} 13 + "ocaml" {>= "4.08"} 14 + "odoc" {with-doc} 15 + ] 16 + dev-repo: "git+https://github.com/ocaml/dune.git" 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + ["rm" "-rf" "vendor/csexp"] 20 + ["rm" "-rf" "vendor/pp"] 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + url { 33 + src: "https://github.com/ocaml/dune/releases/download/3.8.1/dune-3.8.1.tbz" 34 + checksum: [ 35 + "sha256=9413a5d6eb9d7968a0463debb9d9f1be73025345809b827978d0c14db76cf914" 36 + "sha512=6857b64e7ca8ba452937539d5996c8d0941b25d82313cfad9e1e6b835a04fb86605beccdc86400cc705ad6a969171524091ab6981df87629b542cc172b38746b" 37 + ] 38 + } 39 + x-commit-hash: "a340b806a6ec2da97c481c64011bfab7b71213a8"
+1
packages/yuujinchou/yuujinchou.5.0.0/opam
··· 1 + available: false 1 2 opam-version: "2.0" 2 3 synopsis: "A library for hierarchical names and lexical scoping" 3 4 description: """
+35
packages/yuujinchou/yuujinchou.5.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A library for hierarchical names and lexical scoping" 3 + description: """ 4 + This package offers an implementation of nested lexical scoping with an extensible domain-specific language for manipulating hierarchical names. 5 + """ 6 + maintainer: "favonia <favonia@gmail.com>" 7 + authors: [ 8 + "favonia <favonia@gmail.com>" 9 + "Jon Sterling <jon@jonmsterling.com>" 10 + ] 11 + license: "Apache-2.0" 12 + homepage: "https://github.com/RedPRL/yuujinchou" 13 + bug-reports: "https://github.com/RedPRL/yuujinchou/issues" 14 + dev-repo: "git+https://github.com/RedPRL/yuujinchou.git" 15 + depends: [ 16 + "dune" {>= "2.0"} 17 + "ocaml" {>= "5.0"} 18 + "algaeff" {>= "0.2"} 19 + "bwd" {>= "2.1"} 20 + "alcotest" {>= "1.5" & with-test} 21 + "qcheck-core" {>= "0.18" & with-test} 22 + "odoc" {>= "2.0" & with-doc} 23 + ] 24 + build: [ 25 + ["dune" "build" "-p" name "-j" jobs] 26 + ["dune" "build" "-p" name "-j" jobs "@runtest"] {with-test} 27 + ["dune" "build" "-p" name "-j" jobs "@doc"] {with-doc} 28 + ] 29 + url { 30 + src: "https://github.com/RedPRL/yuujinchou/archive/refs/tags/5.0.1.tar.gz" 31 + checksum: [ 32 + "md5=f9c0f29e411c3a429d9fa7d9e3813aec" 33 + "sha512=96aeb94ae7c7beb6bcf9191bd9d7706a3d2ceb078b823b0e374e95b2a7e18ae27bdda4378bf799eb243f43b85409d1f11ff0165e22d332ca2f0ebc40b60a6cbe" 34 + ] 35 + }
+43
packages/z3/z3.4.12.2/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "weng@cs.jhu.edu" 3 + authors: "MSR" 4 + homepage: "https://github.com/Z3prover/z3" 5 + bug-reports: "https://github.com/Z3prover/z3/issues" 6 + license: "MIT" 7 + dev-repo: "git+https://github.com/Z3prover/z3.git" 8 + depexts: [ 9 + ["python3-distutils"] {os-family = "debian"} 10 + ] 11 + build: [ 12 + [ "python3" "scripts/mk_make.py" "--ml" ] 13 + [ make "-C" "build" "-j" jobs ] 14 + ] 15 + 16 + install: [ 17 + [ "sh" "-c" "ocamlfind install z3 build/api/ml/* -dll build/libz3.*"] 18 + [ "cp" "build/z3" "%{bin}%/z3"] 19 + ] 20 + 21 + depends: [ 22 + "ocaml" {>= "4.08.0"} 23 + "ocamlfind" {build} 24 + "zarith" 25 + "conf-gmp" 26 + "conf-python-3" {build} 27 + "conf-c++" {build} 28 + ] 29 + x-ci-accept-failures: [ 30 + "centos-7" "oraclelinux-7" # C compiler is too old 31 + ] 32 + conflicts: [ 33 + "ocaml-option-bytecode-only" 34 + ] 35 + synopsis: "Z3 solver" 36 + url { 37 + src: 38 + "https://github.com/Z3Prover/z3/archive/refs/tags/z3-4.12.2.tar.gz" 39 + checksum: [ 40 + "sha256=9f58f3710bd2094085951a75791550f547903d75fe7e2fcb373c5f03fc761b8f" 41 + "sha512=375477cbbc9837b44e752c89916409d07bf6a73830b52878aab4f376f08b37dd5ab485da225744d394ab15f2a7e1014edc3be5eb9962934c440a8d55259317e2" 42 + ] 43 + }
+1 -1
repo
··· 4 4 announce: [ 5 5 """ 6 6 [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html) 7 - """ {(opam-version >= "2.1.0~~" & opam-version < "2.1.4") | opam-version < "2.0.10"} 7 + """ {(opam-version >= "2.1.0~~" & opam-version < "2.1.5") | opam-version < "2.0.10"} 8 8 """ 9 9 [INFO] opam 2.1 includes many performance improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html) 10 10 """ {opam-version >= "2.0.10" & opam-version < "2.1.0~~"}