forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ocaml#6874 from prepor/opam-publish/edn.0.1.2-1-g0…
…9b142a edn.0.1.2-1-g09b142a - via opam-publish
- Loading branch information
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Parsing OCaml library for EDN format | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
opam-version: "1.2" | ||
maintainer: "Andrew Rudenko <ceo@prepor.ru>" | ||
authors: "Andrew Rudenko <ceo@prepor.ru>" | ||
homepage: "http://github.com/prepor/ocaml-edn" | ||
license: "MIT" | ||
bug-reports: "http://github.com/prepor/ocaml-edn/issues" | ||
dev-repo: "https://github.com/prepor/ocaml-edn.git" | ||
doc: "https://prepor.github.io/ocaml-edn/doc" | ||
build: | ||
[[ "ocaml" "pkg/pkg.ml" "build" | ||
"--pinned" "%{pinned}%" ]] | ||
build-test: [[ | ||
"ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true" | ||
"ocaml" "pkg/pkg.ml" "test" ]] | ||
depends: [ | ||
"ocamlfind" {build} | ||
"menhir" {build} | ||
"topkg" {build} | ||
"ounit" {test} | ||
] | ||
available: [ocaml-version >= "4.02.0"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
archive: "https://github.com/prepor/ocaml-edn/releases/download/v0.1.2-1-g09b142a/edn-0.1.2-1-g09b142a.tbz" | ||
checksum: "5bda480f59bfd8ba7434f3f11e368fbf" |