Home
last modified time | relevance | path

Searched refs:OCaml (Results 1 – 25 of 3377) sorted by relevance

12345678910>>...136

/dports/math/plplot/plplot-5.15.0/cmake/modules/
H A Docaml.cmake22 # Module for determining OCaml binding configuration options
25 option(ENABLE_ocaml "Enable OCaml binding" OFF)
27 option(ENABLE_ocaml "Enable OCaml binding" ON)
42 "The ocamlc application not found. Disabling OCaml binding")
43 set(ENABLE_ocaml OFF CACHE BOOL "Enable OCaml binding" FORCE)
54 set(ENABLE_ocaml OFF CACHE BOOL "Enable OCaml binding" FORCE)
65 set(ENABLE_ocaml OFF CACHE BOOL "Enable OCaml binding" FORCE)
126 "The camlidl library not found. Disabling OCaml binding")
192 option(OCAML_HAS_CAIRO "OCaml has the cairo package" ON)
215 message(STATUS "Cairo OCaml library found")
[all …]
/dports/math/plplot-ada/plplot-5.15.0/cmake/modules/
H A Docaml.cmake22 # Module for determining OCaml binding configuration options
25 option(ENABLE_ocaml "Enable OCaml binding" OFF)
27 option(ENABLE_ocaml "Enable OCaml binding" ON)
42 "The ocamlc application not found. Disabling OCaml binding")
43 set(ENABLE_ocaml OFF CACHE BOOL "Enable OCaml binding" FORCE)
54 set(ENABLE_ocaml OFF CACHE BOOL "Enable OCaml binding" FORCE)
65 set(ENABLE_ocaml OFF CACHE BOOL "Enable OCaml binding" FORCE)
126 "The camlidl library not found. Disabling OCaml binding")
192 option(OCAML_HAS_CAIRO "OCaml has the cairo package" ON)
215 message(STATUS "Cairo OCaml library found")
[all …]
/dports/devel/ppl/ppl-1.2/interfaces/OCaml/
H A DREADME.ocaml14 OCaml version 3.09 or higher and the MLGMP wrapper to the GMP library
27 `tests' for an example of how to compile and link an OCaml program
31 the OCaml interface files will be installed in <PPL-OCaml libdir>,
32 where either <PPL-OCaml libdir> = <PPL prefix>/lib/ppl or
33 <PPL-OCaml libdir> = <PPL prefix>/lib64/ppl, depending on the
35 The OCaml compilation command for `my_program.ml' should then be
38 $ ocamlc -o my_program.cmo -c -I +gmp -I <PPL-OCaml libdir> my_program.ml
44 $ ocamlc -o my_program -custom -cc g++ -I +gmp -I <PPL-OCaml libdir> \
48 If native compilation of OCaml code is supported by the build platform,
52 -c -I +gmp -I <PPL-OCaml libdir> my_program.ml
[all …]
/dports/net/nbdkit/nbdkit-1.20.4/plugins/ocaml/
H A Dnbdkit-ocaml-plugin.pod3 nbdkit-ocaml-plugin - writing nbdkit plugins in OCaml
14 compiled OCaml code.
16 Note this requires OCaml E<ge> 4.02.2, which has support for shared
21 For an example plugin written in OCaml, see:
24 Broadly speaking, OCaml nbdkit plugins work like C ones, so you should
28 interface for OCaml plugins.
30 Your OCaml code should call C<NBDKit.register_plugin> like this:
48 =head2 Compiling an OCaml nbdkit plugin
50 OCaml nbdkit plugins are natively compiled into shared object
72 Your C<open_connection> callback can return an OCaml value of any
[all …]
/dports/math/plplot/plplot-5.15.0/bindings/ocaml/
H A DREADME5 - OCaml (currently tested with 4.0.1 and later, but earlier versions
11 This is a list of the files which make up the OCaml bindings, along with a
46 OCaml binding for the C PLplot API. camlidl uses this file to
47 produce the C and OCaml code required to interface with the core
58 This file contains the Plplot OCaml module interface definition and
62 This file contains an OCaml-specific interface to parts of the OCaml
64 for the OCaml API for pllegend and plcolorbar are implemented here.
74 A findlib-compatible META-file. The PLplot OCaml bindings can be
75 used with findlib (ocamlfind and the OCaml toplevel). Please see
76 the OCaml section of the PLplot documentation for more information
[all …]
/dports/math/plplot-ada/plplot-5.15.0/bindings/ocaml/
H A DREADME5 - OCaml (currently tested with 4.0.1 and later, but earlier versions
11 This is a list of the files which make up the OCaml bindings, along with a
46 OCaml binding for the C PLplot API. camlidl uses this file to
47 produce the C and OCaml code required to interface with the core
58 This file contains the Plplot OCaml module interface definition and
62 This file contains an OCaml-specific interface to parts of the OCaml
64 for the OCaml API for pllegend and plcolorbar are implemented here.
74 A findlib-compatible META-file. The PLplot OCaml bindings can be
75 used with findlib (ocamlfind and the OCaml toplevel). Please see
76 the OCaml section of the PLplot documentation for more information
[all …]
/dports/www/gitea/gitea-1.16.5/options/license/
H A DOCaml-LGPL-linking-exception1OCaml Core System" with a publicly distributed version of the OCaml Core System to produce an exec…
/dports/lang/ocaml/ocaml-4.05.0/
H A DREADME.adoc5 OCaml is an implementation of the ML language, based on the Caml Light
9 OCaml comprises two compilers. One generates bytecode which is then
23 Tier 1 (actively used and maintained by the core OCaml team):
41 Before the introduction of objects, OCaml was known as Caml Special Light.
42 OCaml is almost upwards compatible with Caml Special Light, except for a few
62 The OCaml manual is distributed in HTML, PDF, Postscript, DVI, and Emacs
68 and other useful information for OCaml users.
72 The complete OCaml distribution can be accessed at
96 OCaml.
101 The OCaml Community website is
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/
H A DREADME.adoc5 OCaml is an implementation of the ML language, based on the Caml Light
9 OCaml comprises two compilers. One generates bytecode which is then
23 Tier 1 (actively used and maintained by the core OCaml team):
41 Before the introduction of objects, OCaml was known as Caml Special Light.
42 OCaml is almost upwards compatible with Caml Special Light, except for a few
62 The OCaml manual is distributed in HTML, PDF, Postscript, DVI, and Emacs
68 and other useful information for OCaml users.
72 The complete OCaml distribution can be accessed at
96 OCaml.
101 The OCaml Community website is
[all …]
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/raw_spacetime_lib/
H A Draw_spacetime_lib.mli51 module OCaml : sig module
106 module OCaml : sig module
113 val program_counter : t -> Program_counter.OCaml.t
130 val call_site : _ t -> Program_counter.OCaml.t
146 val call_site : t -> Program_counter.OCaml.t
169 ("fields") of an OCaml node. *)
192 OCaml. *)
220 code (to either non-OCaml code, or OCaml code via the usual
245 (or any other language that is not OCaml). *)
265 | OCaml of OCaml.Node.t Constructor
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/raw_spacetime_lib/
H A Draw_spacetime_lib.mli51 module OCaml : sig module
106 module OCaml : sig module
113 val program_counter : t -> Program_counter.OCaml.t
130 val call_site : _ t -> Program_counter.OCaml.t
146 val call_site : t -> Program_counter.OCaml.t
169 ("fields") of an OCaml node. *)
192 OCaml. *)
220 code (to either non-OCaml code, or OCaml code via the usual
245 (or any other language that is not OCaml). *)
265 | OCaml of OCaml.Node.t Constructor
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/typing-warnings/
H A Drecords.ml.reference8 it will not compile with OCaml 4.00 or earlier.
13 it will not compile with OCaml 4.00 or earlier.
18 it will not compile with OCaml 4.00 or earlier.
23 it will not compile with OCaml 4.00 or earlier.
44 it will not compile with OCaml 4.00 or earlier.
49 it will not compile with OCaml 4.00 or earlier.
60 it will not compile with OCaml 4.00 or earlier.
72 it will not compile with OCaml 4.00 or earlier.
78 it will not compile with OCaml 4.00 or earlier.
92 it will not compile with OCaml 4.00 or earlier.
[all …]
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/typing-warnings/
H A Drecords.ml.reference8 it will not compile with OCaml 4.00 or earlier.
13 it will not compile with OCaml 4.00 or earlier.
18 it will not compile with OCaml 4.00 or earlier.
23 it will not compile with OCaml 4.00 or earlier.
44 it will not compile with OCaml 4.00 or earlier.
49 it will not compile with OCaml 4.00 or earlier.
60 it will not compile with OCaml 4.00 or earlier.
72 it will not compile with OCaml 4.00 or earlier.
78 it will not compile with OCaml 4.00 or earlier.
92 it will not compile with OCaml 4.00 or earlier.
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/stdlib/
H A Dcallback.mli3 (* OCaml *)
16 (** Registering OCaml values with the C runtime.
18 This module allows OCaml values to be registered with the C runtime
20 OCaml functions, or raise registered OCaml exceptions.
/dports/lang/ocaml/ocaml-4.05.0/stdlib/
H A Dcallback.mli3 (* OCaml *)
16 (** Registering OCaml values with the C runtime.
18 This module allows OCaml values to be registered with the C runtime
20 OCaml functions, or raise registered OCaml exceptions.
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/unwind/
H A DREADME2 cause stack walks into the OCaml-generated stack frames. In particular, the
4 is invoked from Cocoa. Errors in the stack unwinding info generated by OCaml
5 can cause random crashes. This test case checks that, for at least one OCaml
7 (called libunwind) correctly walks the stack up to the main function. OCaml
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/unwind/
H A DREADME2 cause stack walks into the OCaml-generated stack frames. In particular, the
4 is invoked from Cocoa. Errors in the stack unwinding info generated by OCaml
5 can cause random crashes. This test case checks that, for at least one OCaml
7 (called libunwind) correctly walks the stack up to the main function. OCaml
/dports/devel/llvm70/llvm-7.0.1.src/bindings/ocaml/backends/
H A Dllvm_backend.mli.in1 (*===-- llvm_backend.mli.in - LLVM OCaml Interface ------------*- OCaml -*-===*
12 This interface provides an OCaml API for initialization of
14 OCaml to load or link in the LLVM libraries corresponding to the target.
/dports/devel/llvm80/llvm-8.0.1.src/bindings/ocaml/backends/
H A Dllvm_backend.mli.in1 (*===-- llvm_backend.mli.in - LLVM OCaml Interface ------------*- OCaml -*-===*
12 This interface provides an OCaml API for initialization of
14 OCaml to load or link in the LLVM libraries corresponding to the target.
/dports/lang/tuareg-mode.el/tuareg-2.0.8/
H A DREADME.md1 Tuareg: an Emacs OCaml mode
4 This archive contains files to help editing [OCaml](http://ocaml.org/)
5 code, to highlight important parts of the code, to run an OCaml
6 toplevel, and to run the OCaml debugger within Emacs.
13 `tuareg.el` — A major mode for editing OCaml code in Emacs.
14 `ocamldebug.el` — To run the OCaml debugger under Emacs.
33 gives you the correct syntax table for the OCaml language.
51 You may also customize the appearance of OCaml code by twiddling the
88 to OCaml (and Labl) syntax. Although this work was performed
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/bindings/ocaml/backends/
H A Dllvm_backend.mli.in1 (*===-- llvm_backend.mli.in - LLVM OCaml Interface ------------*- OCaml -*-===*
11 This interface provides an OCaml API for initialization of
13 OCaml to load or link in the LLVM libraries corresponding to the target.
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/bindings/ocaml/backends/
H A Dllvm_backend.mli.in1 (*===-- llvm_backend.mli.in - LLVM OCaml Interface ------------*- OCaml -*-===*
11 This interface provides an OCaml API for initialization of
13 OCaml to load or link in the LLVM libraries corresponding to the target.
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/bindings/ocaml/backends/
H A Dllvm_backend.mli.in1 (*===-- llvm_backend.mli.in - LLVM OCaml Interface ------------*- OCaml -*-===*
11 This interface provides an OCaml API for initialization of
13 OCaml to load or link in the LLVM libraries corresponding to the target.
/dports/devel/llvm10/llvm-10.0.1.src/bindings/ocaml/backends/
H A Dllvm_backend.mli.in1 (*===-- llvm_backend.mli.in - LLVM OCaml Interface ------------*- OCaml -*-===*
11 This interface provides an OCaml API for initialization of
13 OCaml to load or link in the LLVM libraries corresponding to the target.
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-ocaml/
H A DREADME.md6 OCaml grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).
17 * [OCaml language reference](https://caml.inria.fr/pub/docs/manual-ocaml/language.html)
18 * [OCaml language extensions](https://caml.inria.fr/pub/docs/manual-ocaml/extn.html)
19 * [OCaml parser](https://github.com/ocaml/ocaml/blob/trunk/parsing/parser.mly)

12345678910>>...136