Created
September 29, 2023 15:24
conf-bunjs.1.opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
opam-version: "2.0" | |
maintainer: "haochenx@acm.org" | |
authors: ["Jarred Sumner" "Bun Developers and Contributors"] | |
homepage: "https://github.com/oven-sh/bun" | |
bug-reports: "https://github.com/oven-sh/bun/issues" | |
dev-repo: "git+https://github.com/oven-sh/bun.git" | |
license: "MIT" | |
build: ["bunx" "bun" "--version"] | |
depexts: [ | |
["@npm:bun"] { os = "macos" | (os = "linux" & os-distribution != "alpine") } | |
] | |
synopsis: "Virtual package relying on Bun (https://bun.sh)" | |
description: """ | |
Bun (https://bun.sh) is an all-in-one toolkit for JavaScript and TypeScript apps. | |
It ships as a single executable called bun. | |
At its core is the Bun runtime, a fast JavaScript runtime designed as a drop-in replacement for Node.js. | |
It's written in Zig and powered by JavaScriptCore under the hood, | |
dramatically reducing startup times and memory usage. | |
Homepage: <https://github.com/oven-sh/bun> | |
Release Notes: <https://api.github.com/repos/oven-sh/bun/releases/121316652> | |
""" | |
flags: conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
example for ocaml/opam#5690