this repo has no description
1opam-version: "2.0"
2maintainer: "Max Mouratov <mmouratov@gmail.com>"
3homepage: "https://github.com/cakeplus/pa_solution"
4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
5dev-repo: "git+https://github.com/cakeplus/pa_solution"
6bug-reports: "https://github.com/cakeplus/pa_solution/issues"
7depends: [
8 "ocaml" {>= "4.01"}
9 "ocamlfind"
10 "camlp4"
11 "pa_qualified"
12]
13build: [
14 ["ocaml" "setup.ml" "-configure"]
15 ["ocaml" "setup.ml" "-build"]
16]
17install: [
18 ["ocaml" "setup.ml" "-install"]
19]
20remove: [
21 ["ocamlfind" "remove" "pa_solution"]
22]
23synopsis: "A DSL for solving programming contest problems"
24description: """
25Pa_solution is a compiled DSL for generating the IO boilerplate code
26that is necessary for solving problems in programming contests such as
27Google Code Jam and Facebook Hacker Cup."""
28authors: "Max Mouratov <mmouratov@gmail.com>"
29flags: light-uninstall
30url {
31 src:
32 "https://github.com/ocaml/opam-source-archives/raw/main/pa_solution-0.6.tar.gz"
33 checksum: [
34 "sha256=0851e6c7fe029cd7dcfe93aa8e29c8fa61b1a2a5de54a6d25a417d3524591dee"
35 "md5=f35effedec73ff27ca739164654a1a7e"
36 ]
37}