···11+opam-version: "2.0"
22+authors: "HOL Light"
33+homepage: "https://hol-light.github.io"
44+bug-reports: "https://github.com/jrh13/hol-light/issues"
55+maintainer: ["John Harrison <jrh013@gmail.com>" "Juneyoung Lee <aqjune@gmail.com>"]
66+depends: [
77+ "ocaml" {>= "4.14.0"}
88+]
99+synopsis: "A flag for compiling HOL Light core to a bytecode and native module"
1010+license: "https://github.com/jrh13/hol-light/blob/master/LICENSE"
1111+dev-repo: "git+https://github.com/jrh13/hol-light.git"
1212+description: """
1313+Installing this package makes the hol-light package to build the
1414+bytecode and native module of HOL Light core as well.
1515+1616+NOTE: This extends the trusted base of HOL Light to include its inliner script,
1717+inline_loads.ml. inline_loads.ml is an OCaml program in HOL Light that receives
1818+an HOL Light proof and replaces the loads/loadt/needs function invocations with
1919+their actual contents. Please install this package only if having this
2020+additional trusted base is considered okay.
2121+"""
2222+url {
2323+ src:
2424+ "https://github.com/aqjune/hol-light-module/archive/refs/tags/1.0.tar.gz"
2525+ checksum: [
2626+ "md5=232eeb03c8fa6f4f7d076943ad652582"
2727+ "sha512=ec0ae802a6977366b26e0438670579cf3a3d329d3600ae5e2493a01867259d74bc3a09d7f27efd31ef96b6385fdce089aa06fb04611db2077f37aa9d66ce0cfe"
2828+ ]
2929+}