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 504.0-B Attitude Ephemeris Message parser and serializer" 3maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>" 4authors: "Thomas Gazagnaire <thomas@gazagnaire.org>" 5license: "ISC" 6tags: ["org:blacksun" "aerospace" "codec.ccsds"] 7homepage: "https://tangled.org/gazagnaire.org/ocaml-aem" 8bug-reports: "https://tangled.org/gazagnaire.org/ocaml-aem/issues" 9depends: [ 10 "dune" {>= "3.21"} 11 "ocaml" {>= "4.14"} 12 "kvn" 13 "fmt" 14 "mdx" {with-test} 15 "alcotest" {with-test} 16 "ptime" 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-aem" 34url { 35 src: 36 "git+https://tangled.org/gazagnaire.org/ocaml-aem#7f0da110f2e3fb251722548affff1f7198fd1b66" 37} 38x-d10-archive: 39 "f3e0ab35d7bd2bb6368a30e8b178ba8206747dacad953beeae03789cddadf170" 40x-maintenance-intent: ["(latest)"] 41x-oi-source-url: "git+https://tangled.org/gazagnaire.org/ocaml-aem#main" 42x-quality-build: "2026-04-15" 43x-quality-test: "2026-04-15"