this repo has no description
0
fork

Configure Feed

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

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

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