this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Implementing a spatial model inspired by Material Shell, for i3 and Sway" 4maintainer: ["Thomas Letan <lthms@soap.coffee>"] 5authors: ["Thomas Letan <lthms@soap.coffee>"] 6license: "mpl-2.0" 7homepage: "https://github.com/lthms/spatial-shell" 8bug-reports: "https://github.com/lthms/spatial-shell/issues" 9depends: [ 10 "ocaml" {>= "5.0.0"} 11 "dune" {>= "3.0"} 12 "poll" 13 "clap" {>= "0.3.0"} 14 "ezjsonm" {>= "1.2.0"} 15 "conf-scdoc" 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/lthms/spatial-shell.git" 33url { 34 src: 35 "https://github.com/lthms/spatial-shell/releases/download/6/spatial-shell-6.tbz" 36 checksum: [ 37 "sha256=3e4bea81e2dd5543b7c98fc0610d8d129b44f85412abf2b3ac776efa00d5b988" 38 "sha512=113bd94b25e1d19ae6b727c9f846fda11d28a50380801a590de77290741e3e0d465ed8211b5e0aebb4c3a5fa4676e99d8f47abbfee0d96be5a91ed3449e34abf" 39 ] 40} 41x-commit-hash: "37490876fa878879508c0ba84d74a2297382b424"