# This file is generated by dune, edit dune-project instead opam-version: "2.0" version: "0.1.0" synopsis: "SWIM protocol library for cluster membership and failure detection" description: "Production-ready SWIM (Scalable Weakly-consistent Infection-style Process Group Membership) protocol library in OCaml 5 for cluster membership, failure detection, and lightweight pub/sub messaging. Features lock-free coordination via kcas, zero-copy buffer management, and AES-256-GCM encryption." maintainer: ["Gabriel Diaz"] authors: ["Gabriel Diaz"] license: "ISC" tags: [ "swim" "cluster" "membership" "gossip" "failure detection" "ocaml5" "eio" ] homepage: "https://tangled.org/gdiazlo.tngl.sh/swim" doc: "https://tangled.org/gdiazlo.tngl.sh/swim" bug-reports: "https://tangled.org/gdiazlo.tngl.sh/swim/issues" depends: [ "ocaml" {>= "5.1"} "dune" {>= "3.20" & >= "3.20"} "eio" {>= "1.3"} "kcas" {>= "0.7"} "kcas_data" {>= "0.7"} "mirage-crypto" {>= "2.0"} "mirage-crypto-rng" {>= "2.0"} "cstruct" {>= "6.2"} "mtime" {>= "2.1"} "msgpck" {>= "1.7"} "logs" {>= "0.10"} "fmt" {>= "0.11"} "eio_main" {>= "1.3" & with-test} "qcheck" {>= "0.21" & with-test} "qcheck-alcotest" {>= "0.21" & with-test} "alcotest" {>= "1.7" & 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://tangled.org/gdiazlo.tngl.sh/swim" x-maintenance-intent: ["(latest)"]