]> matita.cs.unibo.it Git - helm.git/commitdiff
registry already did not depend on ocamlnet any more
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 5 Jan 2023 11:03:10 +0000 (12:03 +0100)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 5 Jan 2023 11:03:10 +0000 (12:03 +0100)
matita/components/registry/dune
matita/dune-project
matita/matita.opam

index 10dcf81883e7c7dfcd1104d8e231264fa92944c9..788f8d3b49bc4906106f93647df81243aa39591d 100644 (file)
@@ -1,6 +1,6 @@
 (library
  (name helm_registry)
- (libraries str netstring helm_xml)
+ (libraries str helm_xml)
  (preprocess (action (system "camlp5o %{input-file}")))
  (wrapped false)
  (modules (:standard \ test)))
index e647447f14c5ec0c44819860d44a56975cd6b056..1efcd6a16d5233b7029617f8afa2c3ca8bb6c435 100644 (file)
  (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))
index b2280d51f7c2a70f3cb6a35cc8c55879711ca427..a16eb59e912c67a60dae712937d4d1bfa3465b4c 100644 (file)
@@ -16,10 +16,10 @@ bug-reports: "mailto:claudio.sacerdoticoen@unibo.it"
 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"}