···11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
33-version: "0.1.0"
33+version: "0.1.1"
44synopsis: "High-level API client for AT Protocol"
55description:
66 "User-friendly API client for AT Protocol with session management, posting, and social actions"
+2-1
atproto-crypto.opam
···11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
33-version: "0.1.0"
33+version: "0.1.1"
44synopsis: "Cryptographic operations for AT Protocol"
55description:
66 "P-256 and K-256 elliptic curve support with low-S normalization, did:key encoding"
···1515 "dune" {>= "3.20"}
1616 "ocaml" {>= "5.4"}
1717 "atproto-multibase" {= version}
1818+ "atproto-json" {= version}
1819 "mirage-crypto-ec" {>= "2.0.2"}
1920 "mirage-crypto-rng" {>= "2.0.2"}
2021 "digestif" {>= "1.0"}
+1-1
atproto-effects.opam
···11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
33-version: "0.1.0"
33+version: "0.1.1"
44synopsis: "Effects-based I/O abstraction for AT Protocol"
55description:
66 "Unified effect types for HTTP, DNS, WebSocket, time, and random operations. Allows libraries to be runtime-agnostic."
+1-1
atproto-identity.opam
···11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
33-version: "0.1.0"
33+version: "0.1.1"
44synopsis: "DID and Handle resolution for AT Protocol"
55description:
66 "DID and Handle resolution including did:plc, did:web, and DNS/HTTPS handle resolution"
+2-1
atproto-ipld.opam
···11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
33-version: "0.1.0"
33+version: "0.1.1"
44synopsis: "IPLD support for AT Protocol"
55description:
66 "Content Identifiers (CID) and DAG-CBOR encoding for AT Protocol"
···1515 "dune" {>= "3.20"}
1616 "ocaml" {>= "5.4"}
1717 "atproto-multibase" {= version}
1818+ "atproto-json" {= version}
1819 "digestif" {>= "1.0"}
1920 "zarith" {>= "1.12"}
2021 "cbor" {>= "0.5"}
+1-1
atproto-json.opam
···11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
33-version: "0.1.0"
33+version: "0.1.1"
44synopsis: "JSON utilities for AT Protocol"
55description:
66 "JSON wrapper used across AT Protocol packages (currently backed by simdjsont)"
+1-1
atproto-lexicon.opam
···11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
33-version: "0.1.0"
33+version: "0.1.1"
44synopsis: "Lexicon schema support for AT Protocol"
55description: "Lexicon schema parsing and validation for AT Protocol"
66maintainer: ["Gabriel Díaz"]
+1-1
atproto-mst.opam
···11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
33-version: "0.1.0"
33+version: "0.1.1"
44synopsis: "Merkle Search Tree for AT Protocol"
55description:
66 "Content-addressed key-value storage for AT Protocol repositories"
+1-1
atproto-multibase.opam
···11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
33-version: "0.1.0"
33+version: "0.1.1"
44synopsis: "Base encoding utilities for AT Protocol"
55description:
66 "Multibase encoding/decoding including base32-sortable for TIDs and base58btc for did:key"
+1-1
atproto-repo.opam
···11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
33-version: "0.1.0"
33+version: "0.1.1"
44synopsis: "Repository support for AT Protocol"
55description:
66 "Repository structure, commits, and record operations for AT Protocol"
+1-1
atproto-sync.opam
···11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
33-version: "0.1.0"
33+version: "0.1.1"
44synopsis: "Repository sync and event streams for AT Protocol"
55description:
66 "Firehose event stream client and repository synchronization for AT Protocol"
+1-1
atproto-syntax.opam
···11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
33-version: "0.1.0"
33+version: "0.1.1"
44synopsis: "Syntax validation for AT Protocol identifiers"
55description:
66 "Parser-based validation for handles, DIDs, NSIDs, TIDs, AT-URIs, and other AT Protocol syntax"
+1-1
atproto-xrpc.opam
···11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
33-version: "0.1.0"
33+version: "0.1.1"
44synopsis: "XRPC client/server for AT Protocol"
55description:
66 "XRPC HTTP API protocol implementation for AT Protocol client-server communication"
+1-1
atproto.opam
···11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
33-version: "0.1.0"
33+version: "0.1.1"
44synopsis: "AT Protocol implementation in OCaml"
55description:
66 "Complete AT Protocol implementation including syntax validation, cryptography, IPLD, and identity resolution"