A repository of opam repositories, for use by oi
0

Configure Feed

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

1opam-version: "2.0" 2synopsis: "CCSDS USLP Transfer Frames (CCSDS 732.1-B-2)" 3description: 4 "Parser and encoder for CCSDS Unified Space Link Protocol (USLP) Transfer Frames. Supports variable-length VCFC, MAP IDs, source/destination flags, optional OCF, and FECF with CRC-16 or CRC-32." 5maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>" 6authors: "Thomas Gazagnaire <thomas@gazagnaire.org>" 7license: "MIT" 8tags: ["org:blacksun" "aerospace" "codec.ccsds"] 9homepage: "https://tangled.org/gazagnaire.org/ocaml-uslp" 10bug-reports: "https://tangled.org/gazagnaire.org/ocaml-uslp/issues" 11depends: [ 12 "dune" {>= "3.21"} 13 "ocaml" {>= "4.14"} 14 "clcw" {>= "0.1"} 15 "nox-crc" {>= "0.1"} 16 "fmt" {>= "0.1"} 17 "wire" {>= "0.1"} 18 "alcotest" {with-test} 19 "mdx" {with-test} 20 "nox-csv" {with-test} 21 "alcobar" {with-test} 22 "odoc" {with-doc} 23] 24build: [ 25 ["dune" "subst"] {dev} 26 [ 27 "dune" 28 "build" 29 "-p" 30 name 31 "-j" 32 jobs 33 "@install" 34 "@runtest" {with-test} 35 "@doc" {with-doc} 36 ] 37] 38dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-uslp" 39pin-depends: [ 40 "wire.0.9.0" 41 "git+https://github.com/parsimoni-labs/ocaml-wire.git#d6bceb077e231f647e5770de663f9d6206cefb73" 42] 43url { 44 src: 45 "git+https://tangled.org/gazagnaire.org/ocaml-uslp#56154663ac51cb2d46d4d6f10273e8cf28232904" 46} 47x-d10-archive: 48 "59b249485ca27fea242568d0d11562fe5f888e8b50f832af119e2158f7c7f291" 49x-maintenance-intent: ["(latest)"] 50x-oi-source-url: "git+https://tangled.org/gazagnaire.org/ocaml-uslp#main" 51x-quality-build: "2026-04-15" 52x-quality-fuzz: "2026-04-15" 53x-quality-interop: "2026-04-15" 54x-quality-test: "2026-04-15"