An open API service indexing awesome lists of open source software.

https://github.com/xyproto/cdrom

Go package that provides the constants from linux/cdrom.h
https://github.com/xyproto/cdrom

Last synced: 5 months ago
JSON representation

Go package that provides the constants from linux/cdrom.h

Awesome Lists containing this project

README

          

# CD-ROM

This is a Go package that provides:

* Functionality for ejecting the CD tray.
* The constants from `linux/cdrom.h`.

[Online Documentation](https://godoc.org/github.com/xyproto/cdrom)

See [cupholder](https://github.com/xyproto/cupholder) for a utility that uses this package.

## General info

* Version: 1.3.0
* License: GPL2
* Author: Alexander F. Rødseth <xyproto@archlinux.org>