Files
identcasing/identcasing.nimble
Jonathan Bernard 663ad994eb Implement generic identifier casing conventions.
AI-Assisted: yes
AI-Tool: OpenAI Codex / gpt-5.4 xhigh
2026-04-11 09:25:16 -05:00

13 lines
239 B
Nim

# Package
version = "0.1.0"
author = "Jonathan Bernard"
description = "Little library to convert between identifier casing conventions."
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 2.2.8"