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: "Conjunction Data Message (CCSDS 508.0-B-1)" 3description: 4 "Parse and manipulate Conjunction Data Messages for space debris collision risk assessment. Supports CCSDS 508.0-B-1 KVN format and TraCSS CA verification dataset CSV." 5maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>" 6authors: "Thomas Gazagnaire <thomas@gazagnaire.org>" 7license: "ISC" 8tags: ["org:blacksun" "aerospace" "codec.ccsds"] 9homepage: "https://tangled.org/gazagnaire.org/ocaml-cdm" 10bug-reports: "https://tangled.org/gazagnaire.org/ocaml-cdm/issues" 11depends: [ 12 "dune" {>= "3.21"} 13 "ocaml" {>= "4.14"} 14 "nox-csv" 15 "fmt" 16 "nox-json" 17 "ptime" 18 "vec3" 19 "mdx" {with-test} 20 "alcotest" {with-test} 21 "alcobar" {with-test} 22 "astring" {with-test} 23 "nox-loc" 24 "odoc" {with-doc} 25] 26build: [ 27 ["dune" "subst"] {dev} 28 [ 29 "dune" 30 "build" 31 "-p" 32 name 33 "-j" 34 jobs 35 "@install" 36 "@runtest" {with-test} 37 "@doc" {with-doc} 38 ] 39] 40dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-cdm" 41url { 42 src: 43 "git+https://tangled.org/gazagnaire.org/ocaml-cdm#ce0cf14730457bdf88d5353af3f71fcf1fb2e84a" 44} 45x-d10-archive: 46 "8ecd9e823f0303ef8c4b8a42fb49222c4d937bb3b1ac58ce55a19368c56f692f" 47x-maintenance-intent: ["(latest)"] 48x-oi-source-url: "git+https://tangled.org/gazagnaire.org/ocaml-cdm#main" 49x-quality-build: "2026-04-15" 50x-quality-fuzz: "2026-04-15" 51x-quality-interop: "2026-04-15" 52x-quality-test: "2026-04-15"