this repo has no description

Merge pull request #20927 from c-cube/opam-publish-catapult-catapult-client-catapult-daemon-catapult-file-catapult-sqlite.0.1

5 packages from AestheticIntegration/catapult at 0.1

Changed files
+182
packages
catapult
catapult.0.1
catapult-client
catapult-client.0.1
catapult-daemon
catapult-daemon.0.1
catapult-file
catapult-file.0.1
catapult-sqlite
catapult-sqlite.0.1
+36
packages/catapult-client/catapult-client.0.1/opam
···
+
opam-version: "2.0"
+
synopsis: "Network client for catapult, to be paired with catapult-daemon"
+
maintainer: ["simon@imandra.ai"]
+
authors: ["simon@imandra.ai"]
+
license: "MIT"
+
homepage: "https://github.com/AestheticIntegration/catapult"
+
bug-reports: "https://github.com/AestheticIntegration/catapult/issues"
+
depends: [
+
"dune" {>= "2.0"}
+
"catapult" {= version}
+
"odoc" {with-doc}
+
"zmq" {>= "5.0"}
+
"ocaml" {>= "4.08"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/AestheticIntegration/catapult.git"
+
url {
+
src: "https://github.com/AestheticIntegration/catapult/archive/v0.1.tar.gz"
+
checksum: [
+
"md5=a7bfa27c3ddd2d29c27173de09293149"
+
"sha512=49766ea38c57734918debd6218d95c62f11eb12a6fd3ef5f6a2c60344cea7c274436a46fab1e48abbe0d3f125f31705d2005ab7cae9e56d5f41778c1d2943d65"
+
]
+
}
+37
packages/catapult-daemon/catapult-daemon.0.1/opam
···
+
opam-version: "2.0"
+
synopsis: "Daemon for reliable multi-process logging with catapult"
+
maintainer: ["simon@imandra.ai"]
+
authors: ["simon@imandra.ai"]
+
license: "MIT"
+
homepage: "https://github.com/AestheticIntegration/catapult"
+
bug-reports: "https://github.com/AestheticIntegration/catapult/issues"
+
depends: [
+
"dune" {>= "2.0"}
+
"odoc" {with-doc}
+
"catapult" {= version}
+
"catapult-sqlite" {= version}
+
"zmq" {>= "5.0"}
+
"logs" {>= "0.7"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/AestheticIntegration/catapult.git"
+
url {
+
src: "https://github.com/AestheticIntegration/catapult/archive/v0.1.tar.gz"
+
checksum: [
+
"md5=a7bfa27c3ddd2d29c27173de09293149"
+
"sha512=49766ea38c57734918debd6218d95c62f11eb12a6fd3ef5f6a2c60344cea7c274436a46fab1e48abbe0d3f125f31705d2005ab7cae9e56d5f41778c1d2943d65"
+
]
+
}
+35
packages/catapult-file/catapult-file.0.1/opam
···
+
opam-version: "2.0"
+
synopsis: "File logger for catapult"
+
maintainer: ["simon@imandra.ai"]
+
authors: ["simon@imandra.ai"]
+
license: "MIT"
+
homepage: "https://github.com/AestheticIntegration/catapult"
+
bug-reports: "https://github.com/AestheticIntegration/catapult/issues"
+
depends: [
+
"dune" {>= "2.0"}
+
"catapult" {= version}
+
"odoc" {with-doc}
+
"ocaml" {>= "4.08"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/AestheticIntegration/catapult.git"
+
url {
+
src: "https://github.com/AestheticIntegration/catapult/archive/v0.1.tar.gz"
+
checksum: [
+
"md5=a7bfa27c3ddd2d29c27173de09293149"
+
"sha512=49766ea38c57734918debd6218d95c62f11eb12a6fd3ef5f6a2c60344cea7c274436a46fab1e48abbe0d3f125f31705d2005ab7cae9e56d5f41778c1d2943d65"
+
]
+
}
+37
packages/catapult-sqlite/catapult-sqlite.0.1/opam
···
+
opam-version: "2.0"
+
synopsis: "Sqlite-based backend for Catapult tracing"
+
maintainer: ["simon@imandra.ai"]
+
authors: ["simon@imandra.ai"]
+
license: "MIT"
+
homepage: "https://github.com/AestheticIntegration/catapult"
+
bug-reports: "https://github.com/AestheticIntegration/catapult/issues"
+
depends: [
+
"dune" {>= "2.0"}
+
"sqlite3" {>= "5.0"}
+
"directories"
+
"catapult" {= version}
+
"odoc" {with-doc}
+
"ocaml" {>= "4.08"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/AestheticIntegration/catapult.git"
+
url {
+
src: "https://github.com/AestheticIntegration/catapult/archive/v0.1.tar.gz"
+
checksum: [
+
"md5=a7bfa27c3ddd2d29c27173de09293149"
+
"sha512=49766ea38c57734918debd6218d95c62f11eb12a6fd3ef5f6a2c60344cea7c274436a46fab1e48abbe0d3f125f31705d2005ab7cae9e56d5f41778c1d2943d65"
+
]
+
}
+37
packages/catapult/catapult.0.1/opam
···
+
opam-version: "2.0"
+
synopsis: "Tracing system based on the Catapult/TEF format"
+
maintainer: ["simon@imandra.ai"]
+
authors: ["simon@imandra.ai"]
+
license: "MIT"
+
homepage: "https://github.com/AestheticIntegration/catapult"
+
bug-reports: "https://github.com/AestheticIntegration/catapult/issues"
+
depends: [
+
"dune" {>= "2.0"}
+
"base-threads"
+
"base-unix"
+
"odoc" {with-doc}
+
"ocaml" {>= "4.08"}
+
]
+
depopts: ["mtime"]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/AestheticIntegration/catapult.git"
+
url {
+
src: "https://github.com/AestheticIntegration/catapult/archive/v0.1.tar.gz"
+
checksum: [
+
"md5=a7bfa27c3ddd2d29c27173de09293149"
+
"sha512=49766ea38c57734918debd6218d95c62f11eb12a6fd3ef5f6a2c60344cea7c274436a46fab1e48abbe0d3f125f31705d2005ab7cae9e56d5f41778c1d2943d65"
+
]
+
}