Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: add support for configuration files to control how declarati… #6

Merged
merged 3 commits into from
Feb 14, 2024

Conversation

msprotz
Copy link
Contributor

@msprotz msprotz commented Feb 14, 2024

…ons are grouped within various C files

Example:

files:
  - name: libcrux_digest
    api:
      - [ libcrux, digest ]
  - name: libcrux_platform
    api:
      - [ libcrux_platform ]
  - name: libcrux_kyber
    api:
      - [ libcrux_kyber, kyber768 ]
    private:
      - [ libcrux_kyber, "*" ]
  - name: core
    private:
      - [ core, "*" ]

will be merged later once I figure out how to add a nix dependency on the new opam package, and once I document the code a little bit

@msprotz msprotz merged commit 45dbdbe into main Feb 14, 2024
2 checks passed
@msprotz msprotz deleted the protz_config branch February 14, 2024 00:59
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