Fork of daniellemaywood.uk/gleam — Wasm codegen work
969 B
16 lines
1# SPDX-License-Identifier: Apache-2.0
2# SPDX-FileCopyrightText: 2023 The Gleam contributors
3
4# This file was generated by Gleam
5# You typically do not need to edit this file
6
7packages = [
8 { name = "gleam_stdlib", version = "0.68.1", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "F7FAEBD8EF260664E86A46C8DBA23508D1D11BB3BCC6EE1B89B3BC3E5C83FF1E" },
9 { name = "gleeunit", version = "1.9.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "DA9553CE58B67924B3C631F96FE3370C49EB6D6DC6B384EC4862CC4AAA718F3C" },
10 { name = "hpack_erl", version = "0.3.0", build_tools = ["rebar3"], requirements = [], otp_app = "hpack", source = "hex", outer_checksum = "D6137D7079169D8C485C6962DFE261AF5B9EF60FBC557344511C1E65E3D95FB0" },
11]
12
13[requirements]
14gleam_stdlib = { version = "~> 0.34" }
15gleeunit = { version = "~> 1.0" }
16hpack_erl = { version = "~> 0.3" }