Skip to content

opendap.org

A new version of libdap that contains both DAP2 and DAP4 support

Package Information

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

Installation

bash
# Install with launchpad
launchpad install +opendap.org -- $SHELL -i

Programs

This package provides the following executable programs:

  • dap-config
  • dap-config-pkgconfig
  • getdap
  • getdap4

Available Versions

Show all 2 versions
  • 3.21.1, 3.20.11

Latest Version: 3.21.1

Install Specific Version

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

Dependencies

This package depends on:

  • gnome.org/libxml2
  • openssl.org
  • curl.se
  • linux:sourceforge.net/libtirpc
  • linux:github.com/util-linux/util-linux

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.opendaporg

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.