this repo has no description
1opam-version: "2.0"
2maintainer: "armael@isomorphis.me"
3authors: "Armaël Guéneau"
4homepage: "https://github.com/Armael/ocaml-i3ipc"
5bug-reports: "https://github.com/Armael/ocaml-i3ipc/issues"
6license: "MIT"
7tags: ["i3" "ipc" "window-manager"]
8dev-repo: "git+https://github.com/Armael/ocaml-i3ipc"
9doc: "https://armael.github.io/ocaml-i3ipc/0.2/"
10build: [
11 ["dune" "build" "-p" name "-j" jobs]
12]
13depends: [
14 "ocaml" {>= "4.03.0"}
15 "lwt"
16 "lwt_ppx"
17 "dune"
18 "ppx_deriving" {>= "4.2"}
19 "ppx_deriving_yojson"
20 "result"
21 "stdint"
22 "base-bytes"
23]
24synopsis: "A pure OCaml implementation of the i3 IPC protocol"
25description: """
26This library allows you to communicate with a running instance of i3, run
27commands, query information about the state of the WM, and subscribe to events."""
28url {
29 src: "https://github.com/Armael/ocaml-i3ipc/archive/v0.2.tar.gz"
30 checksum: "sha256=76679521c91c2623eab4d0f16c1df1b5505eead4b3fe58ae3ed2fd22516c71a4"
31}