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: "Two-body Keplerian orbit propagation" 3maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>" 4authors: "Thomas Gazagnaire <thomas@gazagnaire.org>" 5license: "ISC" 6tags: ["org:blacksun" "aerospace" "math" "simulation"] 7homepage: "https://tangled.org/gazagnaire.org/ocaml-kepler" 8bug-reports: "https://tangled.org/gazagnaire.org/ocaml-kepler/issues" 9depends: [ 10 "dune" {>= "3.21"} 11 "fmt" 12 "mdx" {with-test} 13 "alcotest" {with-test} 14 "vec3" 15 "alcobar" {with-test} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-kepler" 33url { 34 src: 35 "git+https://tangled.org/gazagnaire.org/ocaml-kepler#2779cb803c3d0ae324da3839fb45c638c0045aaa" 36} 37x-d10-archive: 38 "73b65f4e2f82488e66df04fd39524575c6d5ce4355e6e1d5dc4e7f0fabbfb2c9" 39x-maintenance-intent: ["(latest)"] 40x-oi-source-url: "git+https://tangled.org/gazagnaire.org/ocaml-kepler#main" 41x-quality-build: "2026-04-15" 42x-quality-fuzz: "2026-04-15" 43x-quality-test: "2026-04-15"