Skip to content

julialang.org

The Julia Programming Language

Package Information

  • Domain: julialang.org
  • Name: julialang.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install julia

Programs

This package provides the following executable programs:

  • julia

Aliases

This package can also be accessed using these aliases:

  • julia

Available Versions

Show all 18 versions
  • 1.11.5, 1.11.4, 1.11.3, 1.11.2, 1.11.1
  • 1.11.0, 1.10.9, 1.10.8, 1.10.7, 1.10.6
  • 1.10.5, 1.10.4, 1.10.3, 1.10.2, 1.10.1
  • 1.10.0, 1.9.4, 1.9.3

Latest Version: 1.11.5

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +julialang.org@1.11.5 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.julialangorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.