objective categorical abstract machine language personal data server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix dependencies

futur.blue 21260dc9 77185095

verified
+28 -16
+12 -8
dune-project
··· 1 - (lang dune 3.14) 1 + (lang dune 3.20) 2 2 3 3 (name pegasus) 4 4 ··· 10 10 11 11 (license MPL-2.0) 12 12 13 - (pin 13 + (pin ; fixes build on macOS 26 14 + (url "git+https://github.com/mcksan/pg_query-ocaml.git") 15 + (package (name pg_query))) 16 + 17 + (pin ; these 3 all need to be pinned or they'll conflict 14 18 (url "git+https://github.com/aantron/dream.git") 15 19 (package (name dream))) 16 - 17 20 (pin 18 21 (url "git+https://github.com/roddyyaga/ppx_rapper.git") 19 22 (package (name ppx_rapper))) 20 - 21 23 (pin 22 24 (url "git+https://github.com/roddyyaga/ppx_rapper.git") 23 25 (package (name ppx_rapper_lwt))) ··· 28 30 (description "Eventually") 29 31 (allow_empty) 30 32 (depends 31 - ocaml 33 + (ocaml (= 5.2.1)) 32 34 dune 33 35 lwt 34 36 (caqti (>= 1.9.0)) 35 37 (caqti-driver-sqlite3 (>= 1.9.0)) 36 38 (caqti-lwt (>= 1.9.0)) 39 + (cohttp (>= 6.1.1)) 40 + (cohttp-lwt-unix (>= 6.1.1)) 37 41 dream 38 42 (re (>= 1.13.2)) 39 43 (safepass (>= 3.1)) ··· 49 53 (synopsis "Atproto repo functionality") 50 54 (allow_empty) 51 55 (depends 52 - ocaml 56 + (ocaml (= 5.2.1)) 53 57 dune 54 58 lwt 55 59 (core_unix (>= 0.16.0)) ··· 65 69 (description "Currently includes DAG-CBOR, CIDv1, and CARv1") 66 70 (allow_empty) 67 71 (depends 68 - ocaml 72 + (ocaml (= 5.2.1)) 69 73 dune 70 74 lwt 71 75 (digestif (>= 1.2.0)) ··· 79 83 (synopsis "Atproto-flavour k256 and p256 signing and verification") 80 84 (allow_empty) 81 85 (depends 82 - ocaml 86 + (ocaml (= 5.2.1)) 83 87 dune 84 88 (hacl-star (>= 0.7.2)) 85 89 (mirage-crypto-ec (>= 2.0.1))
+3 -2
ipld.opam
··· 8 8 homepage: "https://github.com/futurGH/pegasus" 9 9 bug-reports: "https://github.com/futurGH/pegasus/issues" 10 10 depends: [ 11 - "ocaml" 12 - "dune" {>= "3.14"} 11 + "ocaml" {= "5.2.1"} 12 + "dune" {>= "3.20"} 13 13 "lwt" 14 14 "digestif" {>= "1.2.0"} 15 15 "multibase" {>= "0.1.0"} ··· 33 33 ] 34 34 ] 35 35 dev-repo: "git+https://github.com/futurGH/pegasus.git" 36 + x-maintenance-intent: ["(latest)"]
+3 -2
kleidos.opam
··· 7 7 homepage: "https://github.com/futurGH/pegasus" 8 8 bug-reports: "https://github.com/futurGH/pegasus/issues" 9 9 depends: [ 10 - "ocaml" 11 - "dune" {>= "3.14"} 10 + "ocaml" {= "5.2.1"} 11 + "dune" {>= "3.20"} 12 12 "hacl-star" {>= "0.7.2"} 13 13 "mirage-crypto-ec" {>= "2.0.1"} 14 14 "multibase" {>= "0.1.0"} ··· 29 29 ] 30 30 ] 31 31 dev-repo: "git+https://github.com/futurGH/pegasus.git" 32 + x-maintenance-intent: ["(latest)"]
+3 -2
mist.opam
··· 7 7 homepage: "https://github.com/futurGH/pegasus" 8 8 bug-reports: "https://github.com/futurGH/pegasus/issues" 9 9 depends: [ 10 - "ocaml" 11 - "dune" {>= "3.14"} 10 + "ocaml" {= "5.2.1"} 11 + "dune" {>= "3.20"} 12 12 "lwt" 13 13 "core_unix" {>= "0.16.0"} 14 14 "re" {>= "1.13.2"} ··· 33 33 ] 34 34 ] 35 35 dev-repo: "git+https://github.com/futurGH/pegasus.git" 36 + x-maintenance-intent: ["(latest)"]
+5 -2
pegasus.opam
··· 8 8 homepage: "https://github.com/futurGH/pegasus" 9 9 bug-reports: "https://github.com/futurGH/pegasus/issues" 10 10 depends: [ 11 - "ocaml" 12 - "dune" {>= "3.14"} 11 + "ocaml" {= "5.2.1"} 12 + "dune" {>= "3.20"} 13 13 "lwt" 14 14 "caqti" {>= "1.9.0"} 15 15 "caqti-driver-sqlite3" {>= "1.9.0"} 16 16 "caqti-lwt" {>= "1.9.0"} 17 + "cohttp" {>= "6.1.1"} 18 + "cohttp-lwt-unix" {>= "6.1.1"} 17 19 "dream" 18 20 "re" {>= "1.13.2"} 19 21 "safepass" {>= "3.1"} ··· 40 42 ] 41 43 ] 42 44 dev-repo: "git+https://github.com/futurGH/pegasus.git" 45 + x-maintenance-intent: ["(latest)"]
+2
pegasus/lib/dune
··· 5 5 caqti-lwt 6 6 caqti-lwt.unix 7 7 caqti-driver-sqlite3 8 + cohttp 9 + cohttp-lwt-unix 8 10 dream 9 11 ipld 10 12 kleidos