From 9d100b16b07a8c55b0b0a3595bb17c98dc3787e4 Mon Sep 17 00:00:00 2001 From: David Höppner Date: Fri, 11 Sep 2009 14:12:20 +0200 Subject: Yasm formula Yasm is a complete rewrite of the NASM assembler under the "new" BSD License. Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, 32 and 64-bit Mach-O, RDOFF2, COFF, Win32, and Win64 object formats, and generates source debugging information in STABS, DWARF 2, and CodeView 8 formats. --- Library/Formula/yasm.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/yasm.rb (limited to 'Library/Formula') diff --git a/Library/Formula/yasm.rb b/Library/Formula/yasm.rb new file mode 100644 index 000000000..78a3dcb10 --- /dev/null +++ b/Library/Formula/yasm.rb @@ -0,0 +1,12 @@ +require 'brewkit' + +class Yasm