Files
aitest-reasonml-mon-fbk/dune-project
Charles N Wyble ed34a28c89 WIP: uncommitted changes before archiving
💘 Generated with Crush

Assisted-by: GLM-4.7 via Crush <crush@charm.land>
2026-01-13 20:14:07 -05:00

33 lines
636 B
Plaintext

(lang dune 3.11)
(name website_monitor)
(generate_opam_files true)
(source (github username/website_monitor))
(package
(name website_monitor)
(synopsis "Website monitoring application with alerts")
(description "Monitor websites for HTTP 200 status deviations with admin dashboard and API")
(depends
(ocaml (>= 5.0))
(dune (>= 3.11))
dream
(reason (>= 3.8))
(server-reason-react (>= 5.0))
caqti
caqti-dream
lwt
lwt_ppx
yojson
(ocaml-protoc-plugin (>= 8.0))
(cohttp-lwt-unix (>= 5.0))
(ocaml-ssl (>= 0.7))
ptime
ptime-lwt
fmt
logs
logs-fmt
angstrom
base64
ipaddr
cmdliner)
(license MIT))