You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.5 KiB
Tcl
34 lines
1.5 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup npm 1.0
|
|
|
|
name opencode
|
|
version 1.17.13
|
|
revision 0
|
|
|
|
categories llm
|
|
platforms {darwin any >= 19}
|
|
maintainers {breun @breun} openmaintainer
|
|
license MIT
|
|
supported_archs x86_64 arm64
|
|
|
|
description OpenCode is an open source agent that helps you write code
|
|
long_description OpenCode is an open source agent that helps you write code\
|
|
\n\
|
|
\n- LSP Enabled: Automatically loads the right LSPs for the LLM\
|
|
\n- Multi-session: Start multiple agents in parallel on the same project\
|
|
\n- Share links: Share a link to any session for reference or to debug\
|
|
\n- Claude Pro: Log in with Anthropic to use your Claude Pro or Max account\
|
|
\n- ChatGPT Plus/Pro: Log in with OpenAI to use your ChatGPT Plus or Pro account\
|
|
\n- Any model: 75+ LLM providers through Models.dev, including local models\
|
|
\n- Any editor: Available as a terminal interface, desktop app, and IDE extension
|
|
|
|
homepage https://opencode.ai
|
|
|
|
npm.rootname opencode-ai
|
|
|
|
checksums rmd160 cd7908d802c588e2638525fc3b3e5d7a235a3ad7 \
|
|
sha256 f9601b73edf9418886daab0682fd6f84743dfb85bd27aa1007cd765fa687bc6a \
|
|
size 3045
|