Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'man/cilc.1')
-rw-r--r--man/cilc.121
1 files changed, 21 insertions, 0 deletions
diff --git a/man/cilc.1 b/man/cilc.1
new file mode 100644
index 00000000000..faa351f419c
--- /dev/null
+++ b/man/cilc.1
@@ -0,0 +1,21 @@
+.TH "cilc" 1
+.SH NAME
+cilc \- Mono CIL-to-C binding generator
+.SH SYNOPSIS
+.B cilc
+[options]
+.I assembly
+.I target
+.SH 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.
+.PP
+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.
+.SH AUTHOR
+Written by Alp Toker <alp@atoker.com>
+.SH SEE ALSO
+mono(1)