this repo has no description

Package oraft.0.3.0

Changed files
+48
packages
oraft
oraft.0.3.0
+48
packages/oraft/oraft.0.3.0/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Raft consensus algorithm implemented in OCaml"
+
description: "Raft consensus algorithm implemented in OCaml"
+
maintainer: ["komamitsu@gmail.com"]
+
authors: ["Mitsunori Komatsu"]
+
license: "Apache-2.0"
+
tags: ["Raft" "lwt"]
+
homepage: "https://github.com/komamitsu/oraft"
+
doc: "https://github.com/komamitsu/oraft"
+
bug-reports: "https://github.com/komamitsu/oraft/issues"
+
depends: [
+
"ocaml" {>= "4.14.0"}
+
"dune" {>= "3.6"}
+
"core" {>= "v0.16.0"}
+
"core_unix" {>= "v0.16.0"}
+
"cohttp-lwt-unix" {>= "5.0.0"}
+
"sqlite3" {>= "5.0.0"}
+
"yojson"
+
"lwt_ppx"
+
"ppx_deriving"
+
"ppx_deriving_yojson" {>= "3.6.0"}
+
"ounit" {with-test}
+
"fileutils" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/komamitsu/oraft.git"
+
url {
+
src: "https://github.com/komamitsu/oraft/archive/refs/tags/0.3.0.tar.gz"
+
checksum: [
+
"md5=30d9c899940ca6b46297e59b13eaa3bf"
+
"sha512=27b6e893dbc72dc54058f49deeb50e2df784d292918485ce360457f8eb9b9c7c2c90f781e5f725a70b47664a1e039106c374c9429e6c773e70780d46b776a386"
+
]
+
}