3D vectors for astrodynamics and rendering
0
fork

Configure Feed

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

at main 33 lines 828 B view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "3D vectors for astrodynamics and rendering" 4maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 5authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 6license: "ISC" 7tags: ["org:blacksun" "math"] 8homepage: "https://tangled.org/gazagnaire.org/ocaml-vec3" 9bug-reports: "https://tangled.org/gazagnaire.org/ocaml-vec3/issues" 10depends: [ 11 "ocaml" {>= "4.14"} 12 "dune" {>= "3.21" & >= "3.0"} 13 "mdx" {with-test} 14 "fmt" 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-vec3" 32x-maintenance-intent: ["(latest)"] 33x-quality-build: "2026-04-15"