https://gitlab.com/tezos/tezos
Raw File
Tip revision: 14a0cfbf894e1716e7c98a28f582af567ae628e5 authored by Raphael Toledo on 28 February 2023, 09:51:11 UTC
Lib_store: Updating test_consistency's demo_noops with latest environment
Tip revision: 14a0cfb
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
  aches)
 (inline_tests (flags -verbose) (modes native js))
 (preprocess (pps ppx_expect))
 (js_of_ocaml (javascript_files tzBytes_js.js))
 (foreign_stubs (language c) (names tzBytes_c)))
back to top