Skip to content

Commit 4b993ee

Browse files
committed
update deps, bump ver
1 parent 7fe143f commit 4b993ee

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

esy.lock.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"hash": "9ed3a51ccc04d8d43a948098814ba219",
2+
"hash": "a7d80c8ab393c6b4d8bb8d701054ca55",
33
"root": "ocaml-hacl@path:.",
44
"node": {
55
"ocaml-hacl@path:.": {
@@ -13,9 +13,8 @@
1313
"dependencies": [
1414
"@esy-ocaml/[email protected]", "@opam/alcotest@opam:0.8.3",
1515
"@opam/bigstring@opam:0.2", "@opam/dune@opam:1.3.0",
16-
"@opam/fmt@opam:0.8.5", "@opam/hex@opam:1.2.0",
17-
"@opam/ocplib-endian@opam:1.0", "@opam/zarith@opam:1.7",
18-
16+
"@opam/hex@opam:1.2.0", "@opam/ocplib-endian@opam:1.0",
17+
"@opam/zarith@opam:1.7", "[email protected]"
1918
]
2019
},
2120
@@ -662,11 +661,11 @@
662661
"name": "base-unix",
663662
"version": "base",
664663
"opam":
665-
"opam-version: \"2.0\"\nname: \"base-unix\"\nversion: \"base\"\nmaintainer: \"https://github.com/ocaml/opam-repository/issues\"\ndepends: [\"ocaml\"]",
664+
"opam-version: \"2.0\"\nname: \"base-unix\"\nversion: \"base\"\nsynopsis: \"\"\ndescription: \"Unix library distributed with the OCaml compiler\"\nmaintainer: \"https://github.com/ocaml/opam-repository/issues\"",
666665
"override": null
667666
}
668667
},
669-
"dependencies": [ "@esy-ocaml/[email protected]", "[email protected]" ]
668+
"dependencies": [ "@esy-ocaml/[email protected]" ]
670669
},
671670
"@opam/base-bytes@opam:base": {
672671
"record": {
@@ -697,11 +696,11 @@
697696
"name": "base-bigarray",
698697
"version": "base",
699698
"opam":
700-
"opam-version: \"2.0\"\nname: \"base-bigarray\"\nversion: \"base\"\nmaintainer: \"https://github.com/ocaml/opam-repository/issues\"\ndepends: [\"ocaml\"]",
699+
"opam-version: \"2.0\"\nname: \"base-bigarray\"\nversion: \"base\"\nsynopsis: \"\"\ndescription: \"Bigarray library distributed with the OCaml compiler\"\nmaintainer: \"https://github.com/ocaml/opam-repository/issues\"",
701700
"override": null
702701
}
703702
},
704-
"dependencies": [ "@esy-ocaml/[email protected]", "[email protected]" ]
703+
"dependencies": [ "@esy-ocaml/[email protected]" ]
705704
},
706705
"@opam/astring@opam:0.8.3": {
707706
"record": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hacl",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "OCaml bindings to hacl-star generated C code (https://github.com/mitls/hacl-star)",
55
"repository": "https://github.com/mengerhq/ocaml-hacl",
66
"esy": {

0 commit comments

Comments
 (0)