https://github.com/asdf-format/libasdf

C implementation of ASDF

https://github.com/asdf-format/libasdf

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.5%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

C implementation of ASDF

Basic Info
  • Host: GitHub
  • Owner: asdf-format
  • License: bsd-3-clause
  • Language: C
  • Default Branch: main
  • Size: 344 KB
Statistics
  • Stars: 2
  • Watchers: 4
  • Forks: 2
  • Open Issues: 14
  • Releases: 0
Created about 1 year ago · Last pushed 10 months ago
Metadata Files
Readme Changelog License Code of conduct

README.rst

libasdf
#######

C library for reading (and eventually writing) `ASDF
`__ files


Introduction
============

Let's have something to say here first.


Development
===========

Minimal requirements
--------------------

First we'll have to have some (probably libfyaml + headers)


Building from source tarballs
-----------------------------

First we'd have to have some.


Building from git
-----------------

libasdf's build system is built with the GNU autotools suite. To build this project
from source, you'll need the following software installed on your system:

Requirements
^^^^^^^^^^^^

To build this project from source, you'll need the following software installed
on your system:

- **GNU Autotools** (for generating the build system)
  
  - ``autoconf``
  - ``automake``
  - ``libtool`` (if your project uses it — remove if not)

- **C compiler** (e.g., ``gcc`` or ``clang``)
- **Make** (e.g., ``GNU make``)
- **pkg-config**
- **libfyaml**
- **argp** (this is a feature of glibc, but if compiling with a different libc you need a
  standalone version of this; also it is only needed if building the command-line tool)

On **Debian/Ubuntu**::

    sudo apt install build-essential autoconf automake libtool pkg-config libfyaml-dev

On **Fedora**::

    sudo dnf install gcc make autoconf automake libtool pkgconf libfyaml-devel

On **macOS** (with Homebrew)::

    brew install autoconf automake libtool pkg-config libfyaml argp-standalone

Building
^^^^^^^^

Clone the repository and build the project as follows::

    git clone https://github.com/asdf-format/libasdf.git
    cd libasdf
    ./autogen.sh
    ./configure
    make
    sudo make install   # Optional, installs the binary system-wide

If doing a system install, as usual it's recommended to install to ``/usr/local``
by providing ``--prefix=/usr/local`` when running ``./configure``.  Or, if you
have a ``${HOME}/.local`` you can set the prefix there, etc.

Notes
^^^^^

- Run ``make clean`` to clean build artifacts.
- Run ``./configure --help`` to see available configuration options.

Owner

  • Name: asdf-format
  • Login: asdf-format
  • Kind: organization

GitHub Events

Total
  • Issues event: 32
  • Watch event: 2
  • Delete event: 13
  • Issue comment event: 18
  • Push event: 71
  • Pull request event: 17
  • Gollum event: 3
  • Fork event: 1
  • Create event: 9
Last Year
  • Issues event: 32
  • Watch event: 2
  • Delete event: 13
  • Issue comment event: 18
  • Push event: 71
  • Pull request event: 17
  • Gollum event: 3
  • Fork event: 1
  • Create event: 9