this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Bindings to GNU Guile Scheme for OCaml"
4description:
5 "The guile library is Free Software high-level OCaml bindings to GNU Guile 3.0, supporting easy interop between OCaml and GNU Guile Scheme."
6maintainer: ["kirang@comp.nus.edu.sg"]
7authors: ["Kiran Gopinathan"]
8license: "GPL-3.0-or-later"
9homepage: "https://github.com/gopiandcode/guile-ocaml"
10bug-reports: "https://github.com/gopiandcode/guile-ocaml/issues"
11depends: [
12 "dune" {>= "2.9"}
13 "conf-guile" {>= "1"}
14 "conf-gmp" {>= "1"} # prevents a bug on alpine. See https://github.com/ocaml/opam-repository/pull/21652
15 "ocaml" {>= "4.08.0"}
16 "sexplib" {>= "v0.12"}
17 "ctypes" {>= "0.18.0"}
18 "ctypes-foreign" {>= "0.18.0"}
19 "stdio" {>= "v0.14.0"}
20 "dune-configurator" {>= "2.9.1"}
21 "odoc" {with-doc}
22]
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "--promote-install-files=false"
33 "@install"
34 "@runtest" {with-test}
35 "@doc" {with-doc}
36 ]
37 ["dune" "install" "-p" name "--create-install-files" name]
38]
39dev-repo: "git+https://github.com/gopiandcode/guile-ocaml.git"
40url {
41 src: "https://github.com/gopiandcode/guile-ocaml/archive/1.0.tar.gz"
42 checksum: [
43 "md5=be5a3dae4018b36103f0af9f769a26f0"
44 "sha512=74136c9f933aea8d0403d5f5826cf7acb8824c985639d5a79eb2a7247c1bd1362eb61fd946f148e25e7b0283af2e36435c3d3ffe5f7e7913e27b70d941e97c09"
45 ]
46}