Skip to content

Commit

Permalink
Merge pull request #24305 from erikmd/opam-publish-learn-ocaml.0.15.0
Browse files Browse the repository at this point in the history
2 packages from ocaml-sf/learn-ocaml at 0.15.0
  • Loading branch information
avsm committed Aug 23, 2023
2 parents 07e1fdd + 5a7f52d commit 1da29ec
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 0 deletions.
58 changes: 58 additions & 0 deletions packages/learn-ocaml-client/learn-ocaml-client.0.15.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
opam-version: "2.0"
synopsis: "The learn-ocaml client"
description: """\
This contains the binaries to interact with the learn-ocaml
platform from the command line."""
maintainer: [
"Érik Martin-Dorel <erik.martin-dorel@irit.fr>"
"Yann Régis-Gianas <yann.regis-gianas@nomadic-labs.com>"
]
authors: [
"Benjamin Canou (OCamlPro)"
"Çağdaş Bozman (OCamlPro)"
"Grégoire Henry (OCamlPro)"
"Louis Gesbert (OCamlPro)"
"Pierrick Couderc (OCamlPro)"
]
license: "MIT"
homepage: "https://github.com/ocaml-sf/learn-ocaml"
bug-reports: "https://github.com/ocaml-sf/learn-ocaml/issues"
depends: [
"asak"
"base64"
"base" {>= "v0.9.4"}
"cmdliner" {>= "1.1.0"}
"cohttp" {>= "2.0.0"}
"cohttp-lwt-unix" {>= "2.0.0"}
"cstruct" {>= "3.3.0"}
"digestif" {>= "0.7.1"}
"dune" {>= "2.3.0"}
"ezjsonm"
"gg"
"ipaddr" {= "2.9.0"}
"lwt" {>= "4.0.0"}
"lwt_ssl"
"ocaml" {(>= "4.12") & (< "4.13~")}
"ocamlfind" {build}
"ocaml-migrate-parsetree" {= "1.8.0"}
"ocp-indent-nlfork"
"ocplib-json-typed" {>= "0.7"}
"ocp-ocamlres" {>= "0.4"}
"omd" {<= "1.3.1"}
"ppx_fields_conv"
"ppxlib"
"ppx_sexp_conv"
"ppx_tools"
"ssl" {= "0.5.12"}
"vg"
]
build: ["dune" "build" "@install" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/ocaml-sf/learn-ocaml"
url {
src:
"https://github.com/ocaml-sf/learn-ocaml/archive/refs/tags/v0.15.0.tar.gz"
checksum: [
"md5=b584ca88887405b4fc11752eadbc2e6f"
"sha512=7a194de86028d31488e9ce09e7a96e928ef1c71d3de984bcaa159447d303f8308957b53afb5ad1bd9e9bf5da2d905a2f964b2eb65e21bba112198fe56bada971"
]
}
85 changes: 85 additions & 0 deletions packages/learn-ocaml/learn-ocaml.0.15.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
opam-version: "2.0"
synopsis: "The learn-ocaml online platform (engine)"
description: """\
This contains the binaries forming the engine for the learn-ocaml platform, and
the common files. A demo exercise repository is also provided as example."""
maintainer: [
"Yann Régis-Gianas <yann.regis-gianas@nomadic-labs.com>"
"Érik Martin-Dorel <erik.martin-dorel@irit.fr>"
]
authors: [
"Benjamin Canou (OCamlPro)"
"Çağdaş Bozman (OCamlPro)"
"Grégoire Henry (OCamlPro)"
"Louis Gesbert (OCamlPro)"
"Pierrick Couderc (OCamlPro)"
]
license: "MIT"
homepage: "https://github.com/ocaml-sf/learn-ocaml"
bug-reports: "https://github.com/ocaml-sf/learn-ocaml/issues"
depends: [
"asak"
"base64"
"base" {>= "v0.9.4"}
"cmdliner" {>= "1.1.0"}
"cohttp" {>= "2.0.0"}
"cohttp-lwt" {>= "2.0.0"}
"cohttp-lwt-unix" {>= "2.0.0"}
"conf-git"
"decompress" {= "0.8.1"}
"digestif" {>= "0.7.1"}
"dune" {>= "2.3.0"}
"easy-format" {>= "1.3.0"}
"ezjsonm"
"ipaddr" {= "2.9.0"}
"js_of_ocaml" {>= "3.3.0" & != "3.10.0"}
"js_of_ocaml-compiler" {>= "3.3.0"}
"js_of_ocaml-lwt"
"js_of_ocaml-ppx"
"js_of_ocaml-toplevel"
"js_of_ocaml-tyxml"
"lwt" {>= "4.0.0"}
"lwt_react"
"lwt_ssl"
"magic-mime"
"markup"
"markup-lwt"
"ocaml" {(>= "4.12") & (< "4.13~")}
"ocamlfind" {build}
"ocaml-migrate-parsetree" {= "1.8.0"}
"ocp-indent-nlfork"
"ocplib-json-typed" {>= "0.7"}
"ocplib-json-typed-browser" {>= "0.7"}
"ocp-ocamlres" {>= "0.4"}
"odoc" {build}
"omd" {<= "1.3.1"}
"pprint"
"ppx_cstruct"
"ppxlib"
"ppx_sexp_conv"
"ppx_tools"
"ppx_tools_versioned"
"re"
"ssl" {= "0.5.12"}
"uutf" {>= "1.0"}
"vg"
"yojson" {>= "1.4.0"}
]
build: [
[make "static"]
["dune" "build" "-p" name "-j" jobs]
[make "detect-libs"] {with-test}
]
install: [
["mkdir" "-p" "%{_:share}%"]
["cp" "-r" "demo-repository" "%{_:share}%/repository"]
]
dev-repo: "git+https://github.com/ocaml-sf/learn-ocaml"
url {
src:
"https://github.com/ocaml-sf/learn-ocaml/archive/refs/tags/v0.15.0.tar.gz"
checksum: [
"md5=b584ca88887405b4fc11752eadbc2e6f"
"sha512=7a194de86028d31488e9ce09e7a96e928ef1c71d3de984bcaa159447d303f8308957b53afb5ad1bd9e9bf5da2d905a2f964b2eb65e21bba112198fe56bada971"
]
}

0 comments on commit 1da29ec

Please sign in to comment.