Skip to content

Commit

Permalink
nmea_0183 0.1.0 (via alr publish --submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
reznikmm committed Jan 3, 2025
1 parent 0a33634 commit 0ff4084
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions index/nm/nmea_0183/nmea_0183-0.1.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name = "nmea_0183"
description = "NMEA 0183 message decoder"
version = "0.1.0"

authors = ["Max Reznik"]
maintainers = ["Max Reznik <[email protected]>"]
maintainers-logins = ["reznikmm"]
licenses = "MIT OR Apache-2.0 WITH LLVM-exception"
website = "https://github.com/reznikmm/nmea-0183"
tags = ["gps", "parser"]
project-files = ["gnat/nmea_0183.gpr"]

[configuration]
output_dir = "gnat"
generate_ada = false
generate_c = false

[build-switches]
development.optimization = ["-O0"]
development.style_checks = ["-gnaty"]
development.contracts = "Yes"
"*".ada_version = "Ada2022"


[origin]
commit = "6f0c8b4b2d70d703881e8bda3c05c01db357501c"
url = "git+https://github.com/reznikmm/nmea-0183.git"

0 comments on commit 0ff4084

Please sign in to comment.