Vincent Laporte
f6e1d929a0
ocamlPackages.ocplib-json-typed: init at 0.5
2017-06-30 20:00:21 +00:00
Vincent Laporte
c8c673568c
ocamlPackages.stringext: 1.4.0 -> 1.4.3
...
ocamlPackages.qcheck: 0.4.0.1 -> 0.6
2017-06-28 18:41:59 +00:00
Vincent Laporte
ac83ef3994
glsurf: 3.3 -> 3.3.1
2017-06-26 19:24:33 +02:00
Vincent Laporte
6b89bcbaa6
ocamlPackages.core_bench: fix on OCaml ≥ 4.03
2017-06-26 07:57:17 +02:00
Jörg Thalheim
a3539d0dbc
Merge pull request #26126 from pmahoney/ocaml-core_bench
...
ocamlPackages.core_bench: init at 113.33.03
2017-06-15 13:50:10 +01:00
Vincent Laporte
68eb2c2379
ocamlPackages.re2: mark broken on darwin
2017-06-05 05:45:59 +00:00
romildo
4103994414
ocp-index: add explicitly dependency on ocpIndent_1_5_2
...
ocp-index does not yet compile with newer versions of ocp-indent.
2017-06-01 18:47:59 -03:00
romildo
7ba979cac3
ocp-indent: readd old version 1.5.2
...
Some packages (ocp-index, for instance) are not yet compatible with
newer versions of ocp-indent. So version 1.5.2 is still needed.
2017-06-01 18:43:27 -03:00
romildo
98058ef444
ocp-indent: depends on cmdliner minimum version 1.0.0
2017-05-31 17:13:28 -03:00
romildo
32e12ff4ed
cmdliner_1_0: init at 1.0.0
...
Version 1.0 breaks API and some packages does currently not compile
with it. So it is added as a new package.
2017-05-31 17:01:29 -03:00
Théo Zimmermann
5fd9b442f4
ocamlPackages_4_03 (Jane Street packages): 113_33_xx -> 0.9.x
2017-05-30 20:50:36 +02:00
Théo Zimmermann
1cff0701ef
ocamlPackages: remove duplicated definitions
2017-05-30 20:50:36 +02:00
Théo Zimmermann
1dac99b7c9
ocamlPackages.janeStreet package set: init at 0.9.0
...
This contains a collection of Jane Street packages at version 0.9.0.
Packages not already present in ocamlPackages are also made available
without the janeStreet prefix.
2017-05-30 20:50:36 +02:00
Patrick Mahoney
b6534c694d
ocamlPackages.core_bench: init at 113.33.03
2017-05-22 10:30:00 -05:00
Vincent Laporte
0a4da64cad
ocamlPackages.octavius: init at 0.2.0
...
Octavius is a library to parse the ocamldoc comment syntax.
2017-05-10 06:36:39 +00:00
Volth
aa8d50ce0b
reason: init at 1.13.3
2017-04-23 11:23:21 +00:00
Matthew Maurer
7171d16fd4
bap: init at 1.2.0
2017-04-04 13:11:01 -04:00
regnat
4e9e1bc7ba
stog: init at 0.17.0
2017-03-30 01:26:51 +00:00
regnat
89e5963f2c
ocamlPackages.higlo: init at 0.6
2017-03-30 01:25:13 +00:00
regnat
40158137fd
ocamlPackages.xtmpl: init at 0.16.0
2017-03-30 01:24:17 +00:00
regnat
2f020cf7c1
ocamlPackages.ocf: init at 0.5.0
2017-03-30 01:23:30 +00:00
Matthew Maurer
401c284af0
ocaml-async_ssl: 112.24.03 -> 113.33.07
2017-03-30 01:02:51 +00:00
Vincent Laporte
5dda5a2ea2
ocamlPackages.bitstring: remove 2.0.4
2017-03-29 05:29:14 +00:00
Vincent Laporte
6e0b7273a2
ocamlPackages.stdio: init at 0.9.0
...
Stdio implements simple input/output functionalities for OCaml.
Homepage: https://github.com/janestreet/stdio
2017-03-25 07:06:49 +00:00
Vincent Laporte
a7a3d91039
ocamlPackages.ppx_traverse_builtins: init at 0.9.0
...
This OCaml library defines the default methods for builtin types
(int, string, list, ...) for Ppx_traverse.
Homepage: https://github.com/janestreet/ppx_traverse_builtins
2017-03-25 06:57:46 +00:00
Vincent Laporte
e3c1e37823
ocamlPackages.ppx_ast: init at 0.9.0
...
Ppx_ast selects a specific version of the OCaml Abstract Syntax
Tree from the migrate-parsetree project that is not necessarily
the same one as the one being used by the compiler.
Homepage: https://github.com/janestreet/ppx_ast
2017-03-24 19:09:43 +00:00
Vincent Laporte
d69e932780
ocamlPackages.ocaml-compiler-libs: init at 0.9.0
...
This packages exposes the OCaml compiler libraries repackages
under the toplevel names Ocaml_common, Ocaml_bytecomp, ...
Homepage: https://github.com/janestreet/ocaml-compiler-libs
2017-03-24 06:36:41 +00:00
Vincent Laporte
a81e253369
ocamlPackages.base: init at 0.9.0
...
Base is a complete and portable alternative to the OCaml standard library.
Homepage: https://github.com/janestreet/base
2017-03-23 06:39:50 +00:00
Vincent Laporte
f61ead6ee2
ocamlPackages.inifiles: init at 1.2
...
inifiles is a library to read and write .ini files
2017-03-21 18:12:43 +00:00
Florent Becker
091073819a
ocamlPackages.ocsigen-start: init at 1.0.0
2017-03-20 08:13:38 +00:00
Vincent Laporte
959064cfbe
ocamlPackages.ppx_deriving_yojson: init at 3.0
...
deriving Yojson is a ppx_deriving plugin that generates JSON serializers and
deserializers that use the Yojson library from an OCaml type definition.
Homepage: https://github.com/whitequark/ppx_deriving_yojson
2017-03-18 12:58:49 +00:00
Vincent Laporte
cc012b227f
ocamlPackages.functoria: init at 2.0.2
...
Functoria is a DSL to describe a set of modules and functors, their
types and how to apply them in order to produce a complete application.
Homepage: https://github.com/mirage/functoria
2017-03-17 02:39:15 +00:00
Florent Becker
bc26feb1d6
ocamlPackages.ocsigen_toolkit: init at 1.0
2017-03-17 02:09:53 +00:00
Vincent Laporte
49c18cc75d
ocamlPackages.bos: init at 0.1.4
...
Bos provides support for basic and robust interaction
with the operating system in OCaml.
Homepage: http://erratique.ch/software/bos
2017-03-16 07:11:33 +00:00
Vincent Laporte
eba3900781
ocamlPackages.rresult: init at 0.5.0
...
Rresult is an OCaml module for handling computation results and errors in an
explicit and declarative manner without resorting to exceptions.
Homepage: http://erratique.ch/software/rresult
2017-03-15 21:21:27 +00:00
Vincent Laporte
8498f979a1
ocaml-top: 1.1.2 -> 1.1.3
2017-03-14 07:57:59 +00:00
Vincent Laporte
369230cc76
ocamlPackages.cpuid: init at 0.1.0
...
cpuid allows detection of CPU features from OCaml.
Homepage: https://github.com/pqwy/cpuid
2017-03-13 20:58:51 +00:00
Vincent Laporte
b2b8a412fb
ocaml-llvm: 3.7.1 -> 3.9.1
2017-03-13 19:14:11 +01:00
Vincent Laporte
c9d8ae084d
ocamlPackages.ocaml-migrate-parsetree: init at 0.5
...
This library converts parsetrees, outcometree and ast mappers
between different OCaml versions. High-level functions help making
PPX rewriters independent of a compiler version.
Homepage: https://github.com/let-def/ocaml-migrate-parsetree
2017-03-12 07:29:54 +00:00
Vincent Laporte
5a0c577d32
ocamlPackages.async_unix: init at 113.33.00+4.03
2017-03-04 04:59:22 +00:00
Vincent Laporte
d3899a2495
ocamlPackages.async_kernel: init at 113.33.00
2017-03-04 04:54:51 +00:00
Vincent Laporte
8e1b4b3c4c
ocamlPackages.core: init at 113.33.02+4.03
2017-02-26 17:42:02 +00:00
Vincent Laporte
0a768bd6c8
ocamlPackages.core_kernel: init at 113.33.01+4.03
2017-02-26 17:29:36 +00:00
Vincent Laporte
1f1a950cb0
ocamlPackages.ppx_jane: init at 113.33.00
2017-02-26 17:29:36 +00:00
Vincent Laporte
68998dca58
ocamlPackages.ppx_bin_prot: init at 113.33.00+4.03
2017-02-26 17:29:36 +00:00
Vincent Laporte
ceabe0d3dd
ocamlPackages.ppx_typerep_conv: init at 113.33.00+4.03
2017-02-26 17:29:36 +00:00
Vincent Laporte
3c2c608c2e
ocamlPackages.ppx_sexp_value: init at 113.33.00+4.03
2017-02-26 17:29:36 +00:00
Vincent Laporte
03be79a018
ocamlPackages.ppx_sexp_message: init at 113.33.00+4.03
2017-02-26 17:29:36 +00:00
Vincent Laporte
758d052990
ocamlPackages.ppx_pipebang: init at 113.33.00+4.03
2017-02-26 17:29:36 +00:00
Vincent Laporte
3615c47c22
ocamlPackages.ppx_let: init at 113.33.00+4.03
2017-02-26 17:29:35 +00:00