(library
(name helm_registry)
- (libraries str netstring helm_xml)
+ (libraries str helm_xml)
(preprocess (action (system "camlp5o %{input-file}")))
(wrapped false)
(modules (:standard \ test)))
(description "Matita (that means pencil in italian) is an experimental, interactive theorem prover under development at the Computer Science Department of the University of Bologna.")
(depends
(ocaml (>= "4.14.1"))
- (ocamlnet (>= 4.1.9.git))
(ulex-camlp5 (>= 1.3))
(ocaml-expat (>= 1.1.0))
(pcre (>= 7.5.0))
+ (ocamlnet (>= 4.1.9.git)) ; used only by ocaml-http
(ocaml-http (>= 0.1.6))
(camlzip (>= 1.11))
(lablgtk3-sourceview3 (>= 3.1.3))
depends: [
"dune" {>= "3.6"}
"ocaml" {>= "4.14.1"}
- "ocamlnet" {>= "4.1.9.git"}
"ulex-camlp5" {>= "1.3"}
"ocaml-expat" {>= "1.1.0"}
"pcre" {>= "7.5.0"}
+ "ocamlnet" {>= "4.1.9.git"}
"ocaml-http" {>= "0.1.6"}
"camlzip" {>= "1.11"}
"lablgtk3-sourceview3" {>= "3.1.3"}