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 Flexible Advanced Coding and Modulation (131.2-B)" 3description: 4 "Types and frame format for CCSDS FlexACM (Flexible Advanced Coding and Modulation). Defines ACM mode descriptors and the Physical Layer Operations Control Field (PLOP) header used to signal coding/modulation scheme changes on adaptive links." 5maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>" 6authors: "Thomas Gazagnaire <thomas@gazagnaire.org>" 7license: "ISC" 8tags: ["org:blacksun" "aerospace" "fec"] 9homepage: "https://tangled.org/gazagnaire.org/ocaml-flexacm" 10bug-reports: "https://tangled.org/gazagnaire.org/ocaml-flexacm/issues" 11depends: [ 12 "dune" {>= "3.21"} 13 "ocaml" {>= "5.1"} 14 "fmt" {>= "0.9"} 15 "mdx" {with-test} 16 "alcotest" {with-test} 17 "alcobar" {with-test} 18 "odoc" {with-doc} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33] 34dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-flexacm" 35url { 36 src: 37 "git+https://tangled.org/gazagnaire.org/ocaml-flexacm#525dd62181583beb4b6988f948636f3256535fb8" 38} 39x-d10-archive: 40 "88fac3aa45c842ad0632bda8975353207bd342419d357001f43da4db8d55a686" 41x-maintenance-intent: ["(latest)"] 42x-oi-source-url: "git+https://tangled.org/gazagnaire.org/ocaml-flexacm#main" 43x-quality-build: "2026-04-15" 44x-quality-fuzz: "2026-04-15"