Web-based stream overlay manager
at main 689 B view raw
1name = "clover" 2version = "1.0.0" 3 4description = "Web-based stream overlay manager" 5licences = ["BSD-3-Clause"] 6repository = { type = "tangled", user = "did:plc:ew3qowq4bsc67qohlxcbmsdb", repo = "clover" } 7links = [{ title = "Website", href = "https://tangled.org/@did:plc:ew3qowq4bsc67qohlxcbmsdb/clover" }] 8 9[dependencies] 10gleam_stdlib = ">= 0.44.0 and < 2.0.0" 11ewe = ">= 2.0.1 and < 3.0.0" 12lustre = ">= 5.3.5 and < 6.0.0" 13gleam_erlang = ">= 1.3.0 and < 2.0.0" 14gleam_otp = ">= 1.2.0 and < 2.0.0" 15logging = ">= 1.3.0 and < 2.0.0" 16gleam_http = ">= 4.3.0 and < 5.0.0" 17gleam_json = ">= 3.0.2 and < 4.0.0" 18formal = ">= 3.0.0 and < 4.0.0" 19 20[dev-dependencies] 21gleeunit = ">= 1.0.0 and < 2.0.0"