this repo has no description

Merge branch 'master' of https://github.com/lukstafi/opam-repository

lukstafi bf850fe4 5a7415ad

Changed files
+1206 -6
packages
caqti
caqti.2.2.4
caqti-async
caqti-async.2.2.4
caqti-driver-mariadb
caqti-driver-mariadb.2.2.4
caqti-driver-pgx
caqti-driver-pgx.2.2.4
caqti-driver-postgresql
caqti-driver-postgresql.2.2.4
caqti-driver-sqlite3
caqti-driver-sqlite3.2.2.4
caqti-eio
caqti-eio.2.2.4
caqti-lwt
caqti-lwt.2.2.4
caqti-miou
caqti-miou.2.2.4
caqti-mirage
caqti-mirage.2.2.4
caqti-tls
caqti-tls.2.1.2
conf-cuda
conf-cuda.1
cpdf
cpdf.2.8.1
diffast-git
diffast-git.0.2
fstar
fstar.2025.02.17
fstar.2025.03.25
liquidsoap
liquidsoap.2.3.2
liquidsoap-js
liquidsoap-js.2.3.2
liquidsoap-lang
liquidsoap-lang.2.3.2
liquidsoap-mode
liquidsoap-mode.2.3.2
lwt_ppx
lwt_ppx.5.8.1
lwt_ppx.5.9.1
metadata
metadata.0.3.1
ocaml-inifiles
ocaml-inifiles.1.2
opentelemetry
opentelemetry.0.11.2
opentelemetry-client-cohttp-lwt
opentelemetry-client-cohttp-lwt.0.11.2
opentelemetry-client-ocurl
opentelemetry-client-ocurl.0.11.2
opentelemetry-cohttp-lwt
opentelemetry-cohttp-lwt.0.11.2
opentelemetry-lwt
opentelemetry-lwt.0.11.2
ppx_minidebug
ppx_minidebug.2.2.0
sedlex
sedlex.3.4
tsort
tsort.2.2.0
+40
packages/caqti-async/caqti-async.2.2.4/opam
···
+
opam-version: "2.0"
+
maintainer: "Petter A. Urkedal <paurkedal@gmail.com>"
+
authors: "Petter A. Urkedal <paurkedal@gmail.com>"
+
license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception"
+
homepage: "https://github.com/paurkedal/ocaml-caqti/"
+
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
+
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
+
depends: [
+
"async_kernel" {>= "v0.17.0"}
+
"async_unix" {>= "v0.11.0"}
+
"caqti" {>= "2.2.3" & < "2.3.0~"}
+
"core" {>= "v0.16.1"}
+
"core_unix"
+
"domain-name"
+
"dune" {>= "3.9"}
+
"ipaddr"
+
"logs"
+
"ocaml"
+
"alcotest" {with-test & >= "1.5.0"}
+
"alcotest-async" {with-test}
+
"cmdliner" {with-test & >= "1.1.0"}
+
"caqti-driver-sqlite3" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
]
+
dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git"
+
synopsis: "Async support for Caqti"
+
url {
+
src:
+
"https://github.com/paurkedal/ocaml-caqti/releases/download/v2.2.4/caqti-v2.2.4.tbz"
+
checksum: [
+
"sha256=b8ea432820154ec095132c4f7b244b06cd8553e0b2035185b844d9c4f30af8bb"
+
"sha512=b7e3ad8e6a9b587db2d517e15cd42df2945148f9223b2fa6f4bc2bcdd2709d53549cca4b65e54511d22466e4c9aa7f0b9c17305a07505519d8bf81d95de629b8"
+
]
+
}
+
x-commit-hash: "b1faede963098ac99546e8c2fe794ae34b2d2437"
+32
packages/caqti-driver-mariadb/caqti-driver-mariadb.2.2.4/opam
···
+
opam-version: "2.0"
+
maintainer: "Petter A. Urkedal <paurkedal@gmail.com>"
+
authors: "Petter A. Urkedal <paurkedal@gmail.com>"
+
license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception"
+
homepage: "https://github.com/paurkedal/ocaml-caqti/"
+
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
+
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
+
depends: [
+
"alcotest" {with-test & >= "1.5.0"}
+
"ocaml"
+
"caqti" {>= "2.2.0" & < "2.3.0~"}
+
"cmdliner" {with-test & >= "1.1.0"}
+
"dune" {>= "3.9"}
+
"mariadb" {>= "1.1.5"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
]
+
dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git"
+
synopsis: "MariaDB driver for Caqti using C bindings"
+
url {
+
src:
+
"https://github.com/paurkedal/ocaml-caqti/releases/download/v2.2.4/caqti-v2.2.4.tbz"
+
checksum: [
+
"sha256=b8ea432820154ec095132c4f7b244b06cd8553e0b2035185b844d9c4f30af8bb"
+
"sha512=b7e3ad8e6a9b587db2d517e15cd42df2945148f9223b2fa6f4bc2bcdd2709d53549cca4b65e54511d22466e4c9aa7f0b9c17305a07505519d8bf81d95de629b8"
+
]
+
}
+
x-commit-hash: "b1faede963098ac99546e8c2fe794ae34b2d2437"
+32
packages/caqti-driver-pgx/caqti-driver-pgx.2.2.4/opam
···
+
opam-version: "2.0"
+
maintainer: "Petter A. Urkedal <paurkedal@gmail.com>"
+
authors: [
+
"Petter A. Urkedal <paurkedal@gmail.com>"
+
]
+
license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception"
+
homepage: "https://github.com/paurkedal/ocaml-caqti/"
+
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
+
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"caqti" {>= "2.2.0" & < "2.3.0~"}
+
"domain-name"
+
"dune" {>= "3.9"}
+
"ipaddr"
+
"pgx" {>= "2.0"}
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git"
+
synopsis: "PostgreSQL driver for Caqti based on the pure-OCaml PGX library"
+
url {
+
src:
+
"https://github.com/paurkedal/ocaml-caqti/releases/download/v2.2.4/caqti-v2.2.4.tbz"
+
checksum: [
+
"sha256=b8ea432820154ec095132c4f7b244b06cd8553e0b2035185b844d9c4f30af8bb"
+
"sha512=b7e3ad8e6a9b587db2d517e15cd42df2945148f9223b2fa6f4bc2bcdd2709d53549cca4b65e54511d22466e4c9aa7f0b9c17305a07505519d8bf81d95de629b8"
+
]
+
}
+
x-commit-hash: "b1faede963098ac99546e8c2fe794ae34b2d2437"
+36
packages/caqti-driver-postgresql/caqti-driver-postgresql.2.2.4/opam
···
+
opam-version: "2.0"
+
maintainer: "Petter A. Urkedal <paurkedal@gmail.com>"
+
authors: [
+
"Petter A. Urkedal <paurkedal@gmail.com>"
+
"James Owen <james@cryptosense.com>"
+
]
+
license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception"
+
homepage: "https://github.com/paurkedal/ocaml-caqti/"
+
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
+
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
+
depends: [
+
"alcotest" {with-test & >= "1.5.0"}
+
"ocaml"
+
"caqti" {>= "2.2.0" & < "2.3.0~"}
+
"cmdliner" {with-test & >= "1.1.0"}
+
"dune" {>= "3.9"}
+
"odoc" {with-doc}
+
"postgresql" {>= "5.0.0"}
+
"uri" {>= "4.0.0"}
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
]
+
dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git"
+
synopsis: "PostgreSQL driver for Caqti based on C bindings"
+
url {
+
src:
+
"https://github.com/paurkedal/ocaml-caqti/releases/download/v2.2.4/caqti-v2.2.4.tbz"
+
checksum: [
+
"sha256=b8ea432820154ec095132c4f7b244b06cd8553e0b2035185b844d9c4f30af8bb"
+
"sha512=b7e3ad8e6a9b587db2d517e15cd42df2945148f9223b2fa6f4bc2bcdd2709d53549cca4b65e54511d22466e4c9aa7f0b9c17305a07505519d8bf81d95de629b8"
+
]
+
}
+
x-commit-hash: "b1faede963098ac99546e8c2fe794ae34b2d2437"
+32
packages/caqti-driver-sqlite3/caqti-driver-sqlite3.2.2.4/opam
···
+
opam-version: "2.0"
+
maintainer: "Petter A. Urkedal <paurkedal@gmail.com>"
+
authors: "Petter A. Urkedal <paurkedal@gmail.com>"
+
license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception"
+
homepage: "https://github.com/paurkedal/ocaml-caqti/"
+
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
+
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
+
depends: [
+
"alcotest" {with-test & >= "1.5.0"}
+
"ocaml"
+
"caqti" {>= "2.2.0" & < "2.3.0~"}
+
"cmdliner" {with-test & >= "1.1.0"}
+
"dune" {>= "3.9"}
+
"odoc" {with-doc}
+
"sqlite3" {>= "5.2.0"}
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
]
+
dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git"
+
synopsis: "Sqlite3 driver for Caqti using C bindings"
+
url {
+
src:
+
"https://github.com/paurkedal/ocaml-caqti/releases/download/v2.2.4/caqti-v2.2.4.tbz"
+
checksum: [
+
"sha256=b8ea432820154ec095132c4f7b244b06cd8553e0b2035185b844d9c4f30af8bb"
+
"sha512=b7e3ad8e6a9b587db2d517e15cd42df2945148f9223b2fa6f4bc2bcdd2709d53549cca4b65e54511d22466e4c9aa7f0b9c17305a07505519d8bf81d95de629b8"
+
]
+
}
+
x-commit-hash: "b1faede963098ac99546e8c2fe794ae34b2d2437"
+36
packages/caqti-eio/caqti-eio.2.2.4/opam
···
+
opam-version: "2.0"
+
maintainer: "Petter A. Urkedal <paurkedal@gmail.com>"
+
authors: "Petter A. Urkedal <paurkedal@gmail.com>"
+
license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception"
+
homepage: "https://github.com/paurkedal/ocaml-caqti/"
+
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
+
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
+
depends: [
+
"caqti" {>= "2.2.3" & < "2.3.0~"}
+
"dune" {>= "3.9"}
+
"eio" {>= "0.12"}
+
"logs"
+
"ocaml" {>= "5.0.0~"}
+
"alcotest" {with-test & >= "1.5.0"}
+
"caqti-driver-sqlite3" {with-test}
+
"cmdliner" {with-test & >= "1.1.0"}
+
"eio_main" {with-test}
+
"mirage-crypto-rng" {with-test & >= "1.2.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
]
+
dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git"
+
synopsis: "Eio support for Caqti"
+
url {
+
src:
+
"https://github.com/paurkedal/ocaml-caqti/releases/download/v2.2.4/caqti-v2.2.4.tbz"
+
checksum: [
+
"sha256=b8ea432820154ec095132c4f7b244b06cd8553e0b2035185b844d9c4f30af8bb"
+
"sha512=b7e3ad8e6a9b587db2d517e15cd42df2945148f9223b2fa6f4bc2bcdd2709d53549cca4b65e54511d22466e4c9aa7f0b9c17305a07505519d8bf81d95de629b8"
+
]
+
}
+
x-commit-hash: "b1faede963098ac99546e8c2fe794ae34b2d2437"
+38
packages/caqti-lwt/caqti-lwt.2.2.4/opam
···
+
opam-version: "2.0"
+
maintainer: "Petter A. Urkedal <paurkedal@gmail.com>"
+
authors: "Petter A. Urkedal <paurkedal@gmail.com>"
+
license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception"
+
homepage: "https://github.com/paurkedal/ocaml-caqti/"
+
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
+
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
+
depends: [
+
"caqti" {>= "2.2.3" & < "2.3.0~"}
+
"dune" {>= "3.9"}
+
"domain-name"
+
"ipaddr"
+
"logs"
+
"mtime" {>= "2.0.0"}
+
"lwt" {>= "5.3.0"}
+
"ocaml"
+
"alcotest" {with-test & >= "1.5.0"}
+
"alcotest-lwt" {with-test & >= "1.5.0"}
+
"cmdliner" {with-test & >= "1.1.0"}
+
"caqti-driver-sqlite3" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
]
+
dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git"
+
synopsis: "Lwt support for Caqti"
+
url {
+
src:
+
"https://github.com/paurkedal/ocaml-caqti/releases/download/v2.2.4/caqti-v2.2.4.tbz"
+
checksum: [
+
"sha256=b8ea432820154ec095132c4f7b244b06cd8553e0b2035185b844d9c4f30af8bb"
+
"sha512=b7e3ad8e6a9b587db2d517e15cd42df2945148f9223b2fa6f4bc2bcdd2709d53549cca4b65e54511d22466e4c9aa7f0b9c17305a07505519d8bf81d95de629b8"
+
]
+
}
+
x-commit-hash: "b1faede963098ac99546e8c2fe794ae34b2d2437"
+35
packages/caqti-miou/caqti-miou.2.2.4/opam
···
+
opam-version: "2.0"
+
maintainer: "Petter A. Urkedal <paurkedal@gmail.com>"
+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
+
license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception"
+
homepage: "https://github.com/paurkedal/ocaml-caqti/"
+
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
+
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
+
depends: [
+
"caqti" {>= "2.2.3" & < "2.3.0~"}
+
"dune" {>= "3.9"}
+
"miou" {>= "0.3.0"}
+
"logs"
+
"ocaml" {>= "5.0.0~"}
+
"alcotest" {with-test & >= "1.5.0"}
+
"caqti-driver-sqlite3" {with-test}
+
"cmdliner" {with-test & >= "1.1.0"}
+
"mirage-crypto-rng-miou-unix" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
]
+
dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git"
+
synopsis: "Miou support for Caqti"
+
url {
+
src:
+
"https://github.com/paurkedal/ocaml-caqti/releases/download/v2.2.4/caqti-v2.2.4.tbz"
+
checksum: [
+
"sha256=b8ea432820154ec095132c4f7b244b06cd8553e0b2035185b844d9c4f30af8bb"
+
"sha512=b7e3ad8e6a9b587db2d517e15cd42df2945148f9223b2fa6f4bc2bcdd2709d53549cca4b65e54511d22466e4c9aa7f0b9c17305a07505519d8bf81d95de629b8"
+
]
+
}
+
x-commit-hash: "b1faede963098ac99546e8c2fe794ae34b2d2437"
+42
packages/caqti-mirage/caqti-mirage.2.2.4/opam
···
+
opam-version: "2.0"
+
maintainer: "Petter A. Urkedal <paurkedal@gmail.com>"
+
authors: "Petter A. Urkedal <paurkedal@gmail.com>"
+
license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception"
+
homepage: "https://github.com/paurkedal/ocaml-caqti/"
+
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
+
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
+
depends: [
+
"caqti" {>= "2.2.0" & < "2.3.0~"}
+
"caqti-lwt" {>= "2.1.0" & < "2.3.0~"}
+
"caqti-tls" {>= "2.1.0" & < "2.3.0~"}
+
"dns-client" {>= "7.0.0"}
+
"dns-client-mirage" {>= "7.0.0"}
+
"domain-name"
+
"dune" {>= "3.9"}
+
"ipaddr"
+
"logs"
+
"lwt" {>= "5.3.0"}
+
"mirage-channel"
+
"mirage-sleep"
+
"ocaml"
+
"odoc" {with-doc}
+
"tls"
+
"tls-mirage" {>= "1.0.0"}
+
"tcpip" {>= "8.1.0"}
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
]
+
dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git"
+
synopsis: "MirageOS support for Caqti including TLS"
+
url {
+
src:
+
"https://github.com/paurkedal/ocaml-caqti/releases/download/v2.2.4/caqti-v2.2.4.tbz"
+
checksum: [
+
"sha256=b8ea432820154ec095132c4f7b244b06cd8553e0b2035185b844d9c4f30af8bb"
+
"sha512=b7e3ad8e6a9b587db2d517e15cd42df2945148f9223b2fa6f4bc2bcdd2709d53549cca4b65e54511d22466e4c9aa7f0b9c17305a07505519d8bf81d95de629b8"
+
]
+
}
+
x-commit-hash: "b1faede963098ac99546e8c2fe794ae34b2d2437"
+1 -1
packages/caqti-tls/caqti-tls.2.1.2/opam
···
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
depends: [
-
"caqti" {>= "2.1.0" & < "2.2.0~"}
+
"caqti" {>= "2.1.0" & < "2.3.0~"}
"dune" {>= "3.9"}
"ocaml"
"odoc" {with-doc}
+69
packages/caqti/caqti.2.2.4/opam
···
+
opam-version: "2.0"
+
maintainer: "Petter A. Urkedal <paurkedal@gmail.com>"
+
authors: [
+
"Petter A. Urkedal <paurkedal@gmail.com>"
+
"Nathan Rebours <nathan@cryptosense.com>"
+
"Basile Clément"
+
]
+
license: "LGPL-3.0-or-later WITH LGPL-3.0-linking-exception"
+
homepage: "https://github.com/paurkedal/ocaml-caqti/"
+
doc: "https://paurkedal.github.io/ocaml-caqti/index.html"
+
bug-reports: "https://github.com/paurkedal/ocaml-caqti/issues"
+
depends: [
+
"alcotest" {with-test & >= "1.5.0"}
+
"angstrom" {>= "0.14.0"}
+
"bigstringaf"
+
"cmdliner" {with-test & >= "1.1.0"}
+
"domain-name" {>= "0.2.0"}
+
"dune" {>= "3.9"}
+
"dune-site"
+
"ipaddr" {>= "3.0.0"}
+
"logs"
+
"lru" {>= "0.3.1"}
+
"lwt-dllist"
+
"mdx" {with-test & >= "2.3.0"}
+
"mtime" {>= "2.0.0"}
+
"ocaml" {>= "4.08.0"}
+
"odoc" {with-doc}
+
"ptime"
+
"re" {with-test}
+
"tls"
+
"uri" {>= "2.2.0"}
+
"x509"
+
]
+
conflicts: [
+
"result" {< "1.5"}
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs "@install"]
+
["dune" "install" "-p" name "--create-install-file" name]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+
]
+
dev-repo: "git+https://github.com/paurkedal/ocaml-caqti.git"
+
synopsis: "Unified interface to relational database libraries"
+
description: """
+
Caqti provides a monadic cooperative-threaded OCaml connector API for
+
relational databases.
+
+
The purpose of Caqti is further to help make applications independent of a
+
particular database system. This is achieved by defining a common signature,
+
which is implemented by the database drivers. Connection parameters are
+
specified as an URI, which is typically provided at run-time. Caqti then
+
loads a driver which can handle the URI, and provides a first-class module
+
which implements the driver API and additional convenience functionality.
+
+
Caqti does not make assumptions about the structure of the query language,
+
and only provides the type information needed at the edges of communication
+
between the OCaml code and the database; i.e. for encoding parameters and
+
decoding returned tuples. It is hoped that this agnostic choice makes it a
+
suitable target for higher level interfaces and code generators."""
+
url {
+
src:
+
"https://github.com/paurkedal/ocaml-caqti/releases/download/v2.2.4/caqti-v2.2.4.tbz"
+
checksum: [
+
"sha256=b8ea432820154ec095132c4f7b244b06cd8553e0b2035185b844d9c4f30af8bb"
+
"sha512=b7e3ad8e6a9b587db2d517e15cd42df2945148f9223b2fa6f4bc2bcdd2709d53549cca4b65e54511d22466e4c9aa7f0b9c17305a07505519d8bf81d95de629b8"
+
]
+
}
+
x-commit-hash: "b1faede963098ac99546e8c2fe794ae34b2d2437"
+1 -1
packages/conf-cuda/conf-cuda.1/opam
···
#include \"cuda.h\"
#include \"nvrtc.h\"
"]
-
["sh" "-exc" "$(ocamlc -config-var c_compiler) -c $CFLAGS -I'%{conf-cuda-config:cuda_path}%'/include test.c"]
+
["sh" "-exc" "$(ocamlc -config-var c_compiler) -c $CFLAGS -I'%{conf-cuda-config:cuda_path}%/include' test.c"]
]
# Note: the minimal set of packages directly from NVidia repositories, e.g. for cudajit:
# "cuda-cudart-X-Y" "cuda-cudart-dev-X-Y" "cuda-runtime-X-Y" "cuda-nvrtc-X-Y" "cuda-nvrtc-dev-X-Y"
+23
packages/cpdf/cpdf.2.8.1/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@coherentgraphics.co.uk"
+
license: "AGPL-3.0-or-later"
+
build: [[make]]
+
depends: [
+
"ocaml" {>= "4.10.0"}
+
"ocamlfind" {build}
+
"camlpdf" {= version}
+
]
+
homepage: "http://github.com/johnwhitington/cpdf-source"
+
authors: ["John Whitington"]
+
bug-reports: "http://github.com/johnwhitington/cpdf-source/issues"
+
dev-repo: "git+https://github.com/johnwhitington/cpdf-source"
+
install: [[make "install"]]
+
synopsis: "PDF command line tools"
+
url {
+
src:
+
"https://github.com/johnwhitington/cpdf-source/archive/refs/tags/v2.8.1.tar.gz"
+
checksum: [
+
"md5=45ba51aae6b5d3ea6cb421037f8f73bb"
+
"sha512=f325c703835a82be462cafa5fb9548329ef648e3aa66bca73c2ae1d9e99813b3008915018bf5090e0c0dd6e31509e97895b01c64a9b4484c4993be59e85995e8"
+
]
+
}
+52
packages/diffast-git/diffast-git.0.2/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Git functions for Diff/AST API"
+
description:
+
"Git functions for Diff/AST API. Diff/AST is a fine-grained source code differencing tool based on an algorithm for computing tree edit distance (TED) between two ordered labeled trees."
+
maintainer: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
authors: [
+
"Codinuum <codinuum@me.com>"
+
"Masatomo Hashimoto <m.hashimoto@stair.center>"
+
]
+
license: "Apache-2.0"
+
homepage: "https://github.com/codinuum/diffast"
+
doc: "https://github.com/codinuum/diffast/README.md"
+
bug-reports: "https://github.com/codinuum/diffast/issues"
+
depends: [
+
"conf-gmp"
+
"conf-pkg-config"
+
"conf-zlib"
+
"ocaml" {>= "4.14"}
+
"dune" {>= "3.17"}
+
"git-unix" {>= "3.17"}
+
"diffast-misc"
+
"vlt" {>= "0.2.4"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/codinuum/diffast.git"
+
url {
+
src: "https://github.com/codinuum/diffast/archive/v0.2.tar.gz"
+
checksum: [
+
"sha256=b5bc3e9ed7c92912e06be663c904b6d8c7d277828b6442e43d57c64414d9c5ab"
+
"md5=7404586197ede6a4f0a0d00a69069b37"
+
]
+
}
+1 -1
packages/fstar/fstar.2025.02.17/opam
···
"mtime" {>= "2.1.0"}
"pprint"
"sedlex"
-
"ppxlib" {>= "0.27.0"}
+
"ppxlib" {>= "0.27.0" & < "0.36"}
"process"
"ppx_deriving" {build}
"ppx_deriving_yojson" {build}
+1 -1
packages/fstar/fstar.2025.03.25/opam
···
"mtime" {>= "2.1.0"}
"pprint"
"sedlex"
-
"ppxlib" {>= "0.27.0"}
+
"ppxlib" {>= "0.27.0" & < "0.36"}
"process"
"ppx_deriving" {build}
"ppx_deriving_yojson" {build}
+45
packages/liquidsoap-js/liquidsoap-js.2.3.2/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Liquidsoap language - javascript wrapper"
+
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "GPL-2.0-or-later"
+
homepage: "https://github.com/savonet/liquidsoap"
+
bug-reports: "https://github.com/savonet/liquidsoap/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"ocaml" {>= "4.14"}
+
"liquidsoap-lang" {= version}
+
"js_of_ocaml-ppx"
+
"js_of_ocaml" {>= "5.7.2"}
+
"odoc" {with-doc}
+
]
+
conflicts: [
+
"liquidsoap" {!= version}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
+
x-maintenance-intent: ["(latest)"]
+
url {
+
src:
+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.3.2/liquidsoap-2.3.2-2.tar.gz"
+
checksum: [
+
"md5=6c907aed8a9936bfb0c48b541923bcde"
+
"sha512=c4f3453c1083ac5e8bc2f6dac7c5eeef1b3918ac37a4d30e1e9a8a087219abc4e65cc5facadc41edc3a0aed81d17e80922e62bb85006b44a79cf658ec545e3cc"
+
]
+
}
+46
packages/liquidsoap-lang/liquidsoap-lang.2.3.2/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Liquidsoap language library"
+
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "GPL-2.0-or-later"
+
homepage: "https://github.com/savonet/liquidsoap"
+
bug-reports: "https://github.com/savonet/liquidsoap/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"ocaml" {>= "4.14"}
+
"dune-site"
+
"re" {>= "1.11.0"}
+
"ppx_string" {build}
+
"ppx_hash" {build}
+
"sedlex" {>= "3.2"}
+
"menhir" {>= "20240715"}
+
"xml-light"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
+
x-maintenance-intent: ["(latest)"]
+
url {
+
src:
+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.3.2/liquidsoap-2.3.2-2.tar.gz"
+
checksum: [
+
"md5=6c907aed8a9936bfb0c48b541923bcde"
+
"sha512=c4f3453c1083ac5e8bc2f6dac7c5eeef1b3918ac37a4d30e1e9a8a087219abc4e65cc5facadc41edc3a0aed81d17e80922e62bb85006b44a79cf658ec545e3cc"
+
]
+
}
+47
packages/liquidsoap-mode/liquidsoap-mode.2.3.2/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Liquidosap emacs mode"
+
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "GPL-2.0-or-later"
+
homepage: "https://github.com/savonet/liquidsoap"
+
bug-reports: "https://github.com/savonet/liquidsoap/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"liquidsoap" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
+
post-messages: [
+
"This package requires additional configuration for use in editors. Install package 'user-setup', or manually:
+
+
* for Emacs, add these lines to ~/.emacs:
+
(add-to-list 'load-path \"%{share}%/emacs/site-lisp\")
+
(require 'emacs-mode)
+
"
+
{success & !user-setup:installed}
+
]
+
url {
+
src:
+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.3.2/liquidsoap-2.3.2-2.tar.gz"
+
checksum: [
+
"md5=6c907aed8a9936bfb0c48b541923bcde"
+
"sha512=c4f3453c1083ac5e8bc2f6dac7c5eeef1b3918ac37a4d30e1e9a8a087219abc4e65cc5facadc41edc3a0aed81d17e80922e62bb85006b44a79cf658ec545e3cc"
+
]
+
}
+169
packages/liquidsoap/liquidsoap.2.3.2/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Swiss-army knife for multimedia streaming"
+
description: """
+
Liquidsoap is a powerful and flexible language for describing your
+
streams. It offers a rich collection of operators that you can combine
+
at will, giving you more power than you need for creating or
+
transforming streams. But liquidsoap is still very light and easy to
+
use, in the Unix tradition of simple strong components working
+
together.
+
"""
+
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "GPL-2.0-or-later"
+
homepage: "https://github.com/savonet/liquidsoap"
+
bug-reports: "https://github.com/savonet/liquidsoap/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"ocaml" {>= "4.14"}
+
"dtools" {>= "0.4.6"}
+
"duppy" {>= "0.9.4"}
+
"mm" {>= "0.8.6"}
+
"re" {>= "1.11.0"}
+
"ocurl" {>= "0.9.2"}
+
"cry" {>= "1.0.3"}
+
"camomile" {>= "2.0.0"}
+
"uri"
+
"fileutils"
+
"menhirLib"
+
"mem_usage" {>= "0.1.1"}
+
"metadata" {>= "0.3.0"}
+
"magic-mime"
+
"dune-build-info"
+
"liquidsoap-lang" {= version}
+
"ppx_string" {build}
+
"odoc" {with-doc}
+
]
+
depopts: [
+
"alsa"
+
"ao"
+
"bjack"
+
"camlimages"
+
"ctypes-foreign"
+
"dssi"
+
"faad"
+
"fdkaac"
+
"ffmpeg"
+
"flac"
+
"frei0r"
+
"gd"
+
"graphics"
+
"imagelib"
+
"inotify"
+
"irc-client-unix"
+
"jemalloc"
+
"ladspa"
+
"lame"
+
"lilv"
+
"lo"
+
"mad"
+
"memtrace"
+
"ogg"
+
"opus"
+
"osc-unix"
+
"portaudio"
+
"posix-time2"
+
"posix-socket"
+
"pulseaudio"
+
"prometheus-liquidsoap"
+
"samplerate"
+
"shine"
+
"soundtouch"
+
"speex"
+
"sqlite3"
+
"srt"
+
"ssl"
+
"tls-liquidsoap"
+
"theora"
+
"sdl-liquidsoap"
+
"vorbis"
+
"yaml"
+
"xmlplaylist"
+
]
+
conflicts: [
+
"alsa" {< "0.3.0"}
+
"ao" {< "0.2.0"}
+
"bjack" {< "0.1.3"}
+
"camomile" {< "1.0.0"}
+
"dssi" {< "0.1.3"}
+
"faad" {< "0.5.0"}
+
"fdkaac" {< "0.3.1"}
+
"ffmpeg" {< "1.2.0"}
+
"ffmpeg-avutil" {< "1.2.0"}
+
"flac" {< "1.0.0"}
+
"frei0r" {< "0.1.0"}
+
"inotify" {< "1.0"}
+
"ladspa" {< "0.2.0"}
+
"lame" {< "0.3.7"}
+
"lo" {< "0.2.0"}
+
"mad" {< "0.5.0"}
+
"magic" {< "0.6"}
+
"mirage-crypto-rng" {< "0.6.2"}
+
"ogg" {< "1.0.0"}
+
"opus" {< "0.2.0"}
+
"odoc" {< "3.0.0~beta1"}
+
"portaudio" {< "0.2.0"}
+
"posix-time2" {< "2.0.2"}
+
"posix-socket" {< "2.1.0"}
+
"pulseaudio" {< "0.1.4"}
+
"samplerate" {< "0.1.5"}
+
"shine" {< "0.2.0"}
+
"soundtouch" {< "0.1.9"}
+
"speex" {< "1.0.0"}
+
"srt" {< "0.3.2"}
+
"ssl" {< "0.7.0"}
+
"tls" {< "1.0.2"}
+
"sdl-liquidsoap" {< "2"}
+
"theora" {< "1.0.0"}
+
"vorbis" {< "1.0.0"}
+
"xmlplaylist" {< "0.1.3"}
+
"pandoc" {with-doc}
+
"pandoc-include" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
post-messages: [
+
"""\
+
We're sorry that your liquidsoap install failed. Check out our installation
+
instructions at: https://www.liquidsoap.info/doc-%{version}%/install.html#opam
+
for more information."""
+
{failure}
+
"✨ Congratulations on installing liquidsoap! ✨" {success}
+
"""\
+
We noticed that you did not install the ffmpeg package. This package is
+
highly recommended for most users and provides a lot of useful features,
+
including decoding and encoding multiple media format, sending and
+
receiving from various inputs and outputs and more."""
+
{success & !ffmpeg-enabled}
+
"""\
+
We noticed that you did not install any ssl or tls support. Liquidsoap won't
+
be able to use SSL encryption in its input or output operators. You might want
+
to install one of ssl or tls-liquidsoap package."""
+
{success & !ssl-enabled & !tls-enabled}
+
]
+
x-maintenance-intent: ["(latest)"]
+
depexts: ["coreutils"] {os = "macos" & os-distribution = "homebrew"}
+
dev-repo: "git+https://github.com/savonet/liquidsoap.git"
+
url {
+
src:
+
"https://github.com/savonet/liquidsoap-release-assets/releases/download/v2.3.2/liquidsoap-2.3.2-2.tar.gz"
+
checksum: [
+
"md5=6c907aed8a9936bfb0c48b541923bcde"
+
"sha512=c4f3453c1083ac5e8bc2f6dac7c5eeef1b3918ac37a4d30e1e9a8a087219abc4e65cc5facadc41edc3a0aed81d17e80922e62bb85006b44a79cf658ec545e3cc"
+
]
+
}
+1 -1
packages/lwt_ppx/lwt_ppx.5.8.1/opam
···
"dune" {>= "2.7"}
"ocaml" {>= "4.08"}
"ppxlib" {>= "0.16.0" & < "0.36"}
-
"lwt"
+
"lwt" {>= "5.7.0"}
"odoc" {with-doc}
]
build: [
+1 -1
packages/lwt_ppx/lwt_ppx.5.9.1/opam
···
"ocaml" {>= "4.08"}
"ppxlib" {>= "0.16.0" & < "0.36"}
"ppx_let" {with-test}
-
"lwt"
+
"lwt" {>= "5.7.0"}
"odoc" {with-doc}
]
build: [
+37
packages/metadata/metadata.0.3.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Read metadata from various file formats"
+
description: "A pure OCaml library for reading files from various formats."
+
maintainer: ["Samuel Mimram <smimram@gmail.com>"]
+
authors: ["Samuel Mimram <smimram@gmail.com>"]
+
license: "GPL-3.0-or-later"
+
homepage: "https://github.com/savonet/ocaml-metadata"
+
bug-reports: "https://github.com/savonet/ocaml-metadata/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"ocaml" {>= "4.14.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/savonet/ocaml-metadata.git"
+
url {
+
src:
+
"https://github.com/savonet/ocaml-metadata/archive/refs/tags/v0.3.1.tar.gz"
+
checksum: [
+
"md5=5a0597eb24363728fb11983fdad2f338"
+
"sha512=7aa6a01579c38634eef9583dd192ddec3c621b2f1f19f9da1eee5e3dddaf5de925bf8177158f2734dd27b69be3309bd6a8d6b7888e5c698a843f7fe8bc0185c8"
+
]
+
}
+1
packages/ocaml-inifiles/ocaml-inifiles.1.2/opam
···
opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
+
license: "LGPL-2.1-or-later"
build: [
[make "all"]
[make "opt"]
+49
packages/opentelemetry-client-cohttp-lwt/opentelemetry-client-cohttp-lwt.0.11.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Collector client for opentelemetry, using cohttp + lwt"
+
maintainer: [
+
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
+
"Matt Bray <mattjbray@gmail.com>"
+
"ELLIOTTCABLE <opam@ell.io>"
+
]
+
authors: ["the Imandra team and contributors"]
+
license: "MIT"
+
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
+
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"ocaml" {>= "4.08"}
+
"mtime" {>= "1.4"}
+
"opentelemetry" {= version}
+
"odoc" {with-doc}
+
"lwt" {>= "5.3"}
+
"lwt_ppx" {>= "2.0"}
+
"cohttp-lwt"
+
"cohttp-lwt-unix"
+
"alcotest" {with-test}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
+
url {
+
src:
+
"https://github.com/imandra-ai/ocaml-opentelemetry/releases/download/v0.11.2/opentelemetry-0.11.2.tbz"
+
checksum: [
+
"sha256=716a7407dcbb8d950295f55d2b72fec14bf122558972681d66b4a56352987c1c"
+
"sha512=4cdf5ffe31b6b03741734cda285ec8d5c261fafb7dff1c74e40472bc46ba0e97cb2df88a1557874482918303607e9ae21362ebc064985960bc002517e313d88c"
+
]
+
}
+
x-commit-hash: "c313731a70936398d2db923a01f0aef175e986d4"
+47
packages/opentelemetry-client-ocurl/opentelemetry-client-ocurl.0.11.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Collector client for opentelemetry, using http + ezcurl"
+
maintainer: [
+
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
+
"Matt Bray <mattjbray@gmail.com>"
+
"ELLIOTTCABLE <opam@ell.io>"
+
]
+
authors: ["the Imandra team and contributors"]
+
license: "MIT"
+
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
+
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"ocaml" {>= "4.08"}
+
"mtime" {>= "1.4"}
+
"opentelemetry" {= version}
+
"odoc" {with-doc}
+
"ezcurl" {>= "0.2.3"}
+
"ocurl"
+
"alcotest" {with-test}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
+
url {
+
src:
+
"https://github.com/imandra-ai/ocaml-opentelemetry/releases/download/v0.11.2/opentelemetry-0.11.2.tbz"
+
checksum: [
+
"sha256=716a7407dcbb8d950295f55d2b72fec14bf122558972681d66b4a56352987c1c"
+
"sha512=4cdf5ffe31b6b03741734cda285ec8d5c261fafb7dff1c74e40472bc46ba0e97cb2df88a1557874482918303607e9ae21362ebc064985960bc002517e313d88c"
+
]
+
}
+
x-commit-hash: "c313731a70936398d2db923a01f0aef175e986d4"
+47
packages/opentelemetry-cohttp-lwt/opentelemetry-cohttp-lwt.0.11.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Opentelemetry tracing for Cohttp HTTP servers"
+
maintainer: [
+
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
+
"Matt Bray <mattjbray@gmail.com>"
+
"ELLIOTTCABLE <opam@ell.io>"
+
]
+
authors: ["the Imandra team and contributors"]
+
license: "MIT"
+
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
+
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"ocaml" {>= "4.08"}
+
"opentelemetry" {= version}
+
"opentelemetry-lwt" {= version}
+
"odoc" {with-doc}
+
"lwt" {>= "5.3"}
+
"cohttp-lwt" {>= "4.0.0" & < "6"}
+
"alcotest" {with-test}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
+
url {
+
src:
+
"https://github.com/imandra-ai/ocaml-opentelemetry/releases/download/v0.11.2/opentelemetry-0.11.2.tbz"
+
checksum: [
+
"sha256=716a7407dcbb8d950295f55d2b72fec14bf122558972681d66b4a56352987c1c"
+
"sha512=4cdf5ffe31b6b03741734cda285ec8d5c261fafb7dff1c74e40472bc46ba0e97cb2df88a1557874482918303607e9ae21362ebc064985960bc002517e313d88c"
+
]
+
}
+
x-commit-hash: "c313731a70936398d2db923a01f0aef175e986d4"
+48
packages/opentelemetry-lwt/opentelemetry-lwt.0.11.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Lwt-compatible instrumentation for https://opentelemetry.io"
+
maintainer: [
+
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
+
"Matt Bray <mattjbray@gmail.com>"
+
"ELLIOTTCABLE <opam@ell.io>"
+
]
+
authors: ["the Imandra team and contributors"]
+
license: "MIT"
+
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "lwt"]
+
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
+
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"ocaml" {>= "4.08"}
+
"opentelemetry" {= version}
+
"cohttp-lwt-unix" {with-test}
+
"odoc" {with-doc}
+
"lwt" {>= "5.3"}
+
"lwt_ppx" {>= "2.0"}
+
"alcotest" {with-test}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
+
url {
+
src:
+
"https://github.com/imandra-ai/ocaml-opentelemetry/releases/download/v0.11.2/opentelemetry-0.11.2.tbz"
+
checksum: [
+
"sha256=716a7407dcbb8d950295f55d2b72fec14bf122558972681d66b4a56352987c1c"
+
"sha512=4cdf5ffe31b6b03741734cda285ec8d5c261fafb7dff1c74e40472bc46ba0e97cb2df88a1557874482918303607e9ae21362ebc064985960bc002517e313d88c"
+
]
+
}
+
x-commit-hash: "c313731a70936398d2db923a01f0aef175e986d4"
+55
packages/opentelemetry/opentelemetry.0.11.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Instrumentation for https://opentelemetry.io"
+
maintainer: [
+
"Simon Cruanes <simon.cruanes.2007@m4x.org>"
+
"Matt Bray <mattjbray@gmail.com>"
+
"ELLIOTTCABLE <opam@ell.io>"
+
]
+
authors: ["the Imandra team and contributors"]
+
license: "MIT"
+
tags: ["instrumentation" "tracing" "opentelemetry" "datadog" "jaeger"]
+
homepage: "https://github.com/imandra-ai/ocaml-opentelemetry"
+
bug-reports: "https://github.com/imandra-ai/ocaml-opentelemetry/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"ocaml" {>= "4.08"}
+
"ptime"
+
"hmap"
+
"atomic"
+
"thread-local-storage" {>= "0.2" & < "0.3"}
+
"odoc" {with-doc}
+
"alcotest" {with-test}
+
"pbrt" {>= "3.0" & < "4.0"}
+
"ocaml-lsp-server" {with-dev-setup}
+
"ocamlformat" {with-dev-setup & >= "0.24" & < "0.25"}
+
]
+
depopts: ["trace" "lwt" "eio"]
+
conflicts: [
+
"trace" {< "0.9"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/imandra-ai/ocaml-opentelemetry.git"
+
url {
+
src:
+
"https://github.com/imandra-ai/ocaml-opentelemetry/releases/download/v0.11.2/opentelemetry-0.11.2.tbz"
+
checksum: [
+
"sha256=716a7407dcbb8d950295f55d2b72fec14bf122558972681d66b4a56352987c1c"
+
"sha512=4cdf5ffe31b6b03741734cda285ec8d5c261fafb7dff1c74e40472bc46ba0e97cb2df88a1557874482918303607e9ae21362ebc064985960bc002517e313d88c"
+
]
+
}
+
x-commit-hash: "c313731a70936398d2db923a01f0aef175e986d4"
+55
packages/ppx_minidebug/ppx_minidebug.2.2.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Debug logs for selected functions and let-bindings"
+
description:
+
"Formatted logs of let-bound values, function arguments and results; `if` and `match` branches taken. Optionally, as collapsible HTML trees with highlights."
+
maintainer: ["Lukasz Stafiniak <lukstafi@gmail.com>"]
+
authors: ["Lukasz Stafiniak"]
+
license: "LGPL-2.1-or-later"
+
tags: ["logger" "debugger" "printf debugging"]
+
homepage: "https://github.com/lukstafi/ppx_minidebug"
+
doc: "https://lukstafi.github.io/ppx_minidebug/ppx_minidebug"
+
bug-reports: "https://github.com/lukstafi/ppx_minidebug/issues"
+
depends: [
+
"ocaml" {>= "4.13"}
+
"dune" {>= "3.10"}
+
"ppx_deriving"
+
"ppx_sexp_conv"
+
"ppxlib" {>= "0.26.0"}
+
"printbox" {>= "0.12"}
+
"printbox-text" {>= "0.12"}
+
"printbox-html" {>= "0.12"}
+
"printbox-md" {>= "0.12"}
+
"ptime"
+
"mtime" {>= "2.0"}
+
"re"
+
"sexplib0"
+
"ppx_expect" {with-test & >= "v0.9.0"}
+
"odoc" {with-doc}
+
"thread-local-storage" {>= "0.2"}
+
"mdx" {>= "2.5.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/lukstafi/ppx_minidebug.git"
+
x-maintenance-intent: ["(latest)"]
+
url {
+
src:
+
"https://github.com/lukstafi/ppx_minidebug/archive/refs/tags/2.2.0.tar.gz"
+
checksum: [
+
"md5=dc00173211702fe2dcb4ddd3c3b7b4cd"
+
"sha512=b7f6a89696985b9b7887bbe39f775a431559de3eb04369a46f7151bc55a321ddc7c3b17df2069f50f2126353916622289dbe00d88b562c33b62c05c4e4d0322d"
+
]
+
}
+48
packages/sedlex/sedlex.3.4/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "An OCaml lexer generator for Unicode"
+
description: """
+
sedlex is a lexer generator for OCaml. It is similar to ocamllex, but supports
+
Unicode. Unlike ocamllex, sedlex allows lexer specifications within regular
+
OCaml source files. Lexing specific constructs are provided via a ppx syntax
+
extension."""
+
maintainer: ["Alain Frisch <alain.frisch@lexifi.com>"]
+
authors: [
+
"Alain Frisch <alain.frisch@lexifi.com>"
+
"https://github.com/ocaml-community/sedlex/graphs/contributors"
+
]
+
license: "MIT"
+
homepage: "https://github.com/ocaml-community/sedlex"
+
bug-reports: "https://github.com/ocaml-community/sedlex/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "3.0"}
+
"ppxlib" {>= "0.26.0"}
+
"gen"
+
"ppx_expect" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ocaml-community/sedlex.git"
+
doc: "https://ocaml-community.github.io/sedlex/index.html"
+
url {
+
src:
+
"https://github.com/ocaml-community/sedlex/archive/refs/tags/v3.4.tar.gz"
+
checksum: [
+
"md5=5c655398261226dd99b1231df3f729e1"
+
"sha512=7e5f6e93e7791058b54bcd66f0e28f8ff72e6ea759a172cf6d8d7055d352d3a4e5c23f15278e254870a0ff1caed8948e77c6fde997c2b8bd81d3484198ddd484"
+
]
+
}
+39
packages/tsort/tsort.2.2.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Easy to use and user-friendly topological sort"
+
description: """\
+
Easy to use and user-friendly topological sort.
+
+
Example:
+
```
+
Tsort.sort [("foundation", []); ("walls", ["foundation"]); ("roof", ["walls"])]
+
```"""
+
maintainer: "daniil@baturin.org"
+
authors: "Daniil Baturin <daniil@baturin.org>"
+
license: "MIT"
+
homepage: "https://github.com/dmbaturin/ocaml-tsort"
+
bug-reports: "https://github.com/dmbaturin/ocaml-tsort/issues"
+
depends: [
+
"ocaml" {>= "4.03.0"}
+
"dune" {>= "1.9"}
+
"alcotest" {with-test}
+
]
+
build: [
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
]
+
dev-repo: "git+https://github.com/dmbaturin/ocaml-tsort.git"
+
url {
+
src:
+
"https://github.com/dmbaturin/ocaml-tsort/archive/refs/tags/2.2.0.tar.gz"
+
checksum: [
+
"md5=efe0d2a972638bd07a65b30fed372ed2"
+
"sha512=162fbeff69a34f00439570f5fbe3112f2ef6d9cf423a9a3c6a7ad1707cc35b6cb19e0bfa1e70c35c12b8a7adfc70a5aca5a43bef63c7f63aca53b396277019b8"
+
]
+
}
+
x-maintenance-intent: ["(latest)"]