this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25001 from lthms/release-spatial-shell-6

[new release] spatial-shell (6)

authored by

Marcello Seri and committed by
GitHub
cbef5a5f d2da2a87

+41
+41
packages/spatial-shell/spatial-shell.6/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Implementing a spatial model inspired by Material Shell, for i3 and Sway" 4 + maintainer: ["Thomas Letan <lthms@soap.coffee>"] 5 + authors: ["Thomas Letan <lthms@soap.coffee>"] 6 + license: "mpl-2.0" 7 + homepage: "https://github.com/lthms/spatial-shell" 8 + bug-reports: "https://github.com/lthms/spatial-shell/issues" 9 + depends: [ 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 + ] 18 + build: [ 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 + ] 32 + dev-repo: "git+https://github.com/lthms/spatial-shell.git" 33 + url { 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 + } 41 + x-commit-hash: "37490876fa878879508c0ba84d74a2297382b424"