File: gir-generator.1

package info (click to toggle)
go-gir-generator 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,216 kB
  • sloc: ansic: 186; makefile: 44
file content (68 lines) | stat: -rw-r--r-- 1,573 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.\"                                      Hey, EMACS: -*- nroff -*-
.\" (C) Copyright 2020 Arun Kumar Pariyar <openarungeek@gmail.com>,
.\"
.TH "GIR-GENERATOR" "1" "2020-05-25" "Deepin"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)

.SH NAME
gir-generator \- Deepin's Golang Gir Generator

.SH SYNOPSIS
.B gir-generator
.RI [ FLAGS ]
.RI <dir>

.SH DESCRIPTION
This manual page documents briefly the
.B gir-generator
command as provided by
.B golang-gir-generator
package.
.PP
The binary program \fBgir-generator\fP is the static binding
code generator.
.PP
It read the GIRepository and template files from lib.in directory..

.SH OPTIONS
.TP
.B \-config <string>
Specify global config file
.TP
.B \-o <string>
Override output directory

.SH EXAMPLE
cd lib.in/gobject-2.0
.PP
gir-generator -o . gobject.go.in

.SH SEE ALSO
.PP
This program is further documented in the
.IR README.md
as provided with this debian package under
.IR /usr/share/doc/golang-gir-generator/
directory.

.SH AUTHOR
.PP
.B gir-generator
is written by Deepin Technology Co., Ltd.
.PP
This manual page was written by
.MT openarungeek@\:gmail.com
Arun Kumar Pariyar
.ME
for the Debian Project (but may be used by others).