this repo has no description

Merge pull request #21652 from Gopiandcode/opam-publish-guile.1.0

Package guile.1.0

Kate 8fe548c6 75b37a23

Changed files
+79
packages
conf-guile
conf-guile.1
guile
guile.1.0
+33
packages/conf-guile/conf-guile.1/opam
···
+
opam-version: "2.0"
+
maintainer: "Kiran Gopinathan"
+
authors: [
+
"Aubrey Jaffer"
+
"Tom Lord"
+
"Miles Bader"
+
]
+
homepage: "https://www.gnu.org/software/guile/"
+
dev-repo: "git+https://github.com/gopiandcode/guile-ocaml.git"
+
license: "LGPL-3.0-or-later"
+
build: [["pkg-config" "guile-3.0"]]
+
depends: ["conf-pkg-config" {build}]
+
bug-reports: "https://github.com/ocaml/opam-repository/issues"
+
+
depexts: [
+
["guile-3.0-dev"] {os-family = "debian"}
+
["guile-lib"] {os = "freebsd"}
+
["database/guile"] {os = "openbsd"}
+
["guile-devel"] {os-distribution = "centos"}
+
["guile-devel"] {os-distribution = "rhel"}
+
["guile30-devel"] {os-distribution = "fedora"}
+
["guile-devel"] {os-distribution = "ol"}
+
["guile-dev"] {os-distribution = "alpine"}
+
["guile-devel"] {os-family = "suse"}
+
["guile"] {os-distribution = "nixos"}
+
["guile"] {os = "macos" & os-distribution = "homebrew"}
+
["guile"] {os = "macos" & os-distribution = "macports"}
+
["guile"] {os = "win32" & os-distribution = "cygwinports"}
+
]
+
synopsis: "Virtual package relying on an GNU Guile system installation"
+
description:
+
"This package can only install if GNU Guile is installed on the system."
+
flags: conf
+46
packages/guile/guile.1.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Bindings to GNU Guile Scheme for OCaml"
+
description:
+
"The guile library is Free Software high-level OCaml bindings to GNU Guile 3.0, supporting easy interop between OCaml and GNU Guile Scheme."
+
maintainer: ["kirang@comp.nus.edu.sg"]
+
authors: ["Kiran Gopinathan"]
+
license: "GPL-3.0+"
+
homepage: "https://github.com/gopiandcode/guile-ocaml"
+
bug-reports: "https://github.com/gopiandcode/guile-ocaml/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"conf-guile" {>= "1"}
+
"conf-gmp" {>= "1"} # prevents a bug on alpine. See https://github.com/ocaml/opam-repository/pull/21652
+
"ocaml" {>= "4.08.0"}
+
"sexplib" {>= "v0.12"}
+
"ctypes" {>= "0.18.0"}
+
"ctypes-foreign" {>= "0.18.0"}
+
"stdio" {>= "v0.14.0"}
+
"dune-configurator" {>= "2.9.1"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/gopiandcode/guile-ocaml.git"
+
url {
+
src: "https://github.com/gopiandcode/guile-ocaml/archive/1.0.tar.gz"
+
checksum: [
+
"md5=be5a3dae4018b36103f0af9f769a26f0"
+
"sha512=74136c9f933aea8d0403d5f5826cf7acb8824c985639d5a79eb2a7247c1bd1362eb61fd946f148e25e7b0283af2e36435c3d3ffe5f7e7913e27b70d941e97c09"
+
]
+
}