An overlay for monopampam
0
fork

Configure Feed

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

Sync opam files from monorepo (updated 4 packages)

+42 -5
+36
packages/atp-xrpc-server/atp-xrpc-server.dev/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "XRPC HTTP server for AT Protocol" 3 + description: 4 + "Minimal Eio-based HTTP server that routes /xrpc/<nsid> requests to handlers. Designed for serving read-only AT Protocol PDS endpoints." 5 + maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 6 + authors: ["Anil Madhavapeddy"] 7 + license: "ISC" 8 + homepage: "https://tangled.org/anil.recoil.org/ocaml-atp" 9 + bug-reports: "https://tangled.org/anil.recoil.org/ocaml-atp/issues" 10 + depends: [ 11 + "dune" {>= "3.21"} 12 + "ocaml" {>= "5.1"} 13 + "eio" {>= "1.0"} 14 + "fmt" 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + x-maintenance-intent: ["(latest)"] 32 + 33 + dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-atp" 34 + url { 35 + src: "git+https://tangled.org/gazagnaire.org/ocaml-atp#main" 36 + }
+3
packages/irmin/irmin.dev/opam
··· 20 20 "logs" {>= "0.7"} 21 21 "git" {>= "0.1"} 22 22 "atp" {>= "0.1"} 23 + "atp-xrpc-server" {>= "0.1"} 24 + "pds" {>= "0.1"} 25 + "base64" {>= "3.5"} 23 26 "alcotest" {with-test} 24 27 "crowbar" {with-test} 25 28 "odoc" {with-doc}
+2 -4
packages/space-test/space-test.dev/opam
··· 1 1 opam-version: "2.0" 2 2 synopsis: "SpaceOS E2E test harness" 3 - description: 4 - "End-to-end test runner for the SpaceOS pipeline: build artifacts, boot VMs headless, verify IPC frames flow, and clean shutdown." 5 3 depends: [ 6 - "dune" {>= "3.21"} 4 + "dune" {>= "3.20" & >= "3.21"} 7 5 "ocaml" {>= "5.2"} 8 6 "space" {>= "0.1"} 9 7 "eio" {>= "1.0"} ··· 11 9 "cmdliner" {>= "1.2.0"} 12 10 "fmt" 13 11 "vlog" {>= "0.1.0"} 14 - "crypto-rng-unix" 12 + "crypto-rng" 15 13 "odoc" {with-doc} 16 14 ] 17 15 build: [
+1 -1
packages/space/space.dev/opam
··· 16 16 "uniboot" 17 17 "jsont" 18 18 "yamlt" 19 - "crypto-rng-unix" 19 + "crypto-rng" 20 20 "eio" {>= "1.0"} 21 21 "eio_main" {>= "1.0"} 22 22 "cmdliner" {>= "1.2.0"}