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: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "i3ipc"]
depends: [
  "ocaml" {>= "4.02.0"}
  "lwt" {< "4.0.0"}
  "ocamlbuild" {build}
  "ocamlfind" {build}
  "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."""
flags: light-uninstall
url {
  src: "https://github.com/Armael/ocaml-i3ipc/archive/v0.1.2.tar.gz"
  checksum: "md5=75d6bf07a7d1e501e3b3270a829f788f"
}
