3D vectors for astrodynamics and rendering
0
fork

Configure Feed

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

opam: migrate 14 hand-maintained packages to dune-generated

Moves package metadata into dune-project for kdf, monopam-info,
ocaml-ax25, ocaml-collision, ocaml-crypto (4 subpackages), ocaml-csv,
ocaml-respond, ocaml-sdnv, ocaml-tls (2 subpackages), ocaml-vec3, and
ocaml-x509, and flags each .opam with the generated-by-dune header.

Running dune build after the ocaml-toml build break is resolved will
regenerate the .opam files from dune-project and reveal any
canonical-form drift in a separate commit.

+15
+14
dune-project
··· 1 1 (lang dune 3.21) 2 2 (name vec3) 3 + (license ISC) 4 + (authors "Thomas Gazagnaire <thomas@gazagnaire.org>") 5 + (maintainers "Thomas Gazagnaire <thomas@gazagnaire.org>") 6 + 7 + (generate_opam_files true) 8 + 9 + (package 10 + (name vec3) 11 + (synopsis "3D vectors for astrodynamics and rendering") 12 + (tags (org:blacksun math)) 13 + (depends 14 + (ocaml (>= 4.14)) 15 + (dune (>= 3.0)) 16 + fmt))
+1
vec3.opam
··· 1 + # This file is generated by dune, edit dune-project instead 1 2 opam-version: "2.0" 2 3 synopsis: "3D vectors for astrodynamics and rendering" 3 4 maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"]