tzfunc
Minimal Tezos Library
Summary
| Latest Version | Unknown |
|---|---|
| License | Unknown |
| CI Status | Failing |
| Stars | 1 |
| Forks | 1 |
| Open Issues | 0 |
| Last Commit | 2026-04-30 |
| Downloads | 0 |
| Last Indexed | 2026-08-12 05:10 |
Installation
nimble install tzfunc
choosenim install tzfunc
git clone https://gitlab.com/functori/dev/tzfunc
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| tzfunc | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://gitlab.com/functori/dev/tzfunc |
|---|---|
| Homepage | https://gitlab.com/functori/dev/tzfunc |
| Registry Source | gitlab |
README
Tzfunc
Tzfunc is a minmal Tezos library. The documentation can be found here.
Requirements
Install OPAM (OCaml Package Manager)
Follow the online instructions to install opam.
Initialize your local switch, using opam:
opam switch create <switch_name> 4.12.0
How to install TzFunc
$ make build-deps
$ make build
$ make install
License
Copyright © 2021, Functori contact@functori.com. Released under the MIT License.