Packages
Multipurpose headless browser automation for Gleam and the BEAM, forked from Chrobot.
Current section
Files
Jump to
Current section
Files
gleam.toml
name = "glendam"
version = "1.0.0"
gleam = ">= 1.17.0"
description = "Multipurpose headless browser automation for Gleam and the BEAM, forked from Chrobot."
licences = ["MIT"]
repository = { type = "github", user = "glendix-labs", repo = "glendam" }
links = [
{ title = "Original Chrobot project", href = "https://github.com/JonasGruenwald/chrobot" },
]
[documentation]
pages = [
{ title = "Changelog", path = "changelog.html", source = "./CHANGELOG.md" },
]
[dependencies]
gleam_stdlib = ">= 1.0.3 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_otp = ">= 1.2.0 and < 2.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
filepath = ">= 1.1.2 and < 2.0.0"
simplifile = ">= 2.6.0 and < 3.0.0"
gleam_community_ansi = ">= 1.5.0 and < 2.0.0"
spinner = ">= 1.3.1 and < 2.0.0"
envoy = ">= 1.2.0 and < 2.0.0"
gun = ">= 2.5.0 and < 3.0.0"
[dev_dependencies]
gleeunit = ">= 1.11.0 and < 2.0.0"
justin_fork = { path = "./vendor/justin_fork" }
birdie = ">= 2.0.2 and < 3.0.0"
mist = ">= 6.0.3 and < 7.0.0"
gleam_regexp = ">= 1.1.1 and < 2.0.0"