Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- ocaml-version: "4.14.2"
runs-on: ["ubuntu-22.04-arm"]
experimental: true
- ocaml-version: "5.3.0"
- ocaml-version: "5.4.0"
runs-on: ["ubuntu-22.04"]
experimental: true

Expand Down
1 change: 1 addition & 0 deletions packages/alcotest/alcotest.1.9.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ depends: [
"fmt" {>= "0.8.7"}
"astring"
"cmdliner" {>= "1.2.0"}
"cmdliner" {with-test & < "2.0.0"}
"re" {>= "1.7.2"}
"stdlib-shims"
"uutf" {>= "1.0.1"}
Expand Down
36 changes: 19 additions & 17 deletions packages/angstrom/angstrom.0.16.1/opam
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
opam-version: "2.0"
name: "angstrom"
version: "0.16.1"
synopsis: "Parser combinators built for speed and memory-efficiency"
description: """\
Angstrom is a parser-combinator library that makes it easy to write efficient,
expressive, and reusable parsers suitable for high-performance applications. It
exposes monadic and applicative interfaces for composition, and supports
incremental input through buffered and unbuffered interfaces. Both interfaces
give the user total control over the blocking behavior of their application,
with the unbuffered interface enabling zero-copy IO. Parsers are backtracking by
default and support unbounded lookahead."""
maintainer: "Spiros Eliopoulos <spiros@inhabitedtype.com>"
authors: [ "Spiros Eliopoulos <spiros@inhabitedtype.com>" ]
license: "BSD-3-Clause"
authors: "Spiros Eliopoulos <spiros@inhabitedtype.com>"
license: "BSD-3-clause"
homepage: "https://github.com/inhabitedtype/angstrom"
bug-reports: "https://github.com/inhabitedtype/angstrom/issues"
dev-repo: "git+https://github.com/inhabitedtype/angstrom.git"
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.04.0"}
"dune" {>= "1.8"}
Expand All @@ -18,15 +23,12 @@ depends: [
"ppx_let" {with-test & >= "v0.14.0"}
"ocaml-syntax-shims" {build}
]
synopsis: "Parser combinators built for speed and memory-efficiency"
description: """
Angstrom is a parser-combinator library that makes it easy to write efficient,
expressive, and reusable parsers suitable for high-performance applications. It
exposes monadic and applicative interfaces for composition, and supports
incremental input through buffered and unbuffered interfaces. Both interfaces
give the user total control over the blocking behavior of their application,
with the unbuffered interface enabling zero-copy IO. Parsers are backtracking by
default and support unbounded lookahead."""
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/inhabitedtype/angstrom.git"
url {
src: "https://github.com/inhabitedtype/angstrom/archive/0.16.1.tar.gz"
checksum: [
Expand Down
33 changes: 16 additions & 17 deletions packages/asetmap/asetmap.0.8.1/opam
Original file line number Diff line number Diff line change
@@ -1,35 +1,34 @@
opam-version: "2.0"
name: "asetmap"
version: "0.8.1"
synopsis: "Alternative, compatible, OCaml standard library Sets and Maps"
description: """\
asetmap provides slightly tweaked OCaml standard library Set and Map
functors. asetmap tries to maximize compatibility with the standard
library. It essentially gets rid of `Not_found` exceptions and provide
pretty-printers for the data types.

asetmap has no dependency is distributed under the ISC license."""
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
authors: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"]
authors: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
license: "ISC"
tags: ["org:erratique" "set" "map" "stdlib"]
homepage: "http://erratique.ch/software/asetmap"
doc: "http://erratique.ch/software/asetmap/doc"
license: "ISC"
dev-repo: "git+http://erratique.ch/repos/asetmap.git"
bug-reports: "https://github.com/dbuenzli/asetmap/issues"
tags: [ "org:erratique" "set" "map" "stdlib" ]
depends: [
"ocaml" {>= "4.01.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build}
]
build: [
"ocaml" "pkg/pkg.ml" "build"
"--pinned" "%{pinned}%" ]
synopsis: "Alternative, compatible, OCaml standard library Sets and Maps"
description: """
asetmap provides slightly tweaked OCaml standard library Set and Map
functors. asetmap tries to maximize compatibility with the standard
library. It essentially gets rid of `Not_found` exceptions and provide
pretty-printers for the data types.

asetmap has no dependency is distributed under the ISC license."""
build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
dev-repo: "git+http://erratique.ch/repos/asetmap.git"
url {
src: "http://erratique.ch/software/asetmap/releases/asetmap-0.8.1.tbz"
checksum: [
"sha256=43211c54671e3c55e73e8ac5e1fb54e168d5c2875c356eb77efc98906c1f53fe"
"md5=9e4a518bfb6350e2f296c7f3147989c7"
]
}

x-maintenance-intent: ["(latest)"]
x-maintenance-intent: ["(latest)"]
1 change: 1 addition & 0 deletions packages/astring/astring.0.8.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ url {
"md5=e148907c24157d1df43bec89b58b3ec8"
]
}
x-maintenance-intent: ["(latest)"]
1 change: 1 addition & 0 deletions packages/b0/b0.0.0.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ url {
checksum:
"sha512=00a6868b4dfa34565d0141b335622a81a0e8d5b9e3c6dfad025dabfa3df2db2a1302b492953bbbce30c3a4406c324fcec25250a00b38f6d18a69e15605e3b07e"
}
x-maintenance-intent: ["(latest)"]
1 change: 1 addition & 0 deletions packages/base-bytes/base-bytes.base/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ depends: [
"ocaml" {>= "4.02.0"}
"ocamlfind" {>= "1.5.3"}
]
x-maintained: true
41 changes: 41 additions & 0 deletions packages/base/base.v0.17.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
name: "base"
version: "v0.17.3"
synopsis: "Full standard library replacement for OCaml"
description: """\
Full standard library replacement for OCaml

Base is a complete and portable alternative to the OCaml standard
library. It provides all standard functionalities one would expect
from a language standard library. It uses consistent conventions
across all of its module.

Base aims to be usable in any context. As a result system dependent
features such as I/O are not offered by Base. They are instead
provided by companion libraries such as stdio:

https://github.com/janestreet/stdio"""
maintainer: "Jane Street developers"
authors: "Jane Street Group, LLC"
license: "MIT"
homepage: "https://github.com/janestreet/base"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/base/index.html"
bug-reports: "https://github.com/janestreet/base/issues"
depends: [
"ocaml" {>= "5.1.0"}
"ocaml_intrinsics_kernel" {>= "v0.17.0" & < "v0.18~"}
"sexplib0" {>= "v0.17.0" & < "v0.18~"}
"dune" {>= "3.11.0"}
"dune-configurator"
]
available: arch != "arm32" & arch != "x86_32"
build: ["dune" "build" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/janestreet/base.git"
url {
src: "https://github.com/janestreet/base/archive/refs/tags/v0.17.3.tar.gz"
checksum: [
"md5=2100b0ed13fecf43be86ed45c5b2cc4d"
"sha512=628610caff7e124631870fa1e29661caac28bdfdb18750ee43b868037da3d65d6dd9023b4be7c4c52405679efb5e865a6632d95606a22b28a36636a6bf706ef3"
]
}
x-maintenance-intent: ["(latest)"]
1 change: 1 addition & 0 deletions packages/base64/base64.3.5.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ url {
]
}
x-commit-hash: "084346f14ed1e6706d733402dd6ff65b0dc4f718"
x-maintenance-intent: ["(latest)"]
46 changes: 0 additions & 46 deletions packages/bisect_ppx/bisect_ppx.2.8.3/opam

This file was deleted.

1 change: 1 addition & 0 deletions packages/bos/bos.0.2.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ url {
checksum:
"sha512=8daeb8a4c2dd1f2460f6274ada19f4f1b6ebe875ff83a938c93418ce0e6bdb74b8afc5c9a7d410c1c9df2dad030e4fa276b6ed2da580639484e8b5bc92610b1d"
}
x-maintenance-intent: ["(latest)"]
1 change: 1 addition & 0 deletions packages/camlp-streams/camlp-streams.5.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ url {
"sha512=2efa8dd4a636217c8d49bac1e4e7e5558fc2f45cfea66514140a59fd99dd08d61fb9f1e17804997ff648b71b13820a5d4a1eb70fed9d848aa2abd6e41f853c86"
]
}
x-maintenance-intent: ["(latest)"]
2 changes: 1 addition & 1 deletion packages/cdrom/cdrom.0.9.4/opam
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
opam-version: "2.0"
name: "cdrom"
version: "0.9.4"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
synopsis: "Query the state and contents of CDROM devices under Linux"
maintainer: "xen-api@list.xen.org"
authors: "Dave Scott <dave@recoil.org>"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
tags: "org:xapi-project"
homepage: "https://github.com/xapi-project/cdrom"
bug-reports: "https://github.com/xapi-project/cdrom/issues"
Expand Down
1 change: 1 addition & 0 deletions packages/checkseum/checkseum.0.5.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ url {
]
}
x-commit-hash: "79867ddb97f347657ff2ec026da1d77ec7864db6"
x-maintenance-intent: ["(latest)"]
1 change: 1 addition & 0 deletions packages/cmdliner/cmdliner.1.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ url {
checksum:
"sha512=4c46bc334444ff772637deae2f5ba03645d7a1b7db523470a1246acfce79b971c764d964cbb02388639b3161b279700d9ade95da550446fb32aa4849c8a8f283"
}
x-maintenance-intent: ["(latest)"]
2 changes: 1 addition & 1 deletion packages/cohttp-lwt-unix/cohttp-lwt-unix.5.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
"dune" {>= "2.0"}
"conduit-lwt" {>= "5.0.0"}
"conduit-lwt-unix" {>= "5.0.0"}
"cmdliner" {>= "1.1.0"}
"cmdliner" {>= "1.1.0" & < "2.0.0"}
"magic-mime"
"logs"
"fmt" {>= "0.8.2"}
Expand Down
3 changes: 2 additions & 1 deletion packages/conf-libcurl/conf-libcurl.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ license: "curl"
homepage: "http://curl.haxx.se/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
depends: [
"mingw-w64-shims" {os-distribution = "cygwin" & build}
("host-arch-x86_32" {os = "win32" & os-distribution != "cygwinports"} &
"conf-mingw-w64-curl-i686"
{os = "win32" & os-distribution != "cygwinports"} |
Expand All @@ -33,7 +34,7 @@ depexts: [
["curl"] {os = "win32" & os-distribution = "cygwinports"}
["curl-dev"] {os-distribution = "alpine"}
["libcurl-devel"] {os-family = "suse" | os-family = "opensuse"}
["libcurl-devel"] {os-distribution = "fedora"}
["libcurl-devel"] {os-family = "fedora"}
["libcurl-devel"] {os-distribution = "ol"}
["curl"] {os-distribution = "homebrew" & os = "macos"}
["curl"] {os-distribution = "macports" & os = "macos"}
Expand Down
2 changes: 1 addition & 1 deletion packages/conf-libev/conf-libev.4-12/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depexts: [
["libev"] {os = "macos" & os-distribution = "homebrew"}
["libev-dev"] {os-family = "alpine"}
["libev"] {os-family = "arch"}
["libev-devel"] {os-distribution = "fedora"}
["libev-devel"] {os-family = "fedora"}
["libev-devel"] {os-distribution = "rhel"}
["libev-devel"] {os-distribution = "centos"}
["libev-devel"] {os-distribution = "ol" & os-version >= "8"}
Expand Down
12 changes: 7 additions & 5 deletions packages/conf-libffi/conf-libffi.2.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ depends: [
]
flags: conf
build: [
"pkgconf" {os = "win32" & os-distribution = "cygwin"}
"pkgconf" {os = "win32" & os-distribution != "cygwinports"}
"--personality=i686-w64-mingw32"
{os = "win32" & os-distribution = "cygwin" & host-arch-x86_32:installed}
{os = "win32" & os-distribution != "cygwinports" &
host-arch-x86_32:installed}
"--personality=x86_64-w64-mingw32"
{os = "win32" & os-distribution = "cygwin" & host-arch-x86_64:installed}
"pkg-config" {os != "win32" | os-distribution != "cygwin"}
{os = "win32" & os-distribution != "cygwinports" &
host-arch-x86_64:installed}
"pkg-config" {os != "win32" | os-distribution = "cygwinports"}
"libffi"
]
depexts: [
Expand All @@ -35,7 +37,7 @@ depexts: [
["libffi-dev"] {os-family = "debian"}
["libffi-dev"] {os-family = "ubuntu"}
["libffi-devel"] {os-distribution = "centos"}
["libffi-devel"] {os-distribution = "fedora"}
["libffi-devel"] {os-family = "fedora"}
["libffi-devel"] {os-distribution = "mageia"}
["libffi-devel"] {os-distribution = "ol"}
["libffi-devel"] {os-family = "suse" | os-family = "opensuse"}
Expand Down
2 changes: 1 addition & 1 deletion packages/conf-libnl3/conf-libnl3.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ depexts: [
["libnl-3-dev" "libnl-route-3-dev"] {os-family = "debian"}
["libnl-3-dev" "libnl-route-3-dev"] {os-family = "ubuntu"}
["libnl3" "libnl3-devel"]
{os-distribution = "centos" | os-distribution = "fedora"}
{os-distribution = "centos" | os-family = "fedora"}
["libnl3" "libnl3-devel"] {os-distribution = "ol" & os-version >= "8"}
["libnl3-devel"] {os-family = "suse" | os-family = "opensuse"}
["libnl"] {os-family = "arch"}
Expand Down
12 changes: 7 additions & 5 deletions packages/conf-libssl/conf-libssl.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ depends: [
flags: conf
build: [
[
"pkgconf" {os = "win32" & os-distribution = "cygwin"}
"pkgconf" {os = "win32" & os-distribution != "cygwinports"}
"--personality=i686-w64-mingw32"
{os = "win32" & os-distribution = "cygwin" & host-arch-x86_32:installed}
{os = "win32" & os-distribution != "cygwinports" &
host-arch-x86_32:installed}
"--personality=x86_64-w64-mingw32"
{os = "win32" & os-distribution = "cygwin" & host-arch-x86_64:installed}
"pkg-config" {os != "win32" | os-distribution != "cygwin"}
{os = "win32" & os-distribution != "cygwinports" &
host-arch-x86_64:installed}
"pkg-config" {os != "win32" | os-distribution = "cygwinports"}
"--print-errors"
"--exists"
"openssl"
Expand All @@ -43,7 +45,7 @@ depexts: [
["libssl-dev"] {os-family = "ubuntu"}
["openssl-devel"] {os-distribution = "centos"}
["openssl-devel"] {os-distribution = "ol"}
["openssl-devel"] {os-distribution = "fedora" | os-family = "fedora"}
["openssl-devel"] {os-family = "fedora" | os-family = "fedora"}
["libopenssl-devel"] {os-family = "suse" | os-family = "opensuse"}
["openssl-dev"] {os-family = "alpine"}
["openssl"] {os-family = "arch"}
Expand Down
2 changes: 1 addition & 1 deletion packages/conf-linux-libc-dev/conf-linux-libc-dev.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ depexts: [
["linux-libc-dev"] {os-family = "ubuntu"}
["linux-glibc-devel"] {os-family = "suse" | os-family = "opensuse"}
["kernel-headers"]
{os-distribution = "fedora" | os-distribution = "rhel" |
{os-family = "fedora" | os-distribution = "rhel" |
os-distribution = "centos" |
os-distribution = "ol"}
["linux-headers"] {os-family = "alpine"}
Expand Down
3 changes: 2 additions & 1 deletion packages/conf-pam/conf-pam.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build: ["cc" "-lpam" "main.c"]
depexts: [
["libpam0g-dev"] {os-family = "debian" | os-family = "ubuntu"}
["pam-devel"] {os-distribution = "centos"}
["pam-devel"] {os-distribution = "fedora"}
["pam-devel"] {os-family = "fedora"}
["pam-devel"] {os-family = "suse" | os-family = "opensuse"}
["pam-devel"] {os-distribution = "ol"}
["pam"] {os-distribution = "arch"}
Expand All @@ -27,3 +27,4 @@ extra-source "main.c" {
"md5=f4bf9f8ac17a811ede3f472e58653b8e"
]
}
x-maintenance-intent: ["(latest)"]
2 changes: 1 addition & 1 deletion packages/conf-pkg-config/conf-pkg-config.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build: [
depexts: [
["pkg-config"] {os-family = "debian" | os-family = "ubuntu"}
["pkgconf"] {os-distribution = "arch"}
["pkgconf-pkg-config"] {os-distribution = "fedora"}
["pkgconf-pkg-config"] {os-family = "fedora"}
["pkgconfig"] {os-distribution = "centos" & os-version <= "7"}
["pkgconf-pkg-config"] {os-distribution = "mageia"}
["pkgconfig"] {os-distribution = "rhel" & os-version <= "7"}
Expand Down
Loading