Skip to content

Commit

Permalink
Merge pull request #9019 from whitequark/opam-publish/opam-query.1.3
Browse files Browse the repository at this point in the history
opam-query.1.3 - via opam-publish
  • Loading branch information
samoht authored Jun 23, 2017
2 parents c368873 + 977affe commit 4d733d3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/opam-query/opam-query.1.3/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
A tool to query opam files from shell scripts

opam-query is a tool that allows querying the OPAM package
description files from shell scripts, similar to `oasis query`.
24 changes: 24 additions & 0 deletions packages/opam-query/opam-query.1.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
opam-version: "1.2"
maintainer: "whitequark <[email protected]>"
authors: "whitequark <[email protected]>"
homepage: "https://github.com/whitequark/opam-query"
bug-reports: "https://github.com/whitequark/opam-query/issues"
license: "MIT"
dev-repo: "git://github.com/whitequark/opam-query"
build: [
"ocaml"
"pkg/build.ml"
"native=%{ocaml-native}%"
"native-dynlink=%{ocaml-native-dynlink}%"
]
depends: [
"ocamlbuild" {build}
"ocamlfind" {build}
"cppo" {build}
"opam-lib" {>= "1.3"}
"cmdliner"
"containers" {>= "1.0" & < "2.0"}
"uri"
"ounit" {test}
]
available: [ocaml-version >= "4.01"]
2 changes: 2 additions & 0 deletions packages/opam-query/opam-query.1.3/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
http: "https://github.com/whitequark/opam-query/archive/v1.3.tar.gz"
checksum: "3b0ce3651024dd85a21cdf281c51f5ac"

0 comments on commit 4d733d3

Please sign in to comment.