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
- Host: GitHub
- URL: https://github.com/xyproto/cdrom
- Owner: xyproto
- License: other
- Created: 2020-02-11T09:30:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-27T15:13:16.000Z (almost 5 years ago)
- Last Synced: 2025-01-11T00:46:16.032Z (9 months ago)
- Language: Go
- Size: 1.4 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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>