this repo has no description

Merge pull request #21909 from mgree/release-libdash-v0.3

[new release] libdash (v0.3)

Kate c0334974 413dd124

Changed files
+40
packages
libdash
libdash.0.3
+40
packages/libdash/libdash.0.3/opam
···
+
opam-version: "2.0"
+
synopsis: "Bindings to the dash shell's parser"
+
maintainer: "Michael Greenberg <michael.greenberg@pomona.edu>"
+
authors: "Michael Greenberg <michael.greenberg@pomona.edu>"
+
license: "BSD-3-Clause"
+
homepage: "https://github.com/mgree/libdash"
+
bug-reports: "https://github.com/mgree/libdash/issues"
+
depends: [
+
"ocaml" {>= "4.07"}
+
"ocamlfind" {>= "1.8.0"}
+
"ctypes" {>= "0.18.0"}
+
"ctypes-foreign" {>= "0.18.0"}
+
"atdgen" {>= "2.3.2"}
+
"conf-autoconf" {build}
+
"conf-aclocal" {build}
+
"conf-libtool" {build}
+
]
+
build: [
+
["libtoolize"] {os != "macos"}
+
["glibtoolize"] {os = "macos"}
+
["aclocal"]
+
["autoheader"]
+
["automake" "--add-missing"]
+
["autoconf"]
+
["mkdir" "_build"]
+
["./configure" "--prefix=%{build}%/_build"]
+
[make]
+
[make "install"] # into _build
+
["ocaml/mk_meta.sh" "%{_:lib}%"] # pass along the lib directory for the rpath in the META
+
[make "-C" "ocaml" "all"]
+
["./mk_dot_install.sh"]
+
["./ldconfig.sh"] # fix up .so files if ldconfig didn't do it
+
[make "-C" "ocaml" "test"] {with-test}
+
]
+
dev-repo: "git+https:///github.com/mgree/libdash"
+
url {
+
src: "https://github.com/mgree/libdash/archive/v0.3.tar.gz"
+
checksum: "md5=e6d8f86ca8973336f92d2010de21b1ea"
+
}
+