Commit Graph

20 Commits

Author SHA1 Message Date
Vincent Laporte
78be8391f7
ocamlPackages.asn1-combinators: use Dune 3 2023-03-28 11:26:15 +02:00
Ulrik Strid
c53a63adf1 ocamlPackages treewide: strictDeps all packages 2023-02-03 08:59:34 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Vincent Laporte
ed1bc6d369 ocamlPackages.asn1-combinators: disable with OCaml < 4.08
Fixes build failures introduced by fbac0f4a6d
2022-04-06 07:20:05 +02:00
R. Ryantm
fbac0f4a6d ocamlPackages.asn1-combinators: 0.2.5 -> 0.2.6 2022-03-21 05:12:43 +00:00
sternenseemann
f43497da9d ocamlPackages.asn1-combinators: 0.2.4 -> 0.2.5
Contains a single bug fix, resolving an integer overflow.
2021-03-07 20:30:39 +01:00
sternenseemann
255f45ea20 ocamlPackages.asn1-combinators: use dune 2 2020-11-06 15:19:30 +01:00
sternenseemann
18c596964a ocamlPackages.asn1-combinators: 0.2.3 → 0.2.4 2020-11-06 15:19:30 +01:00
sternenseemann
6bb6779b8e ocamlPackages.asn1-combinators: 0.2.2 → 0.2.3 2020-09-28 16:58:04 +02:00
sternenseemann
90bc1492ca ocamlPackages.asn1-combinators: 0.2.0 -> 0.2.2 2020-04-15 14:33:57 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Yorick van Pelt
4550405ac9
ocaml-modules: replace buildInputs with nativeBuildInputs where appropriate
The default has been to use buildInputs for build dependencies.
This doesn't work when cross-compiling.
2019-11-11 11:10:14 +03:00
Vincent Laporte
bbf96f8652
ocamlPackages.asn1-combinators: remove spurious dependency to Camlp4 2018-07-29 13:32:04 +00:00
Vincent Laporte
550136f516
ocamlPackages.asn1-combinators: 0.1.3 -> 0.2.0 (#33566)
* ocamlPackages.asn1-combinators: 0.1.3 -> 0.2.0

* ocamlPackages.x509: 0.5.3 -> 0.6.0

* ocamlPackages.x509: 0.6.0 -> 0.6.1

* ocamlPackages.tls: 0.7.1 -> 0.9.0

* jackline: fix build with ocaml-tls ≥ 0.9.0
2018-01-15 05:01:50 +01:00
Vincent Laporte
5e4edcc4ec
ocamlPackages.topkg: refactoring 2017-12-14 07:36:29 +00: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
Nicolas B. Pierron
72c6f8a140 Ensure that we can evaluate the platform attribute of ocaml packages. 2016-03-13 19:08:26 +00:00
Domen Kožar
282bc1a10c ocaml.asn1-combinators: mark broken on i686
(cherry picked from commit 36b406fd1b)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-09-02 20:29:26 +02:00
Vincent Laporte
a36326d197 ocaml-asn1-combinators: update from 0.1.1 to 0.1.2 2015-06-02 13:53:17 +02:00
Vincent Laporte
de3924a1a8 Adds ocaml-asn1-combinators
An OCaml library of combinators for expressing ASN.1 grammars.

Homepage: https://github.com/mirleft/ocaml-asn1-combinators
2015-02-26 08:35:05 +01:00