A repository of opam repositories, for use by oi
1opam-version: "2.0"
2synopsis: "CCSDS Time Code Formats (CUC and CDS)"
3description:
4 "Pure OCaml implementation of CCSDS 301.0-B-4 time code formats. Includes CUC (CCSDS Unsegmented Code) for compact mission-configurable timestamps and CDS (CCSDS Day Segmented) for day-based time representation. Uses bytesrw for streaming I/O."
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-tcf"
10bug-reports: "https://tangled.org/gazagnaire.org/ocaml-tcf/issues"
11depends: [
12 "dune" {>= "3.21"}
13 "ocaml" {>= "5.1"}
14 "bytesrw" {>= "0.1"}
15 "fmt" {>= "0.9"}
16 "alcotest" {with-test}
17 "mdx" {with-test}
18 "nox-csv" {with-test}
19 "odoc" {with-doc}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34]
35dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-tcf"
36url {
37 src:
38 "git+https://tangled.org/gazagnaire.org/ocaml-tcf#34a5b71fbbcdd920010def2f028baf57d5891283"
39}
40x-d10-archive:
41 "8b73c6b9b75cafe382cf3c8888677deb560d0de7a186ab7cbc6ed32821b3a885"
42x-maintenance-intent: ["(latest)"]
43x-oi-source-url: "git+https://tangled.org/gazagnaire.org/ocaml-tcf#main"
44x-quality-build: "2026-04-15"
45x-quality-interop: "2026-04-15"
46x-quality-test: "2026-04-15"