Ports 搜索

共有5,824项符合/net/的查询结果,以下是第4,9114,920项(搜索用时0.006秒)
devel/ebnf2yacc-0.1.1 (Score: 0.014903333)
EBNF to YACC
ebnf2yacc is a tool to help write yacc parsers/compilers. It takes as input a grammar written in ebnf, and outputs a c++ abstract syntax tree that supports the visitor pattern, along with a yacc file to build the tree.
devel/readline-0.1 (Score: 0.014903333)
Pure gauche/scheme implementation of the Readline library
Written in Scheme only, this adds input line editing feature to Gauche. Assumes VT100 compatible terminal capability.
devel/gcc-arm-embedded-5.4.20160622 (Score: 0.014903333)
Complete gcc-based toolcahin for embedded ARM development
FSF binutils/gcc/gdb toolchain for ARM Cortex-M & Cortex-R processors (Cortex-M0/M0+/M3/M4, Cortex-R4/R5/R7). This port brings C and C++ compilers. Gloss and libc layer are provided through newlib embedded C library. This is complete package prepated by "GNU Tools for ARM Embedded Processors" project (which is maintained by ARM company itself). It includes: binutils gcc 5.3 with LTO and GRAPHITE support. newlib optimized for speed newlib-nano optimized for two versions of libstdc++, optimized for speed and size. gdb without sim. All this is built with support for armv6-m, armv7-ar, armv7-m and armv7e-m targets, armv7e-m with and without FPU support and armv8-m too. This port gives bit-to-bit compatibility with "official" embedded ARM toolchain for MacOS X, Linux and Windows.
devel/DrIFT-2.4.2 (Score: 0.014903333)
Program to derive type class instances
DrIFT is a type sensitive preprocessor for Haskell. It extracts type declarations and directives from modules. The directives cause rules to be fired on the parsed type declarations, generating new code which is then appended to the bottom of the input file. The rules are expressed as Haskell code, and it is intended that the user can add new rules as required. DrIFT automates instance derivation for classes that aren't supported by the standard compilers. In addition, instances can be produced in separate modules to that containing the type declaration. This allows instances to be derived for a type after the original module has been compiled. As a bonus, simple utility functions can also be produced from a type.
devel/hint-0.4.2.3 (Score: 0.014903333)
Runtime Haskell interpreter (GHC API wrapper)
This library defines an Interpreter monad. It allows to load Haskell modules, browse them, type-check and evaluate strings with Haskell expressions and even coerce them into values. The library is thread-safe and type-safe (even the coercion of expressions to values). It is, essentially, a huge subset of the GHC API wrapped in a simpler API.
devel/hcs12mem-1.4.1 (Score: 0.014903333)
Software to manipulate EEPROM/FLASH memory
hc12mem is a command line tool for embedded microcontroller developers using Freescale's HCS12-family MCUs. It can: - erase/read/write/protect internal EEPROM memory - erase/read/write internal FLASH memory - protect/unprotect whole MCU Supported MCUs: almost every HCS12 derivative <MC9S12> A32, A64, A128, A256, A512, C32, C64, C96, C128, GC16, GC32, GC64, GC96, GC128, D32, D64, D128, D256, D512, E32, E64, E128, E256, H128, H256, UF32, NE64. Supported target connections: - BDM: - Daniel Malik's TDBML (Turbo BDM Light) USB POD - Kevin Ross's BDM12 POD - Marek Peca's PODEX - my own improved version of PODEX with firmware bugfixes - LRAE (Load RAM And Execute) serial bootloader see Freescale's Application Note AN2546 - Freescale's HCS12 MCU serial monitor see Freescale's Application Note AN2548
devel/ghc-mtl-1.2.1.0 (Score: 0.014903333)
Mtl-compatible version of the Ghc-Api monads and monad-transformers
Provides an 'mtl' compatible version of the 'GhcT' monad-transformer defined in the 'GHC-API' since version 6.10.1.
devel/language-c-0.4.7 (Score: 0.014903333)
Analysis and generation of C code
Language C is a Haskell library for the analysis and generation of C code. It features a complete, well tested parser and pretty printer for all of C99 and a large set of GNU extensions.
devel/time-compat-0.1.0.3 (Score: 0.014903333)
Compatibility with old-time for the time package
Compatibility with the old-time package for the "new" time package.
devel/jsond-1.3.0 (Score: 0.014903333)
JavaScript Object Notation in PHP
This is a drop-in alternative to the standard PHP JSON extension.