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: "Reusable 3D Earth globe widget (pure OCaml + WebGL)" 3maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>" 4authors: "Thomas Gazagnaire <thomas@gazagnaire.org>" 5license: "ISC" 6tags: ["org:blacksun" "math"] 7homepage: "https://tangled.org/gazagnaire.org/ocaml-globe" 8bug-reports: "https://tangled.org/gazagnaire.org/ocaml-globe/issues" 9depends: [ 10 "dune" {>= "3.21"} 11 "brr" 12 "coordinate" 13 "fmt" 14 "kepler" 15 "sgp4" 16 "mdx" {with-test} 17 "alcotest" {with-test} 18 "vec3" 19 "alcobar" {with-test} 20 "helix" 21 "signal" 22 "odoc" {with-doc} 23] 24build: [ 25 ["dune" "subst"] {dev} 26 [ 27 "dune" 28 "build" 29 "-p" 30 name 31 "-j" 32 jobs 33 "@install" 34 "@runtest" {with-test} 35 "@doc" {with-doc} 36 ] 37] 38dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-globe" 39pin-depends: [ 40 "helix.dev" 41 "git+https://github.com/rizo/helix.git#34c387c488bea28197f8c7d2db1a813d31c5d8f6" 42] 43url { 44 src: 45 "git+https://tangled.org/gazagnaire.org/ocaml-globe#1843390bd0aa073cbdccf11802fcebd19005f18b" 46} 47x-d10-archive: 48 "9117326e73b7ba276e2188edac79ddbce9f1fae536c47137b65527fd40bbba3f" 49x-maintenance-intent: ["(latest)"] 50x-oi-source-url: "git+https://tangled.org/gazagnaire.org/ocaml-globe#main" 51x-quality-build: "2026-04-15" 52x-quality-fuzz: "2026-04-15" 53x-quality-test: "2026-04-15"