Skip to content

Commit

Permalink
cgk 0.1.0 (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko authored Dec 26, 2024
1 parent b8099b5 commit 4c2f0f4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions index/cg/cgk/cgk-0.1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name = "cgk"
description = "Computational Geometry Kernel"
version = "0.1.0"

authors = ["Vadim Godunko"]
maintainers = ["Vadim Godunko <[email protected]>"]
maintainers-logins = ["godunko"]
licenses = "Apache-2.0 WITH LLVM-exception"
website="https://github.com/godunko/cgk"
tags = ["computational", "geometry"]

project-files = ["gnat/cgk_primitives.gpr"]

[configuration]
generate_ada = false
generate_c = false
generate_gpr = true

[configuration.variables]
Float_Size = {type = "Enum", values = ["32", "64"], default = "64"}
SIMD = {type = "Enum", values = ["nosimd", "gcc"], default = "gcc"}

[origin]
commit = "0b19efcd983adfdc704a9ed870f36f2efb5f40d3"
url = "git+https://github.com/godunko/cgk.git"

0 comments on commit 4c2f0f4

Please sign in to comment.