Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第13,81113,820项(搜索用时0.013秒)
lang/libjit-0.1.2 (Score: 9.2878623E-4)
Libjit implements Just-In-Time compilation functionality
The libjit library implements Just-In-Time compilation functionality. Unlike other JIT's, this one is designed to be independent of any particular virtual machine bytecode format or language. The hope is that Free Software projects can get a leg-up on proprietry VM vendors by using this library rather than spending large amounts of time writing their own JIT from scratch. This JIT is also designed to be portable to multiple archictures. If you run libjit on a machine for which a native code generator is not yet available, then libjit will fall back to interpreting the code. This way, you don't need to write your own interpreter for your bytecode format if you don't want to.
lang/haskell-mode-13.20.1 (Score: 9.2878623E-4)
Emacs lisp mode for editing haskell programs
Haskell-mode is a major Emacs mode for editing Haskell source code. It provides syntax highlighting and automatic indentation and comes with inf-haskell which allows interaction with an inferior Haskell interactive loop such as the one of Hugs or GHCi. Note that if you want to use haskell-mode under XEmacs, you should install editors/xemacs-packages instead.
lang/lua-ada-1.0 (Score: 9.2878623E-4)
Ada binding for Lua
These are bindings to a Lua library for Ada. The gpr file is written for the version of Lua that is default on the system that builds the port. (see Mk/bsd.default-versions.mk) There is no documentation available, but two examples with sources are built and installed for illustration.
lang/nesasm-20040314 (Score: 9.2878623E-4)
The nesasm assembler is a 6502 assembler with specific NES support
The nesasm assembler is a 6502 assembler with specific NES support.
lang/mixal-1.11 (Score: 9.2878623E-4)
Assembler and interpreter for Donald Knuth's mythical MIX computer
Mixal is a version the assembler and interpreter for Donald Knuth's mythical MIX computer, defined in: Donald E. Knuth, _The Art of Computer Programming, Vol. 1: Fundamental Algorithms_. Addison-Wesley, 1973 (2nd ed.) This preliminary release doesn't do floating point and has little documentation as yet, but it works well enough to be used in conjunction with the book.
lang/autoconf-1.1 (Score: 9.2878623E-4)
Autoconf module for ocaml
This port contains standard, useful autoconf macros for detecting OCaml, findlib, OCaml packages, etc.
lang/mono-basic-4.0.1 (Score: 9.2878623E-4)
VisualBasic.NET support for Mono
Mono Basic: Visual Basic Compiler and Runtime.
lang/nml-0.92b (Score: 9.2878623E-4)
Dialect/harmony of Standard ML of New Jersey and Objective Caml
- nML is a dialect/harmony of Standard ML of New Jersey and Objective Caml. - nML is a higher-order and typed programming language. - nML does not stand against the C programming convention. - nML compiler is a compiler of the nML language using the Objective Caml compiler: nML parser + nML type-checker + nML-to-OCaml translator + the OCaml compiler.
lang/csharp-mode.el-0.8.5 (Score: 9.2878623E-4)
Emacs/XEmacs major mode for editing C# source code
After a good number of years, we noticed that there wasn't a "non-patched" version of a csharp-mode for Emacs. There were a few, but most of them had comments that they were "in progress" or "about to merge", but then we noticed that those notices were there even after a couple of months. Then, we saw a request for a csharp-mode on the cc-mode Emacs site, so we decided to follow the rules and create one that required no patching or modification to the core cc-mode engine (which is a good thing). So, this is the C# mode.
lang/ohugs-0.5 (Score: 9.2878623E-4)
Interpreter for Haskell with object-oriented features
OHugs is an approach to combine the features of functional programming languages (Haskell) with object-oriented languages. Steffen Mazanek <steffen.mazanek@unibw-muenchen.de>