+43
packages/activity_streams/activity_streams.0.1.0/opam
+43
packages/activity_streams/activity_streams.0.1.0/opam
···
1
+
# This file is generated by dune, edit dune-project instead
2
+
opam-version: "2.0"
3
+
version: "0.1.0"
4
+
synopsis: "Activity Streams 2.0 JSON-LD serialization for OCaml"
5
+
description:
6
+
"JSON-LD serialization and deserialization for Activity Streams 2.0 documents using simdjsont."
7
+
maintainer: ["Maintainer Name <maintainer@example.com>"]
8
+
authors: ["Author Name <author@example.com>"]
9
+
license: "MIT"
10
+
tags: ["activitypub" "activitystreams" "json-ld"]
11
+
homepage: "https://github.com/username/activitypub-ocaml"
12
+
doc: "https://username.github.io/activitypub-ocaml"
13
+
bug-reports: "https://github.com/username/activitypub-ocaml/issues"
14
+
depends: [
15
+
"dune" {>= "3.20"}
16
+
"ocaml" {>= "5.4.0"}
17
+
"activity_vocabulary" {= version}
18
+
"jsonld" {= version}
19
+
"simdjsont" {>= "0.2.0"}
20
+
"alcotest" {with-test & >= "1.9.0"}
21
+
"odoc" {with-doc}
22
+
]
23
+
build: [
24
+
["dune" "subst"] {dev}
25
+
[
26
+
"dune"
27
+
"build"
28
+
"-p"
29
+
name
30
+
"-j"
31
+
jobs
32
+
"@install"
33
+
"@runtest" {with-test}
34
+
"@doc" {with-doc}
35
+
]
36
+
]
37
+
dev-repo: "git+https://github.com/username/activitypub-ocaml.git"
38
+
x-maintenance-intent: ["(latest)"]
39
+
40
+
url {
41
+
src: "https://opam.qswarm.com/activitypub/activitypub.0.1.0.tbz"
42
+
checksum: "sha256=84b0edb470fbbe11fcc21abb884229fe01cbcc12f989b06d1e3f89e0e34d56f8"
43
+
}
+41
packages/activity_vocabulary/activity_vocabulary.0.1.0/opam
+41
packages/activity_vocabulary/activity_vocabulary.0.1.0/opam
···
1
+
# This file is generated by dune, edit dune-project instead
2
+
opam-version: "2.0"
3
+
version: "0.1.0"
4
+
synopsis: "Activity Streams 2.0 vocabulary types for OCaml"
5
+
description:
6
+
"Type definitions for Activity Streams 2.0 and ActivityPub vocabulary including Object, Link, Activity, Actor, and Collection types."
7
+
maintainer: ["Maintainer Name <maintainer@example.com>"]
8
+
authors: ["Author Name <author@example.com>"]
9
+
license: "MIT"
10
+
tags: ["activitypub" "activitystreams" "fediverse"]
11
+
homepage: "https://github.com/username/activitypub-ocaml"
12
+
doc: "https://username.github.io/activitypub-ocaml"
13
+
bug-reports: "https://github.com/username/activitypub-ocaml/issues"
14
+
depends: [
15
+
"dune" {>= "3.20"}
16
+
"ocaml" {>= "5.4.0"}
17
+
"ptime" {>= "1.2.0"}
18
+
"alcotest" {with-test & >= "1.9.0"}
19
+
"odoc" {with-doc}
20
+
]
21
+
build: [
22
+
["dune" "subst"] {dev}
23
+
[
24
+
"dune"
25
+
"build"
26
+
"-p"
27
+
name
28
+
"-j"
29
+
jobs
30
+
"@install"
31
+
"@runtest" {with-test}
32
+
"@doc" {with-doc}
33
+
]
34
+
]
35
+
dev-repo: "git+https://github.com/username/activitypub-ocaml.git"
36
+
x-maintenance-intent: ["(latest)"]
37
+
38
+
url {
39
+
src: "https://opam.qswarm.com/activitypub/activitypub.0.1.0.tbz"
40
+
checksum: "sha256=84b0edb470fbbe11fcc21abb884229fe01cbcc12f989b06d1e3f89e0e34d56f8"
41
+
}
+47
packages/activitypub/activitypub.0.1.0/opam
+47
packages/activitypub/activitypub.0.1.0/opam
···
1
+
# This file is generated by dune, edit dune-project instead
2
+
opam-version: "2.0"
3
+
version: "0.1.0"
4
+
synopsis: "ActivityPub protocol implementation for OCaml"
5
+
description:
6
+
"ActivityPub federation protocol (W3C Recommendation) implementation with OCaml 5 effects for I/O abstraction. Supports both Client-to-Server and Server-to-Server protocols."
7
+
maintainer: ["Maintainer Name <maintainer@example.com>"]
8
+
authors: ["Author Name <author@example.com>"]
9
+
license: "MIT"
10
+
tags: ["activitypub" "fediverse" "federation" "social"]
11
+
homepage: "https://github.com/username/activitypub-ocaml"
12
+
doc: "https://username.github.io/activitypub-ocaml"
13
+
bug-reports: "https://github.com/username/activitypub-ocaml/issues"
14
+
depends: [
15
+
"dune" {>= "3.20"}
16
+
"ocaml" {>= "5.4.0"}
17
+
"activity_streams" {= version}
18
+
"http_signatures" {= version}
19
+
"uri" {>= "4.4.0"}
20
+
"ptime" {>= "1.2.0"}
21
+
"uuidm" {>= "0.9.10"}
22
+
"base64" {>= "3.5.0"}
23
+
"simdjsont" {>= "0.2.0"}
24
+
"alcotest" {with-test & >= "1.9.0"}
25
+
"odoc" {with-doc}
26
+
]
27
+
build: [
28
+
["dune" "subst"] {dev}
29
+
[
30
+
"dune"
31
+
"build"
32
+
"-p"
33
+
name
34
+
"-j"
35
+
jobs
36
+
"@install"
37
+
"@runtest" {with-test}
38
+
"@doc" {with-doc}
39
+
]
40
+
]
41
+
dev-repo: "git+https://github.com/username/activitypub-ocaml.git"
42
+
x-maintenance-intent: ["(latest)"]
43
+
44
+
url {
45
+
src: "https://opam.qswarm.com/activitypub/activitypub.0.1.0.tbz"
46
+
checksum: "sha256=84b0edb470fbbe11fcc21abb884229fe01cbcc12f989b06d1e3f89e0e34d56f8"
47
+
}
+48
packages/activitypub_eio/activitypub_eio.0.1.0/opam
+48
packages/activitypub_eio/activitypub_eio.0.1.0/opam
···
1
+
# This file is generated by dune, edit dune-project instead
2
+
opam-version: "2.0"
3
+
version: "0.1.0"
4
+
synopsis: "EIO-based effect handlers for ActivityPub"
5
+
description: "Effect handlers for the ActivityPub library using EIO and hcs."
6
+
maintainer: ["Maintainer Name <maintainer@example.com>"]
7
+
authors: ["Author Name <author@example.com>"]
8
+
license: "MIT"
9
+
tags: ["activitypub" "eio"]
10
+
homepage: "https://github.com/username/activitypub-ocaml"
11
+
doc: "https://username.github.io/activitypub-ocaml"
12
+
bug-reports: "https://github.com/username/activitypub-ocaml/issues"
13
+
depends: [
14
+
"dune" {>= "3.20"}
15
+
"ocaml" {>= "5.4.0"}
16
+
"activitypub" {= version}
17
+
"eio" {>= "1.3"}
18
+
"eio_main" {>= "1.3"}
19
+
"hcs" {>= "0.3.0"}
20
+
"simdjsont" {>= "0.2.0"}
21
+
"mirage-crypto-rng" {>= "2.0.0"}
22
+
"mirage-ptime" {>= "5.2.0"}
23
+
"uuidm" {>= "0.9.10"}
24
+
"uri" {>= "4.4.0"}
25
+
"alcotest" {with-test & >= "1.9.0"}
26
+
"odoc" {with-doc}
27
+
]
28
+
build: [
29
+
["dune" "subst"] {dev}
30
+
[
31
+
"dune"
32
+
"build"
33
+
"-p"
34
+
name
35
+
"-j"
36
+
jobs
37
+
"@install"
38
+
"@runtest" {with-test}
39
+
"@doc" {with-doc}
40
+
]
41
+
]
42
+
dev-repo: "git+https://github.com/username/activitypub-ocaml.git"
43
+
x-maintenance-intent: ["(latest)"]
44
+
45
+
url {
46
+
src: "https://opam.qswarm.com/activitypub/activitypub.0.1.0.tbz"
47
+
checksum: "sha256=84b0edb470fbbe11fcc21abb884229fe01cbcc12f989b06d1e3f89e0e34d56f8"
48
+
}
+45
packages/http_signatures/http_signatures.0.1.0/opam
+45
packages/http_signatures/http_signatures.0.1.0/opam
···
1
+
# This file is generated by dune, edit dune-project instead
2
+
opam-version: "2.0"
3
+
version: "0.1.0"
4
+
synopsis: "HTTP Signatures for OCaml"
5
+
description:
6
+
"HTTP Signatures (draft-cavage-http-signatures) implementation for request signing and verification. Uses OCaml 5 effects for key resolution."
7
+
maintainer: ["Maintainer Name <maintainer@example.com>"]
8
+
authors: ["Author Name <author@example.com>"]
9
+
license: "MIT"
10
+
tags: ["http" "signatures" "authentication" "security"]
11
+
homepage: "https://github.com/username/activitypub-ocaml"
12
+
doc: "https://username.github.io/activitypub-ocaml"
13
+
bug-reports: "https://github.com/username/activitypub-ocaml/issues"
14
+
depends: [
15
+
"dune" {>= "3.20"}
16
+
"ocaml" {>= "5.4.0"}
17
+
"base64" {>= "3.5.0"}
18
+
"digestif" {>= "1.3.0"}
19
+
"mirage-crypto" {>= "2.0.0"}
20
+
"mirage-crypto-pk" {>= "2.0.0"}
21
+
"x509" {>= "1.0.0"}
22
+
"alcotest" {with-test & >= "1.9.0"}
23
+
"odoc" {with-doc}
24
+
]
25
+
build: [
26
+
["dune" "subst"] {dev}
27
+
[
28
+
"dune"
29
+
"build"
30
+
"-p"
31
+
name
32
+
"-j"
33
+
jobs
34
+
"@install"
35
+
"@runtest" {with-test}
36
+
"@doc" {with-doc}
37
+
]
38
+
]
39
+
dev-repo: "git+https://github.com/username/activitypub-ocaml.git"
40
+
x-maintenance-intent: ["(latest)"]
41
+
42
+
url {
43
+
src: "https://opam.qswarm.com/activitypub/activitypub.0.1.0.tbz"
44
+
checksum: "sha256=84b0edb470fbbe11fcc21abb884229fe01cbcc12f989b06d1e3f89e0e34d56f8"
45
+
}
+43
packages/jsonld/jsonld.0.1.0/opam
+43
packages/jsonld/jsonld.0.1.0/opam
···
1
+
# This file is generated by dune, edit dune-project instead
2
+
opam-version: "2.0"
3
+
version: "0.1.0"
4
+
synopsis: "JSON-LD 1.1 processor for OCaml"
5
+
description:
6
+
"A complete JSON-LD 1.1 processor implementing expansion, compaction, flattening, and RDF serialization algorithms. Uses OCaml 5 effects for I/O abstraction."
7
+
maintainer: ["Maintainer Name <maintainer@example.com>"]
8
+
authors: ["Author Name <author@example.com>"]
9
+
license: "MIT"
10
+
tags: ["jsonld" "linked-data" "rdf" "semantic-web"]
11
+
homepage: "https://github.com/username/activitypub-ocaml"
12
+
doc: "https://username.github.io/activitypub-ocaml"
13
+
bug-reports: "https://github.com/username/activitypub-ocaml/issues"
14
+
depends: [
15
+
"dune" {>= "3.20"}
16
+
"ocaml" {>= "5.4.0"}
17
+
"simdjsont" {>= "0.2.0"}
18
+
"ptime" {>= "1.2.0"}
19
+
"uri" {>= "4.4.0"}
20
+
"alcotest" {with-test & >= "1.9.0"}
21
+
"odoc" {with-doc}
22
+
]
23
+
build: [
24
+
["dune" "subst"] {dev}
25
+
[
26
+
"dune"
27
+
"build"
28
+
"-p"
29
+
name
30
+
"-j"
31
+
jobs
32
+
"@install"
33
+
"@runtest" {with-test}
34
+
"@doc" {with-doc}
35
+
]
36
+
]
37
+
dev-repo: "git+https://github.com/username/activitypub-ocaml.git"
38
+
x-maintenance-intent: ["(latest)"]
39
+
40
+
url {
41
+
src: "https://opam.qswarm.com/activitypub/activitypub.0.1.0.tbz"
42
+
checksum: "sha256=84b0edb470fbbe11fcc21abb884229fe01cbcc12f989b06d1e3f89e0e34d56f8"
43
+
}