Astrodynamics coordinate frame transforms
0
fork

Configure Feed

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

at main 37 lines 925 B view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Astrodynamics coordinate frame transforms" 4maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 5authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 6license: "ISC" 7tags: ["org:blacksun" "aerospace" "math"] 8homepage: "https://tangled.org/gazagnaire.org/ocaml-coordinate" 9bug-reports: "https://tangled.org/gazagnaire.org/ocaml-coordinate/issues" 10depends: [ 11 "dune" {>= "3.21"} 12 "fmt" 13 "ptime" 14 "mdx" {with-test} 15 "vec3" 16 "alcobar" {with-test} 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-coordinate" 34x-maintenance-intent: ["(latest)"] 35x-quality-build: "2026-04-15" 36x-quality-fuzz: "2026-04-15" 37x-quality-test: "2026-04-15"