https://gitlab.com/tezos/tezos
Raw File
Tip revision: 85efcee865f874054ff2ab899bec26b54e7a963c authored by marcbeunardeau on 25 August 2022, 13:03:37 UTC
also works :)
Tip revision: 85efcee
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_stdlib)
 (public_name tezos-stdlib)
 (instrumentation (backend bisect_ppx))
 (libraries
  hex
  zarith
  zarith_stubs_js
  lwt
  ringo)
 (inline_tests (flags -verbose) (modes native js))
 (preprocess (pps ppx_expect))
 (js_of_ocaml))
back to top