this repo has no description
1opam-version: "2.0"
2synopsis: "Parser-combinator library"
3maintainer: ["Kakadu@pm.me"]
4authors: [
5 "dboulytchev@gmail.com" "danila.borovkov1996@gmail.com" "Kakadu@pm.me"
6]
7license: "LGPL-2.1-or-later"
8homepage: "https://github.com/PLTools/ostap"
9bug-reports: "https://github.com/PLTools/ostap/issues"
10depends: [
11 "dune" {>= "3.7"}
12 "ocaml" {>= "4.14" & < "5.0.0" | >= "5.3.0" & < "5.4.0"}
13 "re" {>= "1.10"}
14 "camlp5" {>= "8"}
15 "GT" {>= "0.5.4"}
16 "ocamlfind" {build}
17 "mdx" {with-test}
18 "odig" {with-doc}
19 "odoc" {with-doc}
20 "pa_ppx" {with-doc}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://github.com/PLTools/ostap.git"
37url {
38 src:
39 "https://github.com/PLTools/ostap/archive/refs/tags/v0.6.1.tar.gz"
40 #"https://github.com/PLTools/ostap/archive/refs/heads/master.zip"
41 checksum: [
42 "sha256=989467bb80273c973595a164a27cefcbc23ced3c2dffbb6ebb2346a55e4b4c53"
43 "sha512=24bdba5cabbf2dd6b5c437f83428a2de529124bbc1a0a703dbce1fea9b887defb6f0949c5c28772d15927bd50819088cf6a95b106795ebc341f12ca7617260b3"
44 ]
45}
46x-commit-hash: "6f023a616a1b9000f62db3e5743e478ba1c2cacd"
47