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.1/"
10build: [
11 ["dune" "build" "-p" name "-j" jobs]
12]
13depends: [
14 "ocaml" {>= "4.02.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.1.4.tar.gz"
30 checksum: [
31 "sha256=67f737cfa4a2e8060d7a22bb1d4d86b0ad884251fab60485b445b821a4e449bb"
32 "md5=3b823a2e627bb075b660c63997fe6e4f"
33 ]
34}