# This file is generated by dune, edit dune-project instead opam-version: "2.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: ["Guillermo Diaz-Romero "] authors: ["Guillermo Diaz-Romero "] license: "MIT" tags: [ "swim" "cluster" "membership" "gossip" "failure detection" "ocaml5" "eio" ] homepage: "https://github.com/gdiazlo/swim" doc: "https://github.com/gdiazlo/swim" bug-reports: "https://github.com/gdiazlo/swim/issues" depends: [ "ocaml" {>= "5.1"} "dune" {>= "3.20" & >= "3.20"} "eio" {>= "1.0"} "eio_main" {>= "1.0"} "kcas" {>= "0.7"} "kcas_data" {>= "0.7"} "mirage-crypto" {>= "1.0"} "mirage-crypto-rng" {>= "1.0"} "cstruct" {>= "6.0"} "mtime" {>= "2.0"} "msgpck" {>= "1.7"} "qcheck" {>= "0.21"} "qcheck-alcotest" {>= "0.21"} "alcotest" {>= "1.7"} "logs" {>= "0.7"} "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/gdiazlo/swim.git" x-maintenance-intent: ["(latest)"]