Difference between revisions of "Mig"

From Free Software Directory
Jump to: navigation, search
(added standard links)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU MIG
 
|Name=GNU MIG
|Short description=Interface generator for the Hurd
+
|Short description=Interface generator for the Hurd.
 
|Full description='''GNU MIG''' is the Mach 3.0 interface generator, as maintained by the [[GNU Hurd]] developers for the GNU system. It produces stub code from interface definition (.defs) files. The stub code makes it easy to implement and use Mach interfaces as remote procedure calls (RPC). You need 'mig' to compile the GNU Mach and Hurd distributions, and to compile the [[libc|GNU C library]] for the Hurd. It is also needed for other software in the GNU systems that uses Mach-based inter-process communication.
 
|Full description='''GNU MIG''' is the Mach 3.0 interface generator, as maintained by the [[GNU Hurd]] developers for the GNU system. It produces stub code from interface definition (.defs) files. The stub code makes it easy to implement and use Mach interfaces as remote procedure calls (RPC). You need 'mig' to compile the GNU Mach and Hurd distributions, and to compile the [[libc|GNU C library]] for the Hurd. It is also needed for other software in the GNU systems that uses Mach-based inter-process communication.
 
|Homepage URL=https://www.gnu.org/software/mig/
 
|Homepage URL=https://www.gnu.org/software/mig/
Line 7: Line 7:
 
|VCS checkout command=git clone git://git.savannah.gnu.org/hurd/mig.git
 
|VCS checkout command=git clone git://git.savannah.gnu.org/hurd/mig.git
 
|Documentation note=https://www.gnu.org/software/hurd/microkernel/mach/mig/documentation.html
 
|Documentation note=https://www.gnu.org/software/hurd/microkernel/mach/mig/documentation.html
 +
 +
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
 +
 +
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 +
 +
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 +
 +
----
 +
----
 +
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 +
----
 +
----
 +
 +
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 +
----
 
|Decommissioned or Obsolete=No
 
|Decommissioned or Obsolete=No
 
|Donate=https://www.gnu.org/software/hurd/donate.html
 
|Donate=https://www.gnu.org/software/hurd/donate.html
|Microblog=https://www.reddit.com/r/hurd
+
|Microblog=https://www.reddit.com/r/hurd/
|IRC general=irc://irc.freenode.net/hurd
+
|IRC general=irc://irc.freenode.net/#hurd
|Related projects=hurd, gnumach
+
|Related projects=gnustandards,hurd, gnumach
 
|Keywords=kernel,software development,programming,hurd,Mach Interface Generator
 
|Keywords=kernel,software development,programming,hurd,Mach Interface Generator
 
|Version identifier=1.8
 
|Version identifier=1.8
Line 18: Line 33:
 
|Version download=https://ftp.gnu.org/gnu/mig/mig-1.8.tar.gz
 
|Version download=https://ftp.gnu.org/gnu/mig/mig-1.8.tar.gz
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2018/11/16
+
|Last review date=2019/01/06
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011/04/01
 
|Submitted date=2011/04/01
Line 24: Line 39:
 
|Paid support=https://www.fsf.org/resources/service/
 
|Paid support=https://www.fsf.org/resources/service/
 
|Accepts cryptocurrency donations=Yes
 
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/mig/mig-1.8.tar.gz.sig
 
|Test entry=No
 
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
Line 54: Line 70:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=jbailey@gnu.org
 
|Email=jbailey@gnu.org
}}
 
{{Resource
 
|Resource audience=Python (Ref)
 
|Resource URL=https://pypi.org/project/mig
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 65: Line 77:
 
{{Resource
 
{{Resource
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=https://git.savannah.gnu.org/cgit/hurd/mig.git
+
|Resource URL=https://git.savannah.gnu.org/cgit/hurd/mig.git/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/help-hurd
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/help-hurd/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-hurd
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-hurd/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/hurd-devel-readers
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/hurd-devel-readers/
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 85: Line 97:
 
{{Resource
 
{{Resource
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=https://ftp.gnu.org/gnu/mig
+
|Resource URL=https://ftp.gnu.org/gnu/mig/
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 
|Programming-language=C
 
|Programming-language=C
 +
|Runs-on=GNU/Linux
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 10:48, 6 January 2019


[edit]

GNU MIG

https://www.gnu.org/software/mig/
Interface generator for the Hurd.

GNU MIG is the Mach 3.0 interface generator, as maintained by the GNU Hurd developers for the GNU system. It produces stub code from interface definition (.defs) files. The stub code makes it easy to implement and use Mach interfaces as remote procedure calls (RPC). You need 'mig' to compile the GNU Mach and Hurd distributions, and to compile the GNU C library for the Hurd. It is also needed for other software in the GNU systems that uses Mach-based inter-process communication.





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

2 May 2018

Verified by

Bendikker

Verified on

2 May 2018




Leaders and contributors

Contact(s)Role
Samuel Thibault Maintainer
Jeff Bailey Maintainer
Thomas Schwinge Maintainer


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Downloadhttps://alpha.gnu.org/gnu/mig/
Downloadhttps://ftp.gnu.org/gnu/mig/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/hurd-devel-readers/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/help-hurd/
Debian (Ref)https://tracker.debian.org/pkg/mig
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-hurd/
VCS Repository Webviewhttps://git.savannah.gnu.org/cgit/hurd/mig.git/


Software prerequisites




Entry
















"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.



















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.