atproto libraries implementation in ocaml
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3version: "0.1.2"
4synopsis: "Effects-based I/O abstraction for AT Protocol"
5description:
6 "Unified effect types for HTTP, DNS, WebSocket, time, and random operations. Allows libraries to be runtime-agnostic."
7maintainer: ["Gabriel Díaz"]
8authors: ["Gabriel Díaz"]
9license: "ISC"
10tags: ["atproto" "effects" "io" "abstraction"]
11homepage: "https://tangled.org/gdiazlo.tngl.sh/atproto"
12doc: "https://tangled.org/gdiazlo.tngl.sh/atproto"
13bug-reports: "https://tangled.org/gdiazlo.tngl.sh/atproto/issues"
14depends: [
15 "dune" {>= "3.20"}
16 "ocaml" {>= "5.4"}
17 "uri" {>= "4.0"}
18 "ptime" {>= "1.0"}
19 "alcotest" {with-test}
20 "odoc" {with-doc}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://tangled.org/gdiazlo.tngl.sh/atproto"
37x-maintenance-intent: ["(latest)"]