Packages
tigerbeetlex
0.17.9
0.17.9
0.17.8
0.17.4
0.17.3
0.17.2
0.17.1
0.17.0
0.16.78
0.16.77
0.16.76
0.16.75
0.16.73
0.16.72
0.16.70
0.16.69
0.16.68
0.16.67
0.16.66
0.16.65
0.16.64
0.16.63
0.16.62
0.16.61
0.16.60
0.16.59
0.16.58
0.16.57
0.16.56
0.16.55
0.16.54
0.16.53
0.16.52
0.16.51
0.16.50
0.16.48
0.16.47
0.16.46
0.16.45
0.16.44
0.16.43
0.16.42
0.16.41
Elixir client for TigerBeetle, the financial transactions database.
Current section
Files
Jump to
Current section
Files
tigerbeetlex
build.zig.zon
build.zig.zon
.{
// This is the default name used by packages depending on this one. For
// example, when a user runs `zig fetch --save <url>`, this field is used
// as the key in the `dependencies` table. Although the user can choose a
// different name, most users will stick with this provided value.
//
// It is redundant to include "zig" in this name because it is already
// within the Zig package namespace.
.name = .tigerbeetlex,
// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
.version = "0.0.0",
// This field is optional.
// This is currently advisory only; Zig does not yet do anything
// with this value.
.minimum_zig_version = "0.14.1",
// This field is optional.
// Each dependency must either provide a `url` and `hash`, or a `path`.
// `zig build --fetch` can be used to fetch all dependencies of a package, recursively.
// Once all dependencies are fetched, `zig build` no longer requires
// internet connectivity.
.dependencies = .{
.tigerbeetle = .{
.url = "https://github.com/tigerbeetle/tigerbeetle/archive/refs/tags/0.17.9.tar.gz",
.hash = "N-V-__8AAOsGjQDdXiUXIqKPl2X7aKuC03f0uLnrVGP9oOQd",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
.fingerprint = 0x4abcc12db819e61c, // Changing this has security and trust implications.
}