WIP: uncommitted changes before archiving

💘 Generated with Crush

Assisted-by: GLM-4.7 via Crush <crush@charm.land>
This commit is contained in:
Charles N Wyble
2026-01-13 20:14:07 -05:00
parent e1ff581603
commit ed34a28c89
5 changed files with 70 additions and 45 deletions

View File

@@ -9,24 +9,18 @@ bug-reports: "https://github.com/username/website_monitor/issues"
depends: [
"ocaml" {>= "5.0"}
"dune" {>= "3.11"}
"dream" {>= "1.0.0"}
"reason" {>= "3.8"}
"server-reason-react" {>= "5.0"}
"dream"
"caqti" {>= "2.1"}
"caqti-dream" {>= "2.1"}
"caqti-lwt"
"lwt" {>= "5.6"}
"lwt_ppx"
"yojson" {>= "2.1"}
"ocaml-protoc-plugin" {>= "8.0"}
"cohttp-lwt-unix" {>= "5.0"}
"ocaml-ssl" {>= "0.7"}
"calendar" {>= "2.4"}
"cmdliner"
"ipaddr"
"ptime"
"fmt"
"logs" {>= "0.7"}
"logs-fmt"
"angstrom"
"base64"
]
@@ -35,7 +29,3 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/username/website_monitor.git"
url {
src: "https://github.com/username/website_monitor/archive/refs/tags/v1.0.0.tar.gz"
checksum: "md5=dummy-checksum"
}