Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package ocal.0.2.0 #10176

Merged
merged 1 commit into from Sep 2, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/ocal/ocal.0.2.0/descr
@@ -0,0 +1,5 @@
An improved Unix `cal` utility


A replacement for the standard Unix `cal` utility. Partly because I could,
partly because I'd become too irritated with its command line interface.
23 changes: 23 additions & 0 deletions packages/ocal/ocal.0.2.0/opam
@@ -0,0 +1,23 @@
opam-version: "1.2"
maintainer: "Richard Mortier <mort@cantab.net>"
authors: [ "Richard Mortier" ]
license: "ISC"

homepage: "https://github.com/mor1/ocal"
dev-repo: "https://github.com/mor1/ocal.git"
bug-reports: "https://github.com/mor1/ocal/issues"
doc: "https://mor1.github.io/ocal/"

build: [
[ "jbuilder" "subst"] {pinned}
[ "jbuilder" "build" "-p" name "-j" jobs ]
]

depends: [
"ocamlfind" {build}
"jbuilder" {build & >="1.0+beta11"}
"astring" {build}
"calendar" {build}
"cmdliner" {build}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is missing a dependency on notty

# Error: External library "notty" not found.
# -> required by "src/jbuild (context default)"
# Hint: try: jbuilder external-lib-deps --missing -p ocal @install

"notty" {build}
]
2 changes: 2 additions & 0 deletions packages/ocal/ocal.0.2.0/url
@@ -0,0 +1,2 @@
archive: "https://github.com/mor1/ocal/releases/download/0.2.0/ocal-0.2.0.tbz"
checksum: "f02a27641320597af859a01a36d4c93d"