File tree 4 files changed +816
-0
lines changed
4 files changed +816
-0
lines changed Original file line number Diff line number Diff line change 1
1
_build
2
2
* .install
3
3
* .merlin
4
+ node_modules
Original file line number Diff line number Diff line change
1
+ (ignored_subdirs (node_modules))
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " hacl" ,
3
+ "version" : " 0.0.1" ,
4
+ "description" : " OCaml bindings to hacl-star generated C code (https://github.com/mitls/hacl-star)" ,
5
+ "repository" : " https://github.com/mengerhq/ocaml-hacl" ,
6
+ "esy" : {
7
+ "build" : [[" dune" , " build" ]]
8
+ },
9
+ "scripts" : {
10
+ "clean" : " dune clean" ,
11
+ "test" : " dune runtest"
12
+ },
13
+ "dependencies" : {
14
+ "@opam/bigstring" : " >=0.2" ,
15
+ "@opam/dune" : " ^1.3.0" ,
16
+ "@opam/ocplib-endian" : " >=1.0" ,
17
+ "@opam/zarith" : " >=1.7"
18
+ },
19
+ "peerDependencies" : {
20
+ "ocaml" : " >=4.2.0"
21
+ },
22
+ "devDependencies" : {
23
+ "@esy-ocaml/merlin" : " ^3.0.5" ,
24
+ "@opam/alcotest" : " ^0.8.3" ,
25
+ "@opam/hex" : " ^1.2.0" ,
26
+ "ocaml" : " ~4.7.2"
27
+ }
28
+ }
You can’t perform that action at this time.
0 commit comments