opam-version: "2.0" maintainer: "armael@isomorphis.me" authors: "Armaël Guéneau" homepage: "https://github.com/Armael/ocaml-i3ipc" bug-reports: "https://github.com/Armael/ocaml-i3ipc/issues" license: "MIT" tags: ["i3" "ipc" "window-manager"] dev-repo: "git+https://github.com/Armael/ocaml-i3ipc" doc: "https://armael.github.io/ocaml-i3ipc/0.1/" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.02.0"} "lwt" "lwt_ppx" "dune" "ppx_deriving" {>= "4.2"} "ppx_deriving_yojson" "result" "stdint" "base-bytes" ] synopsis: "A pure OCaml implementation of the i3 IPC protocol" description: """ This library allows you to communicate with a running instance of i3, run commands, query information about the state of the WM, and subscribe to events.""" url { src: "https://github.com/Armael/ocaml-i3ipc/archive/v0.1.4.tar.gz" checksum: [ "sha256=67f737cfa4a2e8060d7a22bb1d4d86b0ad884251fab60485b445b821a4e449bb" "md5=3b823a2e627bb075b660c63997fe6e4f" ] }