this repo has no description
1opam-version: "2.0"
2maintainer: "abdallah.saffidine@gmail.com"
3authors: ["Abdallah Saffidine"]
4license: "BSD-2-Clause"
5build: [
6 [make "gadelac"]
7]
8depends: [
9 "ocaml" {>= "3.12.1" & < "5.0"}
10 "base-unix"
11 "menhir"
12 "ocamlbuild" {build}
13]
14synopsis: "Preprocessor for the Game Description Language."
15url {
16 src: "https://bitbucket.org/Abdallah/gadelac/get/v0.6.1.tar.gz"
17 checksum: [
18 "sha256=96b2cbbca8031e7205430e14f293bf9ffc1f45d1142f16c7746ab6fa0ad2b2a4"
19 "md5=e2de253e8ab8fc2cbcb81734f594ef5d"
20 ]
21}
22extra-source "gadelac.install" {
23 src:
24 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/gadelac/gadelac.install"
25 checksum: [
26 "sha256=543e19a5bc69a4d8c8ef6e885d795dfc28a302e48090605ab64ee3cf26833449"
27 "md5=6f4e673cc399c6fdee3bc2845fcaf5dc"
28 ]
29}