logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cilc - Mono CIL-to-C binding generator

Author

       Written by Alp Toker <alp@atoker.com>

Description

       cilc  is  the Mono CIL-to-C binding generator. It takes a CIL assembly as input and generates a directory
       of C sources which, when compiled, provide a C interface to the classes contained within that assembly by
       means of a shared object library.

       Generated sources make use of the Mono embedding API. Thus a complete Mono development  environment  must
       be  available  on  the  development  system  and a complete Mono runtime environment must be available on
       target systems.

Name

       cilc - Mono CIL-to-C binding generator

See Also

mono(1)

                                                                                                         cilc(1)

Synopsis

cilc [options] assemblytarget

See Also