Commit graph

12 commits

Author SHA1 Message Date
Vincent Laporte a80eb80b31 ocamlPackages.cstruct: 2.3.0 -> 2.3.2 2017-03-28 17:01:44 +00:00
Vincent Laporte 708bcdb307 ocamlPackages.{angstrom,cstruct,ezjsonm,hex,io-page}: depend on ocamlbuild 2017-03-04 05:33:30 +00: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 2d136204c4 ocamlPackages.cstruct: 1.6.0 -> 1.9.0, 2.3.0 2016-11-12 12:41:27 +01:00
Profpatsch 2bd86e9e47 Revert "Merge pull request #20090 from sternenseemann/master"
Reason: https://github.com/NixOS/nixpkgs/pull/20090#commitcomment-19686426

This reverts commit 9ffcb1b250, reversing
changes made to a6283c1126.
2016-11-04 12:24:57 +01:00
sternenseemann 361975cd93 ocaml-cstruct: 1.6.0 -> 2.3.0
This commit also refactors the expression.
2016-11-03 14:24:52 +01:00
Matthew Maurer 1d0e6ba2df async: 112.24.00 -> 112.24.00/113.33.03
PPX/P4 split
2016-09-14 16:37:21 -04:00
Matthew Maurer fc4b5786cd sexplib: 112.24.01 -> 112.24.01/113.33.03
PPX/P4 split
2016-09-14 02:35:48 -04:00
Nicolas B. Pierron 72c6f8a140 Ensure that we can evaluate the platform attribute of ocaml packages. 2016-03-13 19:08:26 +00:00
Vincent Laporte e361e700e1 ocaml-cstruct: assert minimal OCaml version (4.01) 2015-06-01 22:37:03 +02:00
Eric Merritt ea41b6eec8 ocaml-cstruct: fix various build problems 2015-05-24 12:33:16 -07:00
Vincent Laporte 176e38f6f2 Adds ocaml-cstruct
Cstruct is a library and syntax extension to make it easier to access
C-like structures directly from OCaml. It supports both reading and
writing to these structures, and they are accessed via the Bigarray
module.

Homepage: https://github.com/mirage/ocaml-cstruct
2015-02-23 09:57:31 +01:00