Skip to content

Conversation

@moehoshio
Copy link

@moehoshio moehoshio commented Nov 13, 2025

Description

Add neko-schema version 1.0.4 to Conan Center Index.

Library Information

NekoSchema is a lightweight C++20 header-only library providing fundamental type definitions and utilities for the Neko ecosystem.

Features

  • Type definitions and aliases for common C++ types
  • Comprehensive exception handling with source location tracking
  • Enumerations for synchronization modes, states, and priorities
  • Optional C++20 module support

Package Options

  • enable_module (default: False): Enable C++20 module support

Requirements

  • C++20 compatible compiler
  • CMake 3.14+

Testing

The package has been tested via NekoSchema Conan Test CI Github Actions

The process includes:

  • Building the package
  • Testing the package
  • Header-only installation verified
  • CMake integration verified
  • No copy source required (header-only)
  • License files properly packaged

Compliance

  • Follows Conan Center Index guidelines
  • Recipe uses latest Conan 2.0 syntax
  • conandata.yml includes correct source URL and checksum
  • package_id() properly implemented for header-only library
  • No bundled dependencies
  • Exports only necessary source files

Notes

This is a foundational library for the Neko ecosystem. It provides consistent type definitions and utilities that can be shared across multiple projects. The library is completely header-only with no runtime dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant