this repo has no description

5 packages from AestheticIntegration/catapult at 0.1.1

Changed files
+192
packages
catapult
catapult.0.1.1
catapult-client
catapult-client.0.1.1
catapult-daemon
catapult-daemon.0.1.1
catapult-file
catapult-file.0.1.1
catapult-sqlite
catapult-sqlite.0.1.1
+38
packages/catapult-client/catapult-client.0.1.1/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
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.1.tar.gz"
+
checksum: [
+
"md5=b706c74e8644967431055dc61f611f37"
+
"sha512=2915460b9fdd8a470de1b3bc75fcf58c36d00823588f46082db5099979f96f3bc261a91d4b5c672d2df9493461075fd61df804c1e4e737ee052af280dc6c9a6b"
+
]
+
}
+39
packages/catapult-daemon/catapult-daemon.0.1.1/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
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.1.tar.gz"
+
checksum: [
+
"md5=b706c74e8644967431055dc61f611f37"
+
"sha512=2915460b9fdd8a470de1b3bc75fcf58c36d00823588f46082db5099979f96f3bc261a91d4b5c672d2df9493461075fd61df804c1e4e737ee052af280dc6c9a6b"
+
]
+
}
+37
packages/catapult-file/catapult-file.0.1.1/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
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.1.tar.gz"
+
checksum: [
+
"md5=b706c74e8644967431055dc61f611f37"
+
"sha512=2915460b9fdd8a470de1b3bc75fcf58c36d00823588f46082db5099979f96f3bc261a91d4b5c672d2df9493461075fd61df804c1e4e737ee052af280dc6c9a6b"
+
]
+
}
+39
packages/catapult-sqlite/catapult-sqlite.0.1.1/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
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.1.tar.gz"
+
checksum: [
+
"md5=b706c74e8644967431055dc61f611f37"
+
"sha512=2915460b9fdd8a470de1b3bc75fcf58c36d00823588f46082db5099979f96f3bc261a91d4b5c672d2df9493461075fd61df804c1e4e737ee052af280dc6c9a6b"
+
]
+
}
+39
packages/catapult/catapult.0.1.1/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
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.1.tar.gz"
+
checksum: [
+
"md5=b706c74e8644967431055dc61f611f37"
+
"sha512=2915460b9fdd8a470de1b3bc75fcf58c36d00823588f46082db5099979f96f3bc261a91d4b5c672d2df9493461075fd61df804c1e4e737ee052af280dc6c9a6b"
+
]
+
}