Matthew Maurer
4e47e85005
piqi: missed propagated dependency
2017-03-29 07:11:09 +00:00
Matthew Maurer
3c7b0d37ae
ocamlgraph: 1.8.5 -> 1.8.7
2017-03-29 06:37:00 +00:00
Matthew Maurer
b4716ea7a2
camlzip: 1.06 -> 1.07
...
Fixes bug with modern zlib and large files
2017-03-29 06:12:59 +00:00
Vincent Laporte
5dda5a2ea2
ocamlPackages.bitstring: remove 2.0.4
2017-03-29 05:29:14 +00:00
Matthew Maurer
750dca5024
ocaml-bitstring: git -> 2.1.0
2017-03-29 05:29:14 +00:00
Matthew Maurer
03568b327e
fileutils: 0.5.0 -> 0.5.1
...
Fixes a bug with copying symlinks
2017-03-28 20:04:00 +00:00
Vincent Laporte
d109f3d5f6
ocamlPackages.io-page: 1.5.1 -> 1.6.1
2017-03-28 17:05:47 +00:00
Vincent Laporte
a80eb80b31
ocamlPackages.cstruct: 2.3.0 -> 2.3.2
2017-03-28 17:01:44 +00:00
Vincent Laporte
b90d1a4496
ocamlPackages.fmt: 0.8.0 -> 0.8.2
2017-03-26 14:15:11 +00:00
Vincent Laporte
e3fd4ec6ce
ocamlPackages.ocaml_mysql: 1.1.1 -> 1.2.1
2017-03-25 09:54:46 +00:00
Vincent Laporte
6c9bfa3bd7
ocamlPackages.angstrom: 0.3.0 -> 0.4.0
2017-03-25 09:27:29 +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
55ac21e81d
ocamlPackages.nocrypto: 0.5.3 -> 0.5.4
2017-03-23 06:29:36 +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
Florent Becker
ac87d9ba8b
Add a setup-hook to ocamlPackages.eliom, to look for distillery templates
2017-03-20 08:05:21 +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
Florent Becker
9fd4966429
ocamlPackages.ocsigenserver: add pgocaml support
2017-03-17 01:55:05 +00:00
Florent Becker
e3a77dd49a
ocamlPackages.eliom: 6.0.0 -> 6.2.0
2017-03-17 01:41:48 +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
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
Benno Fünfstück
dd23d08b90
ocamlgraph: fix binary location (binaries had double prefix path)
...
Due to setting `DESTDIR` *and* `exec_prefix` (defaulted to `$prefix`), binaries
ended up in `$out/$out/bin` instead of just $out/bin. Not setting `DESTDIR` and adapting
the `LIBDIR` patch a little fixes this issue.
2017-03-06 12:51:03 +01:00
Vincent Laporte
c184d2e334
ocamlPackages.core_extended_p4: fix build on linux
2017-03-04 11:52:30 +01:00
Vincent Laporte
843e5daebe
ocamlPackages.ppx_deriving: 3.3 -> 4.1
2017-03-04 09:43:38 +01:00
Vincent Laporte
708bcdb307
ocamlPackages.{angstrom,cstruct,ezjsonm,hex,io-page}: depend on ocamlbuild
2017-03-04 05:33:30 +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
9431e49822
ocamlPackages.ppx_tools: init at 5.0+4.05
2017-02-28 02:38:21 +00:00
Vincent Laporte
b2a4eb839a
ppx_tools, camlp4, ocamlify, ocamlmod: don’t strip binaries
2017-02-26 21:18:42 +01: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
Vincent Laporte
cf39dba1d8
ocamlPackages.ppx_fail: init at 113.33.00+4.03
2017-02-26 17:29:35 +00:00
Vincent Laporte
8f74b9024f
ocamlPackages.ppx_expect: init at 113.33.01+4.03
2017-02-26 17:29:35 +00:00
Vincent Laporte
0e6e2af219
ocamlPackages.ppx_variants_conv: init at 113.33.00+4.03
2017-02-26 17:29:35 +00:00
Vincent Laporte
1aab9f884d
ocamlpackages.ppx_fields_conv: init at 113.33.00+4.03
2017-02-26 17:29:35 +00:00
Vincent Laporte
ecc5dd5571
ocamlPackages.ppx_enumerate: init at 113.33.00+4.03
2017-02-26 17:29:35 +00:00
Vincent Laporte
c4e5f18631
ocamlPackages.ppx_custom_printf: init at 113.33.00+4.03
2017-02-26 17:29:35 +00:00
Vincent Laporte
654dd0aa96
ocamlPackages.ppx_bench: init at 113.33.00+4.03
2017-02-26 17:29:35 +00:00
Vincent Laporte
b4abe046d7
ocamlPackages.ppx_inline_test: init at 113.33.00+4.03
2017-02-26 17:29:35 +00:00
Vincent Laporte
3a9ae7e367
ocamlPackages.ppx_compare: init at 113.33.00+4.03
2017-02-26 17:29:35 +00:00
Vincent Laporte
0e06c903b5
ocamlPackages.sexplib-113.33.00+4.03: fix version number
2017-02-26 17:29:35 +00:00
Vincent Laporte
9493ced9f7
ocamlPackages.{ojquery,tuntap,uri}: adds ocamlbuild as dependency
2017-02-24 19:02:48 +00:00
Vincent Laporte
75b187b0f7
ocamlPackages.eliom: adds ocamlbuild as a dependency
2017-02-23 19:10:33 +00:00
Vincent Laporte
a9b0c95ad4
ocamlPackages.ppx_sexp_conv: init at 113.33.01+4.03
2017-02-23 19:07:38 +00:00
Vincent Laporte
7ca9e6776d
ocamlPackages.ppx_type_conv: init at 113.33.02+4.03
2017-02-23 19:04:01 +00:00
Vincent Laporte
d6bc0c9236
ocamlPackages.ppx_optcomp: init at 113.33.0[01]+4.03
2017-02-23 18:34:17 +00:00
Vincent Laporte
63796fd38f
ocamlPackages.ppx_core: init at 113.33.01+4.03
2017-02-23 18:28:15 +00:00
Vincent Laporte
be427d6e51
ocamlPackages.sexplib: init at 113.33.00+4.03
2017-02-23 18:25:56 +00:00
sternenseemann
8352e0b38c
ocaml-ipaddr: 2.6.1 -> 2.7.2
...
Keeps the legacy version under attribute `ipaddr_p4`;
it is needed for OCaml < 4.02 and some libraries (eg `conduit`).
2017-02-23 08:01:29 +00:00
Vincent Laporte
cb6d15549a
ocamlPackages.mparser: init at 1.2.1
...
MParser is a simple monadic parser combinator library for OCaml.
Homepage: https://github.com/cakeplus/mparser/
2017-02-22 19:23:06 +00:00
sternenseemann
a452714799
ocaml-cow: init at 2.2.0
2017-02-19 11:16:25 +00:00
Vincent Laporte
d2a4a84f00
ocamlPackages.uri: 1.9.1 -> 1.9.2
...
The old version is also kept, under the attribute `uri_p4`.
It is built against `sexplib` version prior to 113.33 and needed by `trv`.
2017-02-19 11:57:24 +01:00
sternenseemann
44820907af
ocaml-ezjsonm: 0.4.1 -> 0.4.3
2017-02-19 04:53:44 +00:00
sternenseemann
4f0feb4f5f
ocaml-logs: init at 0.6.2
2017-02-19 04:36:14 +00:00
sternenseemann
d738ac4fd5
ocaml-angstrom: init at 0.3.0
2017-02-19 02:12:52 +01:00
obadz
ae91514b26
gapi-ocaml: 0.2.10 -> 0.3.1
2017-02-18 10:42:59 +00:00
Pascal Wittmann
5de04f6d55
Revert "ocaml-lablgl: use camlp5"
...
This reverts commit 7a6aac9076
.
2017-02-09 09:14:51 +01:00
volth
762cc106b4
virt-top: init at 1.0.8 ( #21536 )
2017-02-04 16:07:45 +01:00
Pascal Wittmann
7a6aac9076
ocaml-lablgl: use camlp5
2017-02-03 22:12:53 +01:00
Vincent Laporte
9f334c2732
ocamlPackages.ppx_tools: init at unstable-20161114 (for OCaml 4.04)
2017-02-02 20:27:30 +00:00
Vincent Laporte
78960abfc7
ocamlPackages.vg: add ocamlbuild as dependency
2017-02-02 20:27:30 +00:00
Vincent Laporte
6a04086683
ocamlPackages.menhir: 20161115 -> 20170101
2017-02-01 07:45:14 +00:00
Vincent Laporte
23894b77a7
ocamlPackages.dolmen: init at 0.2
...
dolmen is an OCaml library providing clean and flexible parsers for input languages
Homepage: https://github.com/Gbury/dolmen
2017-01-28 17:40:48 +00:00
Domen Kožar
f87deb0b3a
Merge pull request #22101 from zimbatm/no-md5
...
Bye bye MD5
2017-01-25 09:07:48 +01:00
Vincent Laporte
453a3838f9
ocamlPackages.mtime: init at 0.8.3
...
Mtime is an OCaml module to access monotonic wall-clock time.
Homepage: http://erratique.ch/software/mtime
2017-01-25 06:55:59 +00:00
Vincent Laporte
5bcf3c5e25
ocamlPackages.spacetime_lib: init at 0.1.0
2017-01-24 21:20:08 +00:00
Vincent Laporte
92f9c0600d
ocamlPackages.ocsigen-deriving: 0.7 -> 0.7.1
2017-01-24 21:13:00 +00:00
Vincent Laporte
0caeaf4cdd
ocamlPackages.ppx_tools: minor refactoring
2017-01-24 21:13:00 +00:00
Michael Raskin
89278345c2
Merge pull request #22023 from vbgl/apron
...
ocamlPackages.apron: init at 20160125
2017-01-24 17:47:13 +00:00
zimbatm
4958485bc3
ocamlPackages.ocaml_optcomp: update hash to sha256
2017-01-24 16:01:04 +00:00
vbgl
664d1d6dc9
Merge pull request #21261 from vbgl/uutf-1.0.0
...
Eliom 6 and various OCaml package updates
2017-01-21 20:23:28 +01:00
Vincent Laporte
18a5e1522c
ocamlPackages.{camlpdf,cpdf}: 2.1.1 -> 2.2.1
2017-01-20 06:37:48 +00:00
Vincent Laporte
75cea1db58
ocamlPackages.fpath: init at 0.7.1
...
Fpath is an OCaml module for handling file system paths with POSIX and Windows conventions.
Homepage: http://erratique.ch/software/fpath
2017-01-19 05:51:49 +00:00
Vincent Laporte
1503c11c5d
ocamlPackages.omd: init at 1.3.0
...
OMD is an extensible Markdown library and tool in OCaml.
Homepage: https://github.com/ocaml/omd
2017-01-17 20:37:20 +01:00
Vincent Laporte
67a5833330
ocamlPackages.apron: init at 20160125
...
APRON is an OCaml library of numerical abstract domains
Homepage: http://apron.cri.ensmp.fr/library/
2017-01-14 09:34:34 +00:00
Vincent Laporte
2f2fbc9966
ocamlPackages.mlgmpidl: init at 1.2.4
...
mlgmpidl is an OCaml interface to the GMP library.
Homepage: https://www.inrialpes.fr/pop-art/people/bjeannet/mlxxxidl-forge/mlgmpidl/
2017-01-14 09:34:34 +00:00
Vincent Laporte
34d78bc312
ocamlPackages.markup: 0.7.3 -> 0.7.4
2017-01-13 06:38:12 +00:00
Vincent Laporte
6f48e4d99d
ocamlPackages.eliom: 5.0.0 -> 6.0.0
2017-01-13 06:38:11 +00:00
Vincent Laporte
6b546f2543
ocamlPackages.reactivedata: 0.2 -> 0.2.1
2017-01-13 06:38:11 +00:00
Vincent Laporte
5d309cc834
ocamlPackages.notty: 0.1.1 -> 0.1.1a (53f5946)
2017-01-13 06:38:10 +00:00
Vincent Laporte
6636dfa845
ocamlPackages.ocb-stubblr: init at 0.1.0
2017-01-13 06:38:10 +00:00
Vincent Laporte
67a245356d
ocsigen-server: 2.7 -> 2.8
2017-01-13 06:38:10 +00:00
Vincent Laporte
33c2805324
ocamlPackages.tyxml: 3.6.0 -> 4.0.1
2017-01-13 06:38:09 +00:00
Vincent Laporte
5dc59fbf38
ocamlPackages.vg: 0.8.1 -> 0.9.0
2017-01-13 06:38:09 +00:00
Vincent Laporte
110a0fb028
ocamlPackages.markup: 0.7.2 -> 0.7.3
2017-01-13 06:38:08 +00:00
Vincent Laporte
bf1723a89b
ocamlPackages.otfm: 0.2.0 -> 0.3.0
2017-01-13 06:38:08 +00:00
Vincent Laporte
221f20413d
ocamlPackages.jsonm: 0.9.1 -> 1.0.0
2017-01-13 06:38:08 +00:00
Vincent Laporte
190cc67310
ocamlPackages.uuseg: 0.9.0 -> 1.0.0
2017-01-13 06:38:07 +00:00
Vincent Laporte
7565673f71
ocamlPackages.uucp: 1.1.0 -> 2.0.0
2017-01-13 06:38:07 +00:00
Vincent Laporte
8990a6c116
ocamlPackages.uunf: 0.9.3 -> 2.0.0
2017-01-13 06:38:07 +00:00
Vincent Laporte
7ebe29a56c
ocamlPackages.uutf: 0.9.4 -> 1.0.0
2017-01-13 06:38:06 +00:00
Vincent Laporte
c4a2bd4668
ocamlPackages.topkg: 0.7.8 -> 0.8.1
2017-01-13 06:38:06 +00:00
Vincent Laporte
086fbfa308
ocamlPackages.owee: init at 0.2
...
Owee is an experimental library to work with DWARF format.
Homepage: https://github.com/let-def/owee
2017-01-12 09:12:52 +00:00
Michael Raskin
6f12fb7403
Merge pull request #19765 from FlorentBecker/some_buildOcaml
...
Update various packages to use buildOcaml, with fixes
2016-12-30 20:47:50 +00:00
Vincent Laporte
ebe19f5db0
lablgtk: 2.18.3 -> 2.18.5
2016-12-22 06:07:06 +00:00
Joachim F
9e6ac83f2a
Merge pull request #21262 from FlorentBecker/ocaml-pcre
...
ocaml-pcre: fix name
2016-12-21 20:36:56 +01:00
Vincent Laporte
1b79847e75
ocamlPackages.containers: 0.20 -> 0.22
2016-12-20 04:10:05 +00:00
Florent Becker
3ef134a19b
ocaml-pcre: fix name
2016-12-18 16:19:55 +01:00
Vincent Laporte
3d804da983
camlimages: use omake rather than omake_rc1
2016-12-02 19:49:08 +00:00
Pascal Wittmann
014a1b430a
Merge pull request #20615 from vbgl/lwt-2.6.0
...
ocamlPackages.lwt: 2.5.2 → 2.6.0
2016-11-30 16:36:52 +01:00
Vincent Laporte
dd45d2552f
ocamlPackages.alcotest: 0.4.5 -> 0.7.2
2016-11-23 10:01:32 +01:00
Vincent Laporte
66b9602a2f
ocamlPackages.fmt: init at 0.8.0
...
fmt is an OCaml library of Format pretty-printer combinators.
Homepage: http://erratique.ch/software/fmt
2016-11-23 10:01:31 +01:00
Vincent Laporte
0a309311dd
ocamlPackages.topkg: make the installPhase independent of the package name
...
It can then be reused as-is in other derivations (e.g., uucd).
2016-11-23 10:01:30 +01:00
Vincent Laporte
97a496a472
ocamlPackages.ocplib-simplex: init at 0.3
...
ocplib-simplex is a (fully) functional OCaml implementation of the simplex algorithm for solving systems of linear inequalities.
homepage: https://github.com/OCamlPro-Iguernlala/ocplib-simplex
2016-11-23 09:59:10 +01:00
Vincent Laporte
bfe0f29277
ocamlPackages.lwt: 2.5.2 -> 2.6.0
2016-11-22 10:25:01 +01:00
Vincent Laporte
5267f37849
ocamlPackages.ssl: 0.5.2 -> 0.5.3
2016-11-22 10:25:00 +01:00
Joachim F
5d7c2d9a4a
Merge pull request #20526 from sternenseemann/x509
...
ocaml-x509: set mininimum supported ocaml version
2016-11-21 13:14:15 +01:00
Joachim F
c346326b24
Merge pull request #20527 from sternenseemann/notty
...
ocaml-notty: init at 0.1.1
2016-11-21 13:13:51 +01:00
Joachim F
9c1b6709a9
Merge pull request #20528 from sternenseemann/tls
...
ocaml-tls: init at 0.7.1
2016-11-21 13:12:32 +01:00
Joachim F
c7ecad6378
Merge pull request #20529 from sternenseemann/erm_xmpp
...
ocaml-erm_xmpp_0_3: init at 0.3
2016-11-21 13:11:58 +01:00
sternenseemann
15004268d7
ocaml-notty: init at 0.1.1
2016-11-18 22:52:16 +01:00
sternenseemann
ae13a18c6a
ocaml-erm_xmpp_0_3: init at 0.3
2016-11-18 14:42:12 +01:00
sternenseemann
c7dc06655a
ocaml-otr: init at 0.3.3
2016-11-18 14:39:58 +01:00
sternenseemann
d98a770ec4
ocaml-tls: init at 0.7.1
2016-11-18 14:23:49 +01:00
sternenseemann
5cc3f16f39
ocaml-x509: set mininimum supported ocaml version
2016-11-18 14:14:15 +01:00
Tim Steinbach
5080d17984
Merge pull request #20171 from sternenseemann/x509
...
ocaml-x509: 0.5.0 -> 0.5.3
2016-11-17 22:24:13 -05:00
Tim Steinbach
d0695c7877
Merge pull request #20378 from sternenseemann/asn1
...
ocaml-asn1-combinators: 0.1.2 -> 0.1.3
2016-11-17 22:21:44 -05:00
Tim Steinbach
4d7ed37362
Merge pull request #20505 from sternenseemann/nocrypto
...
nocrypto: 0.5.1 -> 0.5.3
2016-11-17 22:20:46 -05:00
sternenseemann
86c45fc2d3
ocaml-nocrypto: 0.5.1 -> 0.5.3
2016-11-17 21:40:46 +01:00
sternenseemann
cbfc766ad4
ocaml-cstruct: remove camlp4 support
...
This change solves dependency issues related to camlp4, async_p4 and sexplib_p4
2016-11-17 21:38:09 +01:00
Vincent Laporte
5b59e91f73
ocamlPackages.menhir: 20160526 -> 20161115
2016-11-17 18:07:37 +01:00
Vincent Laporte
86f63755f5
ocamlPackages.batteries: 2.5.2 -> 2.5.3
2016-11-14 09:00:18 +01:00
sternenseemann
d65368ad28
ocaml-asn1-combinators: 0.1.2 -> 0.1.3
...
This update relicenses the project to ISC and fixes the test bug, which broke the package on 32-bit platforms
2016-11-13 11:42:42 +01:00
Vincent Laporte
2d136204c4
ocamlPackages.cstruct: 1.6.0 -> 1.9.0, 2.3.0
2016-11-12 12:41:27 +01:00
Vincent Laporte
72c1a6f0f4
ocamlPackages.cohttp: refactor
2016-11-12 12:41:27 +01:00
Vincent Laporte
24df641deb
ocamlPackages.conduit: refactor
2016-11-12 12:41:26 +01:00
sternenseemann
ca9ab3bfe1
ocaml-uuseg: 0.8.0 -> 0.9.0
...
This commit also refactors the expression.
2016-11-11 08:30:37 +01:00
sternenseemann
840f2987d1
ocaml-uutf: 0.9.3 -> 0.9.4
...
This commit also refactors the expression
2016-11-10 09:03:43 +01:00
Théo Zimmermann
01910b1801
ocamlPackage.ppx_import: init at 1.1
2016-11-08 15:38:45 +01:00
Vincent Laporte
e3644f2401
ocamlPackages.fieldslib_p4: add ocamlbuild dependency
2016-11-08 08:22:20 +01:00
sternenseemann
37a47c1970
ocaml-astring: init at 0.8.3
2016-11-05 10:04:18 +01:00
sternenseemann
cfa48ce568
ocaml-x509: 0.5.0 -> 0.5.3
...
This commit also refactors the expression.
2016-11-04 20:24:49 +01:00
sternenseemann
3f0e1f4c83
ocaml-ptime: init at 0.8.2
2016-11-04 19:15:18 +01:00
Vincent Laporte
16242a7c63
ocamlPackages.sedlex: init at 1.99.3
...
sedlex is a Unicode-friendly lexer generator for OCaml.
Homepage: https://github.com/alainfrisch/sedlex
2016-11-04 19:06:45 +01:00