package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.4.1.tbz
sha256=299fa33cffc108cc26ff59d5fc9d09f6cb0ab3ac280bf23a0114cfdc0b40c6c5
sha512=cb425d08c989fd27e1a87a6c72f37494866b508b0fe4ec05070adad995a99710b223a9047b6649776f63943dafb61903eefe4d5efde4c439103a89e2d6ff5337

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 26 Jul 2022

README

Dune - A Composable Build System

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very low overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Take n repositories that use Dune and arrange them in any way on the file system. The result is still a single repository that Dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via Opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires Opam.

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the Opam package manager:

$ opam install dune

If you are new to Opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

Dune was formerly known as Jbuilder. Migration from Jbuilder to Dune is described in the manual.

Status

Dune is fairly stable and used by the majority of packages on Opam. Note that Dune retains backward compatibility with Jbuilder, and in particular, existing Jbuilder projects will continue to be buildable with Dune.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. absolute
  7. abstract_algebra < "v0.17.0"
  8. accessor < "v0.17.0"
  9. accessor_async < "v0.17.0"
  10. accessor_base < "v0.17.0"
  11. accessor_core < "v0.17.0"
  12. acgtk >= "1.4.0" & < "2.0.0"
  13. aches
  14. aches-lwt
  15. acp4
  16. acpc >= "2.0.0"
  17. adelfa
  18. advi
  19. afl-persistent >= "1.4"
  20. agrid
  21. ahrocksdb
  22. aifad >= "2.2.1"
  23. alba >= "0.4.1"
  24. albatross
  25. alcotest >= "0.8.5"
  26. alcotest-async >= "0.8.5"
  27. alcotest-js
  28. alcotest-lwt >= "0.8.5"
  29. alcotest-mirage
  30. alg_structs
  31. alg_structs_qcheck
  32. algaeff
  33. alonzo
  34. alsa >= "0.3.0"
  35. alt-ergo >= "2.3.0" & < "2.6.0"
  36. alt-ergo-free >= "2.3.3.dune3"
  37. alt-ergo-lib >= "2.4.2" & < "2.6.0"
  38. alt-ergo-lib-free >= "2.3.3.dune3"
  39. alt-ergo-parsers < "2.6.0"
  40. alt-ergo-parsers-free
  41. alt-ergo-plugin-ab-why3 < "2.6.0"
  42. altgr-ergo >= "2.3.0"
  43. amqp-client >= "2.0.3"
  44. amqp-client-async >= "2.0.3"
  45. amqp-client-lwt >= "2.0.3"
  46. anders
  47. angstrom >= "0.11.1"
  48. angstrom-async >= "0.11.1"
  49. angstrom-lwt-unix >= "0.11.1"
  50. angstrom-unix >= "0.11.1"
  51. ansi < "0.6.0"
  52. ansi-parse >= "0.4.0"
  53. anthill
  54. antic < "0.3.2"
  55. ao >= "0.2.2"
  56. api-watch
  57. apronext
  58. arb < "0.3.2"
  59. archetype
  60. archi
  61. archi-async
  62. archi-lwt
  63. arg-complete
  64. argon2 >= "1.0.0"
  65. arp >= "1.0.0"
  66. arp-mirage
  67. art
  68. asai
  69. asak
  70. ask
  71. ask-integrator
  72. asli >= "0.2.0"
  73. asn1-combinators >= "0.2.2"
  74. ast_generic
  75. async >= "v0.12.0" & < "v0.17.0"
  76. async-uri < "0.4.0"
  77. async_durable >= "v0.12.0" & < "v0.17.0"
  78. async_extra >= "v0.12.0" & < "v0.17.0"
  79. async_find >= "v0.12.0" & < "v0.17.0"
  80. async_graphics >= "0.7.0"
  81. async_inotify >= "v0.12.0" & < "v0.17.0"
  82. async_interactive >= "v0.12.0" & < "v0.17.0"
  83. async_js >= "v0.12.0" & < "v0.17.0"
  84. async_kernel >= "v0.12.0" & < "v0.17.0"
  85. async_rpc_kernel >= "v0.12.0" & < "v0.17.0"
  86. async_rpc_websocket < "v0.17.0"
  87. async_sendfile >= "v0.12.0" & < "v0.17.0"
  88. async_shell >= "v0.12.0" & < "v0.17.0"
  89. async_smtp >= "v0.12.0" & < "v0.17.0"
  90. async_ssl >= "v0.12.0" & < "v0.17.0"
  91. async_udp < "v0.17.0"
  92. async_unix >= "v0.12.0" & < "v0.17.0"
  93. async_websocket < "v0.17.0"
  94. atable
  95. atd >= "2.2.1"
  96. atdd
  97. atdgen >= "2.2.1"
  98. atdgen-codec-runtime
  99. atdgen-runtime >= "2.2.1"
  100. atdj >= "2.2.1" & < "20151001.01"
  101. atdpy
  102. atds
  103. atdts
  104. atomic < "base"
  105. autofonce
  106. autofonce_config
  107. autofonce_core
  108. autofonce_lib
  109. autofonce_m4
  110. autofonce_misc
  111. autofonce_patch
  112. autofonce_share
  113. avro
  114. avro-compiler
  115. awa
  116. awa-lwt
  117. awa-mirage
  118. aws >= "1.2"
  119. aws-async
  120. aws-autoscaling >= "1.2"
  121. aws-cloudformation >= "1.2"
  122. aws-cloudtrail >= "1.2"
  123. aws-cloudwatch
  124. aws-config
  125. aws-ec2 >= "1.2"
  126. aws-elasticache
  127. aws-elasticloadbalancing >= "1.2"
  128. aws-lwt
  129. aws-rds
  130. aws-route53
  131. aws-s3 >= "4.0.0"
  132. aws-s3-async >= "4.0.0"
  133. aws-s3-lwt >= "4.0.0"
  134. aws-sdb >= "1.2"
  135. aws-sqs
  136. aws-ssm >= "1.2"
  137. aws-sts >= "1.2"
  138. azblob
  139. azblob-async
  140. azure-cosmos-db
  141. babel < "v0.17.0"
  142. backoff
  143. bag
  144. baguette_sharp
  145. bare_encoding
  146. bark
  147. base >= "v0.12.0" & < "v0.17.0"
  148. base32
  149. base64 >= "2.3.0"
  150. base_bigstring < "v0.17.0"
  151. base_quickcheck >= "v0.12.1" & < "v0.17.0"
  152. base_trie < "v0.17.0"
  153. bastet
  154. bastet_async
  155. bastet_lwt
  156. batch_jaro_winkler
  157. batsat
  158. batteries >= "3.7.1"
  159. bddrand
  160. bech32
  161. bechamel
  162. bechamel-js
  163. bechamel-notty
  164. bechamel-perf
  165. beluga = "1.0"
  166. benchmark >= "1.6"
  167. benchpress
  168. benchpress-server
  169. bencode >= "2.0"
  170. bentov
  171. bestline
  172. bheap >= "2.0.0"
  173. bidirectional_map < "v0.17.0"
  174. bigarray-compat
  175. bigarray-overlap
  176. bigdecimal < "v0.17.0"
  177. bignum >= "v0.12.0" & < "v0.17.0"
  178. bigstring >= "0.3"
  179. bigstring-unix >= "0.3"
  180. bigstringaf >= "0.5.0"
  181. bimage
  182. bimage-display
  183. bimage-gtk
  184. bimage-io
  185. bimage-lwt
  186. bimage-sdl
  187. bimage-unix
  188. bimap
  189. bin_prot >= "v0.12.0" & < "v0.17.0"
  190. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  191. binaryen_dsl
  192. bindlib >= "6.0.0"
  193. biniou >= "1.2.1"
  194. binning
  195. binsec >= "0.4.0"
  196. bio_io
  197. biocaml >= "0.9.0"
  198. biotk < "0.3"
  199. bisect_ppx >= "1.4.0"
  200. bistro >= "0.5.0"
  201. bistro-bio
  202. bitcoin >= "3.0"
  203. bitcoin-cohttp-async
  204. bitcoin-cohttp-lwt
  205. bitcoin-ocurl
  206. bitcoinml >= "0.4.1"
  207. bitlib
  208. bitmasks >= "1.2.0"
  209. bitpack_serializer
  210. bitstring >= "3.1.1"
  211. bitv >= "1.4"
  212. bitwuzla
  213. bitwuzla-bin < "1.0.0"
  214. bitwuzla-c
  215. bjack >= "0.1.6"
  216. blake3
  217. bloomf
  218. bls12-381 < "19.0"
  219. bls12-381-gen
  220. bls12-381-hash
  221. bls12-381-js
  222. bls12-381-js-gen
  223. bls12-381-legacy
  224. bls12-381-signature
  225. bls12-381-unix
  226. blurhash
  227. bnfgen
  228. bogue
  229. bogue-tutorials
  230. boltzgen
  231. bonsai < "v0.17.0"
  232. boulangerie
  233. box
  234. brr-lwd
  235. bson2
  236. bst >= "7.0.1"
  237. buffer-pool
  238. build_path_prefix_map >= "0.3"
  239. builder
  240. builder-web
  241. bun >= "0.3.4"
  242. bwd
  243. bwrap
  244. bytearray >= "1.0.1"
  245. bytebuffer
  246. bytepdf
  247. bz2
  248. ca-certs
  249. ca-certs-nss
  250. cactus
  251. cairn
  252. cairo2 >= "0.6"
  253. cairo2-gtk
  254. cairo2-pango
  255. caisar < "0.2.1"
  256. caisar-ir
  257. caisar-nnet
  258. caisar-onnx
  259. caisar-ovo
  260. caisar-xgboost
  261. calcium < "0.3.2"
  262. calculon >= "0.4"
  263. calculon-redis
  264. calculon-redis-lib
  265. calculon-web >= "0.4"
  266. caldav < "0.2.2"
  267. calendar >= "3.0.0"
  268. calendars
  269. calipso
  270. calli
  271. callipyge >= "0.2"
  272. camelot
  273. camels
  274. camelsnakekebab
  275. camlimages >= "5.0.2"
  276. camlix
  277. camlon >= "3.1.0"
  278. camlp-streams
  279. camlrack
  280. camltc >= "0.9.8"
  281. camomile >= "1.0.2"
  282. camyll
  283. canary
  284. capnp >= "3.5.0"
  285. capnp-rpc >= "0.3.2" & < "2.0"
  286. capnp-rpc-lwt >= "0.3.2" & < "2.0"
  287. capnp-rpc-mirage >= "0.3.2"
  288. capnp-rpc-net < "2.0"
  289. capnp-rpc-unix >= "0.3.2" & < "2.0"
  290. caqti >= "1.0.0" & < "2.1.1"
  291. caqti-async >= "1.0.0" & < "2.1.1"
  292. caqti-driver-mariadb >= "1.0.0" & < "2.1.1"
  293. caqti-driver-pgx < "2.1.1"
  294. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  295. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  296. caqti-dynload >= "1.0.0"
  297. caqti-eio < "2.1.1"
  298. caqti-lwt >= "1.0.0" & < "2.1.1"
  299. caqti-mirage < "2.1.1"
  300. caqti-type-calendar >= "1.0.0"
  301. carbon < "0.2.0"
  302. carray
  303. carton
  304. carton-git
  305. carton-lwt
  306. catala < "0.9.0"
  307. catapult
  308. catapult-client
  309. catapult-daemon
  310. catapult-file
  311. catapult-sqlite
  312. cbor >= "0.3"
  313. cborl
  314. ccbg
  315. cconv >= "0.5"
  316. cconv-ppx
  317. cdb
  318. cdrom >= "0.9.4"
  319. ceph
  320. certify >= "0.3.0"
  321. cf
  322. cf-lwt
  323. cfg >= "2.2.0"
  324. cfml
  325. cfstream >= "1.3.1"
  326. chacha
  327. chamelon
  328. chamelon-unix
  329. charInfo_width
  330. charrua
  331. charrua-client >= "0.11.2"
  332. charrua-client-lwt >= "0.11.2"
  333. charrua-client-mirage >= "0.11.2"
  334. charrua-core >= "0.11.2"
  335. charrua-server
  336. charrua-unix >= "0.11.2"
  337. charset
  338. chartjs
  339. chartjs-annotation
  340. chartjs-colorschemes
  341. chartjs-datalabels
  342. chartjs-streaming
  343. chase
  344. checkseum = "0.0.3" | >= "0.2.1"
  345. choice >= "0.4"
  346. chrome-trace < "3.6.0"
  347. cid
  348. cinaps >= "v0.12.0"
  349. clangml >= "4.0.0"
  350. clangml-transforms >= "0.24"
  351. clap >= "0.2.0"
  352. clarity >= "0.4.0"
  353. clarity-lang
  354. class_group_vdf
  355. clim
  356. clim-ppx
  357. climate
  358. clp_operations
  359. clz
  360. cmarker
  361. cmdliner-stdlib
  362. cmon
  363. codept >= "0.10.3"
  364. cohttp >= "1.1.1" & < "6.0.0"
  365. cohttp-async >= "1.1.1" & < "6.0.0"
  366. cohttp-curl < "6.0.0"
  367. cohttp-curl-async < "6.0.0"
  368. cohttp-curl-lwt < "6.0.0"
  369. cohttp-eio < "6.0.0"
  370. cohttp-lwt >= "1.1.1" & < "6.0.0"
  371. cohttp-lwt-jsoo >= "1.1.1" & < "6.0.0"
  372. cohttp-lwt-unix >= "1.1.1" & < "6.0.0"
  373. cohttp-mirage >= "1.1.1" & < "6.0.0"
  374. cohttp-server-lwt-unix < "6.0.0"
  375. cohttp-top >= "1.1.1" & < "6.0.0"
  376. cohttp_async_websocket < "v0.17.0"
  377. cohttp_static_handler < "v0.17.0"
  378. coin >= "0.1.1"
  379. colibri2
  380. colibrics
  381. colibrilib
  382. colombe
  383. color >= "0.2.0"
  384. color-brewery
  385. combinat
  386. comby
  387. comby-kernel
  388. comby-semantic
  389. command_rpc >= "v0.12.0" & < "v0.17.0"
  390. commons
  391. conan
  392. conan-cli
  393. conan-database
  394. conan-lwt
  395. conan-unix
  396. conduit >= "1.3.0"
  397. conduit-async >= "1.3.0"
  398. conduit-lwt >= "1.3.0"
  399. conduit-lwt-unix >= "1.3.0"
  400. conduit-mirage
  401. conex >= "0.10.0"
  402. conex-mirage-crypto
  403. conex-nocrypto
  404. confero
  405. config-file >= "1.2.1"
  406. conformist
  407. containers >= "2.4"
  408. containers-data
  409. containers-thread
  410. content_security_policy < "v0.17.0"
  411. cookie
  412. cookies
  413. coq >= "8.14.0" & < "8.20.0"
  414. coq-core < "8.20.0"
  415. coq-lsp != "0.1.7+8.18" & != "0.1.8+8.18"
  416. coq-of-ocaml >= "2.4.1"
  417. coq-serapi >= "8.9.0+0.6.0"
  418. coq-stdlib < "8.20.0"
  419. coqide >= "8.14.0" & < "8.20.0"
  420. coqide-server < "8.20.0"
  421. core >= "v0.12.0" & < "v0.17.0"
  422. core-and-more
  423. core_bench >= "v0.12.0" & < "v0.17.0"
  424. core_compat
  425. core_extended >= "v0.12.0" & < "v0.17.0"
  426. core_kernel >= "v0.12.3" & < "v0.17.0"
  427. core_profiler >= "v0.12.0" & < "v0.17.0"
  428. core_unix < "v0.17.0"
  429. cosovo
  430. cow >= "2.4.0"
  431. cowabloga >= "0.5.0"
  432. cpm >= "12.1.2"
  433. cppo >= "1.6.6"
  434. cppo_ocamlbuild >= "1.6.6"
  435. cps_toolbox
  436. cpu
  437. cpuid >= "0.1.2"
  438. crc >= "2.1.0"
  439. crlibm >= "0.3"
  440. crontab
  441. crowbar >= "0.2"
  442. crunch >= "2.2.0"
  443. cry >= "0.6.5"
  444. cryptokit >= "1.16.1"
  445. csexp
  446. css
  447. css-parser
  448. cstruct >= "3.3.0"
  449. cstruct-async >= "3.3.0"
  450. cstruct-lwt >= "3.3.0"
  451. cstruct-sexp
  452. cstruct-unix >= "3.3.0"
  453. csv >= "2.2"
  454. csv-lwt >= "2.1"
  455. csvfields >= "v0.12.0" & < "v0.17.0"
  456. csvtool
  457. ctoxml
  458. ctypes >= "0.21.1"
  459. ctypes-foreign >= "0.21.1"
  460. ctypes-zarith
  461. ctypes_stubs_js
  462. cucumber
  463. cudf >= "0.10"
  464. cue_sheet_maker
  465. cuid >= "0.2"
  466. cumulus
  467. curly >= "0.2.0"
  468. current
  469. current-albatross-deployer
  470. current-web-pipelines
  471. current_ansi
  472. current_docker
  473. current_examples
  474. current_git
  475. current_github
  476. current_gitlab
  477. current_incr
  478. current_ocluster < "0.3.0"
  479. current_rpc
  480. current_slack
  481. current_ssh
  482. current_web
  483. curses >= "1.0.9"
  484. curve-sampling
  485. cviode
  486. cwe_checker
  487. DrawGrammar >= "0.2.2"
  488. daft >= "0.0.4"
  489. dap
  490. data-encoding
  491. dataframe
  492. datakit >= "0.12.2"
  493. datakit-bridge-github >= "0.12.2"
  494. datakit-bridge-local-git >= "0.12.2"
  495. datakit-ci >= "0.12.2"
  496. datakit-client >= "0.12.2"
  497. datakit-client-9p >= "0.12.2"
  498. datakit-client-git >= "0.12.2"
  499. datakit-github >= "0.12.2"
  500. datakit-server >= "0.12.2"
  501. datakit-server-9p >= "0.12.2"
  502. datalog >= "0.6"
  503. dates_calc < "0.0.7"
  504. daypack-lib
  505. dbf < "0.1.1"
  506. dblp
  507. dblp-api
  508. debian-formats >= "0.1.2"
  509. decimal
  510. decoders >= "0.1.2"
  511. decoders-bencode
  512. decoders-cbor
  513. decoders-ezjsonm >= "0.1.2"
  514. decoders-ezxmlm
  515. decoders-jsonaf
  516. decoders-jsonm
  517. decoders-msgpck
  518. decoders-sexplib
  519. decoders-yojson >= "0.1.2"
  520. decompress >= "0.8.1"
  521. dedent < "v0.17.0"
  522. dedukti >= "2.7"
  523. delimited_parsing >= "v0.12.0" & < "v0.17.0"
  524. depyt >= "0.3.0"
  525. devkit >= "1.0"
  526. diet >= "0.2"
  527. diffable
  528. digestif >= "0.7" & < "0.7.2" | >= "0.8.1"
  529. directories
  530. dirsift
  531. dirsp-exchange
  532. dirsp-exchange-kbb2017
  533. dirsp-proscript
  534. dirsp-proscript-mirage
  535. dirsp-ps2ocaml
  536. diskuvbox
  537. disml
  538. dispatch >= "0.4.1"
  539. dispatch-js >= "0.4.1"
  540. distributed >= "0.6.0"
  541. distributed-lwt >= "0.2.0"
  542. distributed-uwt >= "0.2.0"
  543. dkim
  544. dkim-bin
  545. dkim-mirage
  546. dkml-c-probe
  547. dkml-component-offline-ocamlrun
  548. dkml-component-offline-opam
  549. dkml-component-staging-ocamlrun
  550. dkml-component-staging-opam32
  551. dkml-component-staging-opam64
  552. dkml-dune-dsl
  553. dkml-dune-dsl-show
  554. dkml-install
  555. dkml-install-installer
  556. dkml-install-runner
  557. dkml-option-vcpkg
  558. dkml-package-console
  559. dkml-runtime-common >= "2.0.3"
  560. dkml-runtime-distribution
  561. dkml-workflows
  562. dlm >= "0.3.1"
  563. dmap
  564. dns >= "1.1.0"
  565. dns-async >= "1.1.0"
  566. dns-certify
  567. dns-cli
  568. dns-client
  569. dns-client-lwt
  570. dns-client-miou-unix
  571. dns-client-mirage
  572. dns-lwt >= "1.1.0"
  573. dns-lwt-unix >= "1.1.0"
  574. dns-mirage
  575. dns-resolver
  576. dns-server
  577. dns-stub
  578. dns-tsig
  579. dnssec
  580. docfd
  581. docker-api >= "0.2"
  582. docker_hub
  583. dockerfile >= "6.0.0"
  584. dockerfile-cmd >= "6.0.0"
  585. dockerfile-opam >= "6.0.0"
  586. docteur
  587. docteur-solo5
  588. docteur-unix
  589. doculib
  590. doi2bib
  591. dokeysto >= "3.0.2"
  592. dokeysto_camltc >= "3.0.2"
  593. dokeysto_lz4 >= "3.0.2"
  594. dolmen >= "0.4.1"
  595. dolmen_bin
  596. dolmen_loop
  597. dolmen_lsp
  598. dolmen_model
  599. dolmen_type
  600. dolog >= "4.0.0"
  601. domain-local-await < "1.0.1"
  602. domain-local-timeout
  603. domain-name >= "0.1.2"
  604. domain_shims
  605. domainslib
  606. dose3 >= "6.1"
  607. dose3-extra
  608. dot-merlin-reader
  609. dotenv
  610. dream
  611. dream-accept
  612. dream-cli
  613. dream-encoding
  614. dream-html
  615. dream-htmx
  616. dream-httpaf
  617. dream-livereload
  618. dream-pure
  619. dream-serve
  620. drom >= "0.3.0"
  621. drom_lib >= "0.3.0"
  622. drom_toml
  623. dropbox >= "0.2"
  624. dropbox_lwt_unix
  625. dscheck < "0.4.0"
  626. dssi >= "0.1.3"
  627. dtc-pb
  628. dtoa >= "0.3.2"
  629. dtools >= "0.4.2"
  630. dual
  631. duff >= "0.2"
  632. dum >= "1.0.3"
  633. dump_ocamlformat
  634. dune-action-plugin < "3.6.0"
  635. dune-build-info < "3.6.0"
  636. dune-cargo-build
  637. dune-compiledb
  638. dune-configurator >= "1.11.4" & < "3.6.0"
  639. dune-deps
  640. dune-expand
  641. dune-glob < "3.6.0"
  642. dune-private-libs < "3.6.0"
  643. dune-release >= "1.0.0" & < "2.0.0"
  644. dune-rpc < "3.6.0"
  645. dune-rpc-lwt < "3.6.0"
  646. dune-site < "3.6.0"
  647. duppy >= "0.9.0"
  648. duration >= "0.1.2"
  649. dyn < "3.6.0"
  650. earley >= "2.0.0"
  651. earlybird
  652. easy-format >= "1.3.2"
  653. easy_logging
  654. easy_logging_yojson
  655. ecaml >= "v0.12.0" & < "v0.17.0"
  656. edn >= "0.1.6-1-gff9db95"
  657. ego
  658. eigen >= "0.1.0"
  659. eio < "0.9"
  660. eio-ssl
  661. eio_linux < "0.9"
  662. either
  663. elasticsearch-cli >= "0.5"
  664. electrod >= "0.2.1"
  665. elm_core
  666. elm_playground
  667. elm_playground_native
  668. elm_playground_web
  669. elm_system
  670. elpi >= "1.3.1"
  671. email_message >= "v0.12.0" & < "v0.17.0"
  672. embedded_ocaml_templates < "0.8"
  673. emile >= "0.4"
  674. encoding
  675. encore >= "0.3"
  676. env_config < "v0.17.0"
  677. epictetus
  678. eqaf >= "0.2"
  679. eqaf-cstruct
  680. equinoxe
  681. equinoxe-cohttp
  682. equinoxe-hlc
  683. erlang
  684. errpy
  685. erssical >= "1.1.0"
  686. esgg
  687. esperanto-cosmopolitan >= "0.0.5"
  688. ethernet
  689. euler
  690. exenum >= "0.86"
  691. exit
  692. expect >= "0.1.0"
  693. expect_test_helpers >= "v0.12.0"
  694. expect_test_helpers_async < "v0.17.0"
  695. expect_test_helpers_core < "v0.17.0"
  696. expect_test_helpers_kernel >= "v0.12.0"
  697. extism
  698. extism-manifest
  699. extlib >= "1.7.9"
  700. extunix >= "0.3.1"
  701. ez_api
  702. ez_cmdliner >= "0.2.0"
  703. ez_config >= "0.2.0"
  704. ez_file >= "0.3.0"
  705. ez_hash
  706. ez_pgocaml
  707. ez_search
  708. ez_subst
  709. ezcurl
  710. ezcurl-lwt
  711. ezdl
  712. ezgzip >= "0.2.3"
  713. ezjs_ace
  714. ezjs_blockies
  715. ezjs_cleave
  716. ezjs_crypto
  717. ezjs_cytoscape
  718. ezjs_d3pie
  719. ezjs_extension
  720. ezjs_fetch
  721. ezjs_idb
  722. ezjs_jquery
  723. ezjs_min
  724. ezjs_odometer
  725. ezjs_push
  726. ezjs_qrcode
  727. ezjs_recaptcha
  728. ezjs_timeline
  729. ezjsonm >= "1.0.0"
  730. ezjsonm-encoding
  731. ezjsonm-lwt >= "1.0.0"
  732. ezresto
  733. ezresto-directory
  734. ezsqlite >= "0.4.2"
  735. ezxenstore >= "0.4.1"
  736. ezxmlm >= "1.1.0"
  737. FPauth
  738. FPauth-core
  739. FPauth-responses
  740. FPauth-strategies
  741. FrontC >= "4.0.0"
  742. faad >= "0.5.0"
  743. facteur
  744. fadbadml >= "0.1.2"
  745. faraday >= "0.7.1"
  746. faraday-async >= "0.7.1"
  747. faraday-lwt >= "0.7.1"
  748. faraday-lwt-unix >= "0.7.1"
  749. farith
  750. farmhash >= "0.4"
  751. fasmifra
  752. fat-filesystem >= "0.13.0"
  753. fd-send-recv >= "2.0.1"
  754. fdkaac >= "0.3.2"
  755. feat
  756. feat-core
  757. feat-num
  758. feather
  759. feather_async
  760. ff
  761. ff-bench
  762. ff-pbt
  763. ff-sig
  764. ffmpeg >= "1.0.0~beta1" & < "1.1.7"
  765. ffmpeg-av < "1.1.7"
  766. ffmpeg-avcodec < "1.1.7"
  767. ffmpeg-avdevice < "1.1.7"
  768. ffmpeg-avfilter < "1.1.7"
  769. ffmpeg-avutil < "1.1.7"
  770. ffmpeg-swresample < "1.1.7"
  771. ffmpeg-swscale < "1.1.7"
  772. fftw3 >= "0.8.2"
  773. fiat-p256
  774. fiber < "3.6.0"
  775. fieldslib >= "v0.12.0" & < "v0.17.0"
  776. file_path < "v0.17.0"
  777. fileutils >= "0.6.1"
  778. finch
  779. fit
  780. fix >= "20181206"
  781. flac >= "0.3.0"
  782. flatunionfind
  783. flex-array
  784. flint < "0.3.2"
  785. flow_parser >= "0.229.1"
  786. fmlib
  787. fmlib_browser
  788. fmlib_js
  789. fmlib_parse
  790. fmlib_pretty
  791. fmlib_std
  792. fontforge-of-ocaml
  793. frama-c >= "26.0~beta" & < "28.0~beta"
  794. frama-c-metacsl >= "0.4" & < "0.7"
  795. frama-clang < "0.0.16"
  796. fred
  797. freetds >= "0.7"
  798. frei0r >= "0.1.2"
  799. frenetic >= "5.0.5"
  800. fromager
  801. fsevents
  802. fsevents-lwt
  803. fsml
  804. fswatch
  805. fswatch_async
  806. fswatch_lwt
  807. fun-postgresql
  808. fun-sql
  809. fun-sqlite
  810. functoria >= "2.2.2" & < "4.0.0~beta1" | >= "4.0.0"
  811. functoria-runtime >= "2.2.2" & != "2.2.5" & < "3.0.2" | >= "3.1.2"
  812. fuseau
  813. fuseau-lwt
  814. fuzzy_compare
  815. fuzzy_match < "v0.17.0"
  816. fzf < "v0.17.0"
  817. General >= "0.6.0"
  818. GT
  819. gapi-ocaml >= "0.3.7"
  820. gbddml
  821. gd >= "1.1"
  822. gdbprofiler >= "0.4"
  823. gemini >= "0.3.0"
  824. gen >= "0.5.2"
  825. gen_js_api >= "1.0.6"
  826. genprint
  827. genspio >= "0.0.3"
  828. genspir >= "1.0.1"
  829. geojson
  830. geojsone
  831. geoml
  832. get_line >= "7.0.0"
  833. gettext >= "0.4.1"
  834. gettext-camomile
  835. gettext-stub
  836. git >= "2.0.0"
  837. git-cohttp
  838. git-cohttp-mirage
  839. git-cohttp-unix
  840. git-http >= "2.0.0"
  841. git-kv != "0.1.0"
  842. git-mirage >= "2.0.0"
  843. git-paf
  844. git-unix >= "2.0.0"
  845. github >= "4.0.0"
  846. github-data
  847. github-hooks >= "0.4.0"
  848. github-hooks-unix >= "0.4.0"
  849. github-jsoo >= "4.0.0"
  850. github-unix >= "4.0.0"
  851. gitlab
  852. gitlab-jsoo
  853. gitlab-unix
  854. gitlab_pipeline_notifier
  855. glfw-ocaml
  856. globlon
  857. gluten
  858. gluten-async
  859. gluten-eio
  860. gluten-lwt
  861. gluten-lwt-unix
  862. gluten-mirage
  863. gmap >= "0.2.1"
  864. gmp
  865. gnuplot >= "0.6"
  866. gobba
  867. gobject-introspection
  868. goblint >= "1.1.1" & < "2.2.1"
  869. goblint-cil >= "1.8.0"
  870. google-drive-ocamlfuse >= "0.6.26"
  871. gopcaml-mode >= "0.0.2"
  872. gopcaml-mode-merlin
  873. gospel
  874. gotd
  875. gperftools >= "0.4"
  876. gpiod
  877. gpr >= "1.4.0"
  878. gr
  879. grace
  880. graphics >= "5.0.0"
  881. graphql >= "0.8.0"
  882. graphql-async >= "0.8.0"
  883. graphql-cohttp >= "0.9.0"
  884. graphql-lwt >= "0.8.0"
  885. graphql_parser >= "0.9.0"
  886. graphql_ppx >= "0.7.1"
  887. graphv
  888. graphv_core
  889. graphv_core_lib
  890. graphv_font
  891. graphv_font_js
  892. graphv_font_stb_truetype
  893. graphv_gles2
  894. graphv_gles2_native
  895. graphv_gles2_native_impl
  896. graphv_webgl
  897. graphv_webgl_impl
  898. gremlin
  899. grenier >= "0.8"
  900. grid
  901. grpc < "0.2.0"
  902. grpc-async < "0.2.0"
  903. grpc-lwt < "0.2.0"
  904. gsl >= "1.24.0"
  905. gstreamer >= "0.3.1"
  906. guardian
  907. guile
  908. h1
  909. h1-lwt-unix
  910. h1_parser
  911. h2
  912. h2-async
  913. h2-eio
  914. h2-lwt
  915. h2-lwt-unix
  916. h2-mirage
  917. hack_parallel >= "1.0.0"
  918. hacl-star
  919. hacl-star-raw >= "0.5.0"
  920. hacl_x25519
  921. happy-eyeballs
  922. happy-eyeballs-lwt
  923. happy-eyeballs-miou-unix
  924. happy-eyeballs-mirage
  925. hardcaml >= "v0.12.0" & < "v0.17.0"
  926. hardcaml_axi < "v0.17.0"
  927. hardcaml_c < "v0.17.0"
  928. hardcaml_circuits < "v0.17.0"
  929. hardcaml_fixed_point < "v0.17.0"
  930. hardcaml_handshake < "v0.17.0"
  931. hardcaml_of_verilog < "v0.17.0"
  932. hardcaml_step_testbench < "v0.17.0"
  933. hardcaml_verify < "v0.17.0"
  934. hardcaml_verilator < "v0.17.0"
  935. hardcaml_waveterm < "v0.17.0"
  936. hardcaml_xilinx < "v0.17.0"
  937. hardcaml_xilinx_components < "v0.17.0"
  938. hardcaml_xilinx_reports < "v0.17.0"
  939. hashcons >= "1.4.0"
  940. hashids >= "1.0.1"
  941. haxe >= "4.1.1"
  942. hc
  943. hdf5 >= "0.1.5"
  944. hdr_histogram < "0.0.3"
  945. headache >= "1.04"
  946. header-check
  947. herdtools7 >= "7.55"
  948. hex >= "1.3.0"
  949. hex_encode < "v0.17.0"
  950. hexstring
  951. hg_lib < "v0.17.0"
  952. hidapi >= "1.1"
  953. hidapi-lwt
  954. higher_kinded < "v0.17.0"
  955. higlo >= "0.8"
  956. hilite
  957. hkdf >= "1.0.3"
  958. hl_yaml
  959. hockmd
  960. horned_worm >= "0.3.4"
  961. hpack
  962. htmlfromtexbooks
  963. hts_shrink >= "2.1.2"
  964. http < "6.0.0"
  965. http-cookie < "4.3.0"
  966. http-lwt-client
  967. http-mirage-client
  968. http-multipart-formdata
  969. http_async
  970. httpaf >= "0.6.0"
  971. httpaf-async >= "0.6.0"
  972. httpaf-lwt-unix
  973. httpaf_caged
  974. httpcats
  975. httph
  976. httpun
  977. httpun-async
  978. httpun-eio
  979. httpun-lwt
  980. httpun-lwt-unix
  981. httpun-mirage
  982. httpun-types
  983. httpun-ws
  984. httpun-ws-async
  985. httpun-ws-eio
  986. httpun-ws-lwt
  987. httpun-ws-lwt-unix
  988. httpun-ws-mirage
  989. huffman
  990. hvsock >= "2.0.0"
  991. hxd
  992. hyper
  993. ISO3166
  994. ISO8601 >= "0.2.6"
  995. i3ipc >= "0.1.4"
  996. icalendar
  997. idd
  998. idds
  999. imagelib >= "20200929"
  1000. incr_dom >= "v0.12.0" & < "v0.17.0"
  1001. incr_dom_interactive < "v0.17.0"
  1002. incr_dom_keyboard
  1003. incr_dom_partial_render < "v0.17.0"
  1004. incr_dom_sexp_form < "v0.17.0"
  1005. incr_dom_widgets >= "v0.12.0"
  1006. incr_map >= "v0.12.0" & < "v0.17.0"
  1007. incr_select >= "v0.12.0" & < "v0.17.0"
  1008. incremental >= "v0.12.0" & < "v0.17.0"
  1009. indentation_buffer < "v0.17.0"
  1010. index
  1011. index-bench
  1012. inferno >= "20190924"
  1013. influxdb
  1014. influxdb-async
  1015. influxdb-lwt
  1016. inotify >= "2.4" & < "2.6"
  1017. inquire
  1018. int_repr < "v0.17.0"
  1019. integers >= "0.3.0"
  1020. integers_stubs_js
  1021. integration1d >= "0.5.1"
  1022. interface-prime
  1023. interface-prime-lwt
  1024. interval >= "1.5" & < "1.6"
  1025. interval-map
  1026. interval_base
  1027. interval_crlibm
  1028. interval_intel
  1029. io-page >= "2.1.0"
  1030. io-page-unix >= "2.1.0"
  1031. io-page-xen >= "2.1.0"
  1032. iostream
  1033. iostream-camlzip
  1034. ip2location
  1035. ip2locationio
  1036. ip2whois
  1037. ipaddr >= "2.9.0"
  1038. ipaddr-cstruct
  1039. ipaddr-sexp
  1040. irc-client >= "0.6.2"
  1041. irc-client-lwt >= "0.6.2"
  1042. irc-client-lwt-ssl
  1043. irc-client-tls >= "0.6.2"
  1044. irc-client-unix >= "0.6.2"
  1045. iri >= "0.6.0"
  1046. irmin >= "2.0.0"
  1047. irmin-bench
  1048. irmin-chunk >= "2.0.0"
  1049. irmin-cli
  1050. irmin-client
  1051. irmin-containers
  1052. irmin-fs >= "2.0.0"
  1053. irmin-git >= "2.0.0"
  1054. irmin-graphql
  1055. irmin-http >= "2.0.0"
  1056. irmin-indexeddb >= "2.0"
  1057. irmin-layers
  1058. irmin-mem >= "2.0.0"
  1059. irmin-mirage >= "2.0.0"
  1060. irmin-mirage-git
  1061. irmin-mirage-graphql
  1062. irmin-pack
  1063. irmin-pack-tools
  1064. irmin-server
  1065. irmin-test
  1066. irmin-tezos
  1067. irmin-tezos-utils
  1068. irmin-unix >= "2.0.0"
  1069. irmin-watcher >= "0.5.0"
  1070. iso639
  1071. iter >= "1.4"
  1072. itv-tree >= "2.2"
  1073. JsOfOCairo >= "2.0.0"
  1074. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  1075. jane_rope < "v0.17.0"
  1076. janestreet_cpuid < "v0.17.0"
  1077. janestreet_csv < "v0.17.0"
  1078. janestreet_lru_cache < "v0.17.0"
  1079. jasmin >= "2023.06.0"
  1080. jekyll-format >= "0.2.0"
  1081. jemalloc >= "0.2"
  1082. jerboa
  1083. jhupllib >= "0.2.1"
  1084. jingoo >= "1.3.0"
  1085. jose
  1086. js_of_ocaml >= "3.3.0" & < "5.1.0"
  1087. js_of_ocaml-compiler >= "3.3.0" & < "5.1.0"
  1088. js_of_ocaml-lwt >= "3.3.0" & < "5.1.0"
  1089. js_of_ocaml-ocamlbuild >= "3.5.0"
  1090. js_of_ocaml-ppx >= "3.3.0" & < "5.1.0"
  1091. js_of_ocaml-ppx_deriving_json >= "3.3.0" & < "5.1.0"
  1092. js_of_ocaml-toplevel >= "3.3.0" & < "5.1.0"
  1093. js_of_ocaml-tyxml >= "3.3.0" & < "5.1.0"
  1094. js_of_ocaml-webgpu
  1095. js_of_ocaml-webidl
  1096. js_of_ocaml_patches < "v0.17.0"
  1097. json-data-encoding
  1098. json-data-encoding-browser
  1099. json-data-encoding-bson
  1100. json_decoder
  1101. jsonaf < "v0.17.0"
  1102. jsonoo
  1103. jsonrpc
  1104. jsonschema2atd
  1105. jsonxt
  1106. jsoo-react
  1107. jsoo_broadcastchannel >= "2.0.0"
  1108. jsoo_storage >= "1.0.1"
  1109. jst-config < "v0.17.0"
  1110. junit >= "2.0.1"
  1111. junit_alcotest >= "2.0.1"
  1112. junit_ounit >= "2.0.1"
  1113. jupyter >= "2.3.2"
  1114. jupyter-archimedes >= "2.3.2"
  1115. jupyter-kernel
  1116. jwto
  1117. kafka >= "0.5"
  1118. kafka_async
  1119. kafka_lwt
  1120. kappa-agents
  1121. kappa-binaries
  1122. kappa-library
  1123. kappa-server
  1124. kcas < "0.7.0"
  1125. kcas_data < "0.7.0"
  1126. kdf
  1127. kdl
  1128. ke
  1129. key-parsers >= "0.10.0"
  1130. kicadsch >= "0.4.0"
  1131. kind2
  1132. kinetic-client >= "0.0.11"
  1133. kittyimg
  1134. kmt
  1135. knights_tour
  1136. kqueue
  1137. krb
  1138. lab
  1139. lablgtk3 >= "3.0.beta4"
  1140. lablgtk3-extras >= "3.0.1"
  1141. lablgtk3-goocanvas2
  1142. lablgtk3-gtkspell3
  1143. lablgtk3-rsvg2
  1144. lablgtk3-sourceview3
  1145. lablqml >= "0.6"
  1146. labrys
  1147. lacaml >= "11.0.2"
  1148. ladspa >= "0.2.0"
  1149. lambda
  1150. lambda-runtime
  1151. lambda-term >= "2.0"
  1152. lambda_streams
  1153. lambda_streams_async
  1154. lambda_streams_lwt
  1155. lambdapi >= "2.0.0" & < "2.3.1"
  1156. lambdasoup >= "0.6.4"
  1157. lame >= "0.3.4"
  1158. landmarks >= "1.4"
  1159. landmarks-ppx
  1160. lascar >= "0.6-alpha"
  1161. lastfm = "0.3.3"
  1162. launchd >= "1.3"
  1163. lazy-trie >= "1.2.0"
  1164. lbfgs >= "0.9.1"
  1165. lbvs_consent >= "2.1.0"
  1166. ldap >= "2.4.1"
  1167. ldp
  1168. ldp_curl
  1169. ldp_js
  1170. ldp_tls
  1171. leaflet
  1172. learn-ocaml
  1173. learn-ocaml-client
  1174. ledgerwallet
  1175. ledgerwallet-tezos
  1176. lens >= "1.2.3"
  1177. letsencrypt
  1178. letsencrypt-app
  1179. letsencrypt-dns
  1180. letsencrypt-mirage
  1181. letters
  1182. leveldb >= "1.3.0"
  1183. lib_parsing
  1184. libabsolute
  1185. libbinaryen < "105.1.0" | >= "107.0.1"
  1186. libirmin
  1187. libsail
  1188. libsvm >= "0.10.0"
  1189. libzipperposition
  1190. lilac
  1191. lilv
  1192. line-up-words >= "v0.12.0" & < "v0.17.0"
  1193. line_oriented
  1194. linenoise >= "1.2.0"
  1195. links >= "0.9"
  1196. links-mysql
  1197. links-postgresql >= "0.9"
  1198. links-sqlite3
  1199. linol
  1200. linol-eio
  1201. linol-lwt
  1202. lintcstubs
  1203. lintcstubs-arity
  1204. lintcstubs-gen
  1205. linwrap
  1206. liquid_interpreter
  1207. liquid_ml
  1208. liquid_parser
  1209. liquid_std
  1210. liquid_syntax
  1211. little_logger
  1212. llama
  1213. llama-cpp-ocaml
  1214. llama_core
  1215. llama_interactive
  1216. llama_midi
  1217. llvm >= "15.0.7+nnp-2"
  1218. lmdb >= "1.0"
  1219. lo >= "0.2.0"
  1220. lockfree
  1221. loga >= "0.0.5"
  1222. logical
  1223. logs-async < "1.3"
  1224. logs-async-reporter < "1.3"
  1225. logs-ppx
  1226. logs-syslog >= "0.2.0"
  1227. logtk >= "1.5.1"
  1228. lp
  1229. lp-glpk
  1230. lp-glpk-js
  1231. lp-gurobi
  1232. lpd >= "1.2.2"
  1233. lreplay < "0.1.1"
  1234. lru >= "0.3.0"
  1235. lru_cache
  1236. lsp
  1237. lt-code
  1238. lua-ml >= "0.9.3"
  1239. lua_parser
  1240. lucid
  1241. lun
  1242. lustre-v6 >= "6.103.3"
  1243. lutils >= "1.51.2"
  1244. lutin >= "2.71.10"
  1245. luv
  1246. luv_unix
  1247. lwd
  1248. lwt >= "4.2.0"
  1249. lwt-canceler >= "0.2"
  1250. lwt-dllist
  1251. lwt-exit
  1252. lwt-parallel >= "1.0.0"
  1253. lwt-watcher >= "0.2"
  1254. lwt_domain
  1255. lwt_eio < "0.4"
  1256. lwt_glib >= "1.1.1"
  1257. lwt_log >= "1.1.1"
  1258. lwt_ppx >= "1.2.2"
  1259. lwt_react >= "1.1.2"
  1260. lwt_retry
  1261. lwt_ssl >= "1.1.3"
  1262. lz4 >= "1.2.0"
  1263. lz4_chans >= "3.0.1"
  1264. lzo >= "0.0.3"
  1265. m_tree
  1266. macaddr
  1267. macaddr-cstruct
  1268. macaddr-sexp
  1269. mad >= "0.5.0"
  1270. magic-mime >= "1.1.2"
  1271. magic-trace
  1272. make-random
  1273. malfunction
  1274. man_in_the_middle_debugger < "v0.17.0"
  1275. markdown
  1276. markup >= "0.8.0"
  1277. markup-lwt
  1278. mastodon-archive-viewer >= "0.2"
  1279. matplotlib
  1280. mbr-format >= "1.0.0"
  1281. mc2
  1282. mccs >= "1.1+10"
  1283. md2mld < "0.7.0"
  1284. mdx != "1.7.0" & < "2.2.0"
  1285. mec
  1286. mechaml >= "1.1.0"
  1287. mehari
  1288. mehari-eio
  1289. mehari-eio-unix
  1290. mehari-lwt-unix
  1291. mehari-mirage
  1292. melange-compiler-libs
  1293. mem_usage
  1294. memcad >= "1.1.0"
  1295. memgraph
  1296. memgraph_kitty
  1297. memo
  1298. memprof-limits
  1299. memtrace
  1300. memtrace-mirage
  1301. memtrace_viewer
  1302. menhir >= "20200123"
  1303. menhirCST
  1304. menhirLib
  1305. menhirSdk
  1306. merge-fmt
  1307. merlin >= "3.2.1"
  1308. merlin-extend >= "0.4"
  1309. merlin-lib
  1310. mesh >= "0.9.5"
  1311. mesh-easymesh >= "0.9.5"
  1312. mesh-graphics >= "0.9.5"
  1313. mesh-triangle >= "0.9.5"
  1314. metadb
  1315. metapp
  1316. metaquot
  1317. metrics
  1318. metrics-influx
  1319. metrics-lwt
  1320. metrics-mirage
  1321. metrics-rusage
  1322. metrics-unix
  1323. mew
  1324. mew_vi
  1325. middleware
  1326. mimic
  1327. mimic-happy-eyeballs
  1328. mindstorm >= "0.8"
  1329. mindstorm-lwt
  1330. minicaml
  1331. minicli >= "5.0.2"
  1332. minisat >= "0.3"
  1333. miou
  1334. mirage >= "3.3.0"
  1335. mirage-block >= "1.2.0"
  1336. mirage-block-ccm >= "1.1.0"
  1337. mirage-block-combinators
  1338. mirage-block-lwt >= "1.2.0"
  1339. mirage-block-partition
  1340. mirage-block-ramdisk >= "0.4"
  1341. mirage-block-solo5 >= "0.6.0"
  1342. mirage-block-unix >= "2.11.0"
  1343. mirage-block-xen
  1344. mirage-bootvar
  1345. mirage-bootvar-solo5 >= "0.6.0"
  1346. mirage-bootvar-unix
  1347. mirage-bootvar-xen >= "0.6.0"
  1348. mirage-channel >= "3.2.0"
  1349. mirage-channel-lwt >= "3.2.0"
  1350. mirage-clock >= "2.0.0"
  1351. mirage-clock-freestanding >= "2.0.0"
  1352. mirage-clock-lwt >= "2.0.0"
  1353. mirage-clock-solo5
  1354. mirage-clock-unix >= "2.0.0"
  1355. mirage-conduit = "1.3.0" | >= "3.1.0"
  1356. mirage-console >= "2.4.0"
  1357. mirage-console-lwt >= "2.4.0"
  1358. mirage-console-solo5 >= "0.6.0"
  1359. mirage-console-unix >= "2.4.1"
  1360. mirage-console-xen
  1361. mirage-console-xen-backend >= "2.4.0"
  1362. mirage-console-xen-proto >= "2.4.0"
  1363. mirage-crypto
  1364. mirage-crypto-ec
  1365. mirage-crypto-entropy
  1366. mirage-crypto-pk
  1367. mirage-crypto-rng
  1368. mirage-crypto-rng-async
  1369. mirage-crypto-rng-eio
  1370. mirage-crypto-rng-lwt
  1371. mirage-crypto-rng-miou-unix
  1372. mirage-crypto-rng-mirage
  1373. mirage-device >= "1.2.0"
  1374. mirage-dns >= "3.1.0"
  1375. mirage-entropy >= "0.5.1"
  1376. mirage-flow >= "1.6.0"
  1377. mirage-flow-combinators
  1378. mirage-flow-lwt >= "1.6.0"
  1379. mirage-flow-rawlink >= "1.1.0"
  1380. mirage-flow-unix >= "1.6.0"
  1381. mirage-fs >= "1.2.0"
  1382. mirage-fs-lwt >= "1.2.0"
  1383. mirage-fs-mem
  1384. mirage-fs-unix >= "1.6.0"
  1385. mirage-kv >= "2.0.0"
  1386. mirage-kv-lwt >= "2.0.0"
  1387. mirage-kv-mem
  1388. mirage-kv-unix < "3.0.0"
  1389. mirage-logs >= "1.0.0"
  1390. mirage-monitoring
  1391. mirage-nat >= "1.1.0"
  1392. mirage-net >= "2.0.0"
  1393. mirage-net-lwt >= "2.0.0"
  1394. mirage-net-macosx >= "1.5.0"
  1395. mirage-net-solo5 >= "0.4.3"
  1396. mirage-net-unix >= "2.5.0"
  1397. mirage-net-xen
  1398. mirage-profile >= "0.9.0"
  1399. mirage-profile-unix >= "0.9.0"
  1400. mirage-profile-xen >= "0.9.0"
  1401. mirage-protocols >= "2.0.0"
  1402. mirage-protocols-lwt >= "2.0.0"
  1403. mirage-qubes >= "0.7.0"
  1404. mirage-qubes-ipv4 >= "0.7.0"
  1405. mirage-random >= "1.2.0"
  1406. mirage-random-stdlib
  1407. mirage-random-test
  1408. mirage-runtime >= "3.3.0"
  1409. mirage-solo5 >= "0.6.2"
  1410. mirage-stack >= "1.4.0"
  1411. mirage-stack-lwt >= "1.4.0"
  1412. mirage-time >= "1.3.0"
  1413. mirage-time-lwt >= "1.3.0"
  1414. mirage-time-unix >= "1.3.0"
  1415. mirage-types >= "3.3.0"
  1416. mirage-types-lwt >= "3.3.0"
  1417. mirage-unix >= "3.2.0"
  1418. mirage-vnetif >= "0.4.2"
  1419. mirage-vnetif-stack
  1420. mirage-xen
  1421. mkaudio >= "1.1.0"
  1422. mkocaml
  1423. mlbdd >= "0.7.2"
  1424. mlfenv
  1425. mlmpfr >= "4.0.2+dune"
  1426. mlpost >= "0.9"
  1427. mlpost-lablgtk
  1428. mlt_parser >= "v0.12.0" & < "v0.17.0"
  1429. mm >= "0.7.0" & < "0.8.2"
  1430. mmap
  1431. mmdb
  1432. mnd
  1433. mock >= "0.1.1"
  1434. mock-ounit >= "0.1.1"
  1435. module-graph
  1436. molenc >= "5.0.0"
  1437. monaco_jsoo
  1438. monolith < "20241126"
  1439. monomorphic >= "2.0"
  1440. monorobot
  1441. moonpool
  1442. moonpool-io
  1443. moonpool-lwt
  1444. morbig >= "0.10.3"
  1445. morsmall
  1446. moss >= "0.1.1"
  1447. mparser >= "1.3"
  1448. mparser-pcre
  1449. mparser-re
  1450. mperf
  1451. mpg123
  1452. mpp >= "0.3.4"
  1453. mpris >= "0.2.0"
  1454. mpris-clients
  1455. mrmime
  1456. mrt-format >= "0.3.1"
  1457. msat >= "0.8"
  1458. msat-bin
  1459. msgpck >= "1.5"
  1460. msgpck-repr
  1461. mssql
  1462. mugen
  1463. mula
  1464. multibase
  1465. multicodec
  1466. multicore-magic < "2.2.0"
  1467. multihash
  1468. multihash-digestif
  1469. multipart-form-data >= "0.3.0"
  1470. multipart_form
  1471. multipart_form-cohttp-lwt
  1472. multipart_form-eio
  1473. multipart_form-lwt
  1474. murmur3 >= "0.3"
  1475. mustache >= "3.1.0"
  1476. mustache-cli
  1477. mutaml
  1478. mutf8
  1479. mwt
  1480. mybuild >= "7"
  1481. mysql8
  1482. mysql_protocol >= "3.0.1"
  1483. n_ary < "v0.17.0"
  1484. naboris
  1485. nacc
  1486. nanoid
  1487. nanosvg
  1488. nanosvg_text
  1489. nbd >= "4.0.3"
  1490. nbd-tool
  1491. nbd-unix
  1492. netchannel
  1493. netkat
  1494. netlink >= "0.3.4"
  1495. netsnmp < "v0.17.0"
  1496. nice_parser
  1497. ninja_utils
  1498. niru
  1499. nlopt
  1500. nmea
  1501. noCanren >= "0.3.0~alpha1"
  1502. nocoiner
  1503. node_of_ocaml
  1504. noise
  1505. non_empty_list
  1506. nottui
  1507. nottui-lwt
  1508. nottui-pretty
  1509. notty >= "0.2.3"
  1510. notty_async >= "v0.12.0" & < "v0.17.0"
  1511. np
  1512. npy >= "0.0.9"
  1513. nsq >= "0.4.0"
  1514. numeric_string < "v0.17.0"
  1515. nuscr
  1516. OCADml < "0.6.0"
  1517. OCanren
  1518. OCanren-ppx
  1519. OSCADml < "0.2.1"
  1520. obeam
  1521. obelisk >= "0.5.0"
  1522. obuilder < "0.6.0"
  1523. obuilder-spec < "0.6.0"
  1524. obus >= "1.2.0"
  1525. ocal >= "0.2.2"
  1526. ocaml-canvas
  1527. ocaml-compiler-libs >= "v0.12.0"
  1528. ocaml-embed-file < "v0.17.0"
  1529. ocaml-in-python
  1530. ocaml-index
  1531. ocaml-lsp-server
  1532. ocaml-lua >= "1.8"
  1533. ocaml-migrate-parsetree >= "1.2.0"
  1534. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1535. ocaml-monadic >= "0.4.1"
  1536. ocaml-print-intf
  1537. ocaml-probes < "v0.17.0"
  1538. ocaml-protoc >= "2.0.1"
  1539. ocaml-protoc-plugin < "6.1.0"
  1540. ocaml-r >= "0.1.1"
  1541. ocaml-syntax-shims
  1542. ocaml-systemd >= "1.3"
  1543. ocaml-top >= "1.2.0"
  1544. ocaml-vdom < "transition"
  1545. ocaml-version >= "1.0.0" & < "3.6.0"
  1546. ocaml_db_model
  1547. ocaml_intrinsics < "v0.17.0"
  1548. ocaml_pgsql_model
  1549. ocaml_plugin >= "v0.12.0"
  1550. ocamlapi
  1551. ocamlapi_async
  1552. ocamlapi_lwt_unix
  1553. ocamlapi_ppx
  1554. ocamlc-loc < "3.6.0"
  1555. ocamlcodoc
  1556. ocamldiff >= "1.2"
  1557. ocamlformat >= "0.24.1"
  1558. ocamlformat-lib
  1559. ocamlformat-mlx
  1560. ocamlformat-mlx-lib
  1561. ocamlformat-rpc < "removed"
  1562. ocamlformat-rpc-lib
  1563. ocamlfuse >= "2.7.1-cvs6" & < "2.7.1-cvs8"
  1564. ocamlgraph >= "2.0.0"
  1565. ocamlgraph_gtk
  1566. ocamline
  1567. ocamlog
  1568. ocamlregextkit
  1569. ocb
  1570. ocf >= "0.8.0"
  1571. ocf_ppx
  1572. ockt
  1573. ocluster < "0.3.0"
  1574. ocluster-api < "0.3.0"
  1575. ocluster-worker < "0.3.0"
  1576. ocolor
  1577. ocp-browser >= "1.1.9"
  1578. ocp-indent >= "1.7.0"
  1579. ocp-indent-nlfork >= "1.5.4"
  1580. ocp-index >= "1.1.9"
  1581. ocp-search
  1582. ocp_reveal
  1583. ocplib-endian >= "1.1"
  1584. ocplib-json-typed-browser
  1585. ocplib-json-typed-bson
  1586. ocplib-simplex >= "0.5"
  1587. ocplib_stuff >= "0.4.0"
  1588. ocsigen-i18n >= "4.0.0"
  1589. ocsigen-ppx-rpc
  1590. ocsigenserver >= "4.0.1"
  1591. ocsipersist
  1592. ocsipersist-dbm
  1593. ocsipersist-dbm-config
  1594. ocsipersist-lib
  1595. ocsipersist-pgsql
  1596. ocsipersist-pgsql-config
  1597. ocsipersist-sqlite
  1598. ocsipersist-sqlite-config
  1599. octavius >= "1.2.2"
  1600. octez-accuser-Proxford < "19.0"
  1601. octez-accuser-PtLimaPt
  1602. octez-accuser-PtMumbai
  1603. octez-accuser-PtNairob < "19.0"
  1604. octez-alcotezt < "19.0"
  1605. octez-baker-Proxford < "19.0"
  1606. octez-baker-PtLimaPt
  1607. octez-baker-PtMumbai
  1608. octez-baker-PtNairob < "19.0"
  1609. octez-bls12-381-hash
  1610. octez-bls12-381-polynomial
  1611. octez-bls12-381-signature
  1612. octez-client < "19.0"
  1613. octez-codec < "19.0"
  1614. octez-crawler < "19.0"
  1615. octez-dac-client < "19.0"
  1616. octez-dac-node < "19.0"
  1617. octez-distributed-internal < "19.0"
  1618. octez-distributed-lwt-internal < "19.0"
  1619. octez-injector < "19.0"
  1620. octez-l2-libs < "19.0"
  1621. octez-libs < "19.0"
  1622. octez-mec
  1623. octez-node < "19.0"
  1624. octez-node-config < "19.0"
  1625. octez-plompiler
  1626. octez-plonk
  1627. octez-polynomial
  1628. octez-proto-libs < "19.0"
  1629. octez-protocol-000-Ps9mPmXa-libs < "19.0"
  1630. octez-protocol-001-PtCJ7pwo-libs < "19.0"
  1631. octez-protocol-002-PsYLVpVv-libs < "19.0"
  1632. octez-protocol-003-PsddFKi3-libs < "19.0"
  1633. octez-protocol-004-Pt24m4xi-libs < "19.0"
  1634. octez-protocol-005-PsBabyM1-libs < "19.0"
  1635. octez-protocol-006-PsCARTHA-libs < "19.0"
  1636. octez-protocol-007-PsDELPH1-libs < "19.0"
  1637. octez-protocol-008-PtEdo2Zk-libs < "19.0"
  1638. octez-protocol-009-PsFLoren-libs < "19.0"
  1639. octez-protocol-010-PtGRANAD-libs < "19.0"
  1640. octez-protocol-011-PtHangz2-libs < "19.0"
  1641. octez-protocol-012-Psithaca-libs < "19.0"
  1642. octez-protocol-013-PtJakart-libs < "19.0"
  1643. octez-protocol-014-PtKathma-libs < "19.0"
  1644. octez-protocol-015-PtLimaPt-libs < "19.0"
  1645. octez-protocol-016-PtMumbai-libs < "19.0"
  1646. octez-protocol-017-PtNairob-libs < "19.0"
  1647. octez-protocol-018-Proxford-libs < "19.0"
  1648. octez-protocol-alpha-libs < "19.0"
  1649. octez-protocol-compiler < "19.0"
  1650. octez-proxy-server < "19.0"
  1651. octez-shell-libs < "19.0"
  1652. octez-signer < "19.0"
  1653. octez-smart-rollup-client-Proxford
  1654. octez-smart-rollup-client-PtMumbai
  1655. octez-smart-rollup-client-PtNairob
  1656. octez-smart-rollup-node < "19.0"
  1657. octez-smart-rollup-node-alpha < "19.0"
  1658. octez-smart-rollup-node-lib < "19.0"
  1659. octez-smart-rollup-node-Proxford < "19.0"
  1660. octez-smart-rollup-node-PtMumbai
  1661. octez-smart-rollup-node-PtNairob < "19.0"
  1662. octez-smart-rollup-wasm-benchmark-lib
  1663. octez-smart-rollup-wasm-debugger < "19.0"
  1664. octez-tx-rollup-client-PtLimaPt
  1665. octez-tx-rollup-node-PtLimaPt
  1666. octez-version < "19.0"
  1667. odash
  1668. odate >= "0.6"
  1669. odds >= "1.1"
  1670. odep
  1671. odepack >= "0.6.9"
  1672. odnnr
  1673. odoc >= "1.4.0" & < "2.3.0"
  1674. odoc-parser < "2.3.0"
  1675. oepub
  1676. of_json < "v0.17.0"
  1677. offheap
  1678. ogg = "0.6.0" | >= "0.7.0"
  1679. ohex
  1680. oidc
  1681. ojs
  1682. ojs_base
  1683. ojs_base_all
  1684. ojs_base_ppx
  1685. ojs_ed
  1686. ojs_filetree
  1687. ojs_list
  1688. olinq >= "0.3"
  1689. omd >= "1.3.2"
  1690. ometrics
  1691. omg
  1692. omigrate
  1693. omlr >= "1.0.3"
  1694. omtl
  1695. oneffs
  1696. oniguruma
  1697. opam-0install
  1698. opam-0install-cudf
  1699. opam-bin >= "1.0.0"
  1700. opam-build
  1701. opam-client >= "2.0.2"
  1702. opam-compiler
  1703. opam-core >= "2.0.2"
  1704. opam-custom-install
  1705. opam-devel >= "2.0.2"
  1706. opam-ed >= "0.4"
  1707. opam-file-format >= "2.1.0" & < "2.1.5"
  1708. opam-format >= "2.0.2"
  1709. opam-graph
  1710. opam-grep >= "0.2.0"
  1711. opam-installer >= "2.0.2"
  1712. opam-monorepo < "0.3.4"
  1713. opam-package-upgrade >= "0.2"
  1714. opam-publish >= "2.0.2"
  1715. opam-repository >= "2.0.2"
  1716. opam-solver >= "2.0.2"
  1717. opam-spin
  1718. opam-state >= "2.0.2"
  1719. opam-test
  1720. opam2web >= "2.0"
  1721. opam_bin_lib != "0.9.5"
  1722. opasswd >= "1.3.1"
  1723. opazl
  1724. openai-gym
  1725. openapi
  1726. openapi-opium
  1727. openapi_router
  1728. opencc0
  1729. opencc1
  1730. opencc1_1
  1731. openQASM
  1732. openstellina
  1733. opentelemetry
  1734. opentelemetry-client-cohttp-lwt
  1735. opentelemetry-client-ocurl
  1736. opentelemetry-cohttp-lwt
  1737. opentelemetry-lwt
  1738. opium >= "0.17.0"
  1739. opium-graphql
  1740. opium-testing
  1741. opium_kernel >= "0.17.0"
  1742. oplot
  1743. oplsr
  1744. opomodoro
  1745. opsian
  1746. optal
  1747. opti
  1748. optimization1d >= "0.6.1"
  1749. optiml-transport
  1750. optint >= "0.0.2"
  1751. opus >= "0.2.0"
  1752. oraft < "0.3.0"
  1753. oranger >= "2.0.1"
  1754. orb
  1755. order-i3-xfce
  1756. ordering < "3.6.0"
  1757. ordinal
  1758. ordinal_abbreviation < "v0.17.0"
  1759. ordma >= "0.0.5"
  1760. orec >= "1.0.1"
  1761. orewa
  1762. orf
  1763. orgeat
  1764. orpie
  1765. orrandomForest
  1766. orsvm_e1071 >= "4.0.0"
  1767. orxgboost >= "1.1.0"
  1768. osc >= "0.2.0"
  1769. osc-lwt
  1770. osc-unix
  1771. oseq >= "0.2"
  1772. osh
  1773. oskel
  1774. osnap
  1775. osx-secure-transport >= "0.1.1"
  1776. otf
  1777. otoggl
  1778. otoml
  1779. otr >= "0.3.6"
  1780. ounit = "2.1.2"
  1781. ounit-lwt < "2.2.0"
  1782. ounit2
  1783. ounit2-lwt
  1784. override
  1785. owee >= "0.3"
  1786. owi
  1787. owl >= "0.4.0"
  1788. owl-base >= "0.4.0"
  1789. owl-jupyter
  1790. owl-ode
  1791. owl-ode-base
  1792. owl-ode-odepack
  1793. owl-ode-sundials
  1794. owl-opt
  1795. owl-opt-lbfgs
  1796. owl-plplot
  1797. owl-symbolic
  1798. owl-top >= "0.4.0"
  1799. owl-zoo >= "0.4.0"
  1800. owork
  1801. ozulip
  1802. p4pp
  1803. p5scm
  1804. packstream
  1805. pacomb
  1806. paf
  1807. paf-cohttp
  1808. paf-le
  1809. pam < "v0.17.0"
  1810. pandoc
  1811. pandoc-abbreviations
  1812. pandoc-comment
  1813. pandoc-crossref
  1814. pandoc-include
  1815. pandoc-inspect
  1816. pandoc-pdf2png
  1817. pandoc-replace
  1818. papi >= "0.1.1"
  1819. parany >= "7.0.2"
  1820. pardi >= "2.0.2"
  1821. parmap >= "1.1.1"
  1822. parse-argv >= "0.2.0"
  1823. parsexp >= "v0.12.0" & < "v0.17.0"
  1824. parsexp_io >= "v0.12.0" & < "v0.17.0"
  1825. parsley
  1826. patch
  1827. patdiff >= "v0.12.1" & < "v0.17.0"
  1828. path_glob
  1829. patience_diff >= "v0.12.0" & < "v0.17.0"
  1830. patoline >= "0.2"
  1831. patricia-tree
  1832. pattern
  1833. pb
  1834. pb-plugin
  1835. pbkdf >= "1.0.0"
  1836. pbrt
  1837. pbrt_services
  1838. pbrt_yojson
  1839. pcap-format >= "0.5.2"
  1840. pcre >= "7.3.5"
  1841. pcre2
  1842. pds-reachability >= "0.2.2"
  1843. pecu >= "0.2"
  1844. petr4
  1845. petrol
  1846. pf-qubes
  1847. pg_query
  1848. pgocaml >= "4.0"
  1849. pgocaml_ppx
  1850. pgx >= "1.0"
  1851. pgx_async >= "1.0"
  1852. pgx_lwt >= "1.0"
  1853. pgx_lwt_mirage
  1854. pgx_lwt_unix
  1855. pgx_unix >= "1.0"
  1856. pgx_value_core
  1857. pgx_value_ptime
  1858. phantom-algebra >= "1.0.1"
  1859. phonetic
  1860. phylogenetics < "0.2.0"
  1861. piaf
  1862. picasso
  1863. piqi >= "0.7.8"
  1864. piqilib >= "0.6.16"
  1865. pixel_pusher
  1866. pkcs11 >= "0.18.0"
  1867. pkcs11-cli
  1868. pkcs11-driver
  1869. pkcs11-rev
  1870. pla >= "1.3"
  1871. plateau
  1872. plato
  1873. plebeia
  1874. plist-xml
  1875. plist-xml-lwt
  1876. plotkicadsch >= "0.4.0"
  1877. plplot >= "5.11.0-1"
  1878. polka
  1879. poll
  1880. polling_state_rpc < "v0.17.0"
  1881. polly
  1882. polynomial
  1883. pomap >= "4.1.0"
  1884. popper
  1885. portaudio >= "0.2.2"
  1886. portaudio_c_bindings
  1887. portmidi
  1888. posix-base
  1889. posix-bindings
  1890. posix-getopt >= "2.0.0"
  1891. posix-signal
  1892. posix-socket
  1893. posix-socket-unix
  1894. posix-time2
  1895. posix-types >= "2.0.0"
  1896. posix-uname
  1897. posixat >= "v0.12.0" & < "v0.17.0"
  1898. postgres_async < "v0.17.0"
  1899. postgresql >= "4.4.1"
  1900. pp
  1901. pp-binary-ints
  1902. pp_loc
  1903. pprint >= "20200226"
  1904. ppx-owl-opt
  1905. ppx_accessor < "v0.17.0"
  1906. ppx_assert >= "v0.12.0" & < "v0.17.0"
  1907. ppx_bap
  1908. ppx_base >= "v0.12.0" & < "v0.17.0"
  1909. ppx_bench >= "v0.12.0" & < "v0.17.0"
  1910. ppx_bigarray >= "3.0.0"
  1911. ppx_bin_prot >= "v0.12.0" & < "v0.17.0"
  1912. ppx_bitstring >= "4.0.0"
  1913. ppx_blob >= "0.6.0"
  1914. ppx_bsx
  1915. ppx_camlrack
  1916. ppx_catch
  1917. ppx_cold < "v0.17.0"
  1918. ppx_compare >= "v0.12.0" & < "v0.17.0"
  1919. ppx_compose >= "0.1.0"
  1920. ppx_const >= "2.0"
  1921. ppx_conv_func >= "v0.12.0" & < "v0.17.0"
  1922. ppx_counters
  1923. ppx_css < "v0.17.0"
  1924. ppx_cstruct >= "3.3.0"
  1925. ppx_cstubs
  1926. ppx_csv_conv >= "v0.12.0" & < "v0.17.0"
  1927. ppx_custom_printf >= "v0.12.0" & < "v0.17.0"
  1928. ppx_decimal
  1929. ppx_defer >= "0.4.0"
  1930. ppx_demo < "v0.17.0"
  1931. ppx_derive_at_runtime < "v0.17.0"
  1932. ppx_derivers >= "1.2.1"
  1933. ppx_deriving = "4.3" | >= "4.5-1"
  1934. ppx_deriving_cad
  1935. ppx_deriving_cmdliner >= "0.5.1"
  1936. ppx_deriving_encoding
  1937. ppx_deriving_hardcaml >= "v0.12.0"
  1938. ppx_deriving_hash
  1939. ppx_deriving_json_schema
  1940. ppx_deriving_jsoo
  1941. ppx_deriving_madcast >= "0.2"
  1942. ppx_deriving_popper
  1943. ppx_deriving_protobuf >= "2.7"
  1944. ppx_deriving_qcheck
  1945. ppx_deriving_rpc >= "6.1.0"
  1946. ppx_deriving_scad
  1947. ppx_deriving_yaml < "0.4.0"
  1948. ppx_deriving_yojson >= "3.3"
  1949. ppx_disable_unused_warnings < "v0.17.0"
  1950. ppx_distr_guards >= "0.2"
  1951. ppx_enum
  1952. ppx_enumerate >= "v0.12.0" & < "v0.17.0"
  1953. ppx_expect >= "v0.12.0" & < "v0.17.0"
  1954. ppx_factory
  1955. ppx_fail >= "v0.12.0"
  1956. ppx_fast_pipe
  1957. ppx_fields_conv >= "v0.12.0" & < "v0.17.0"
  1958. ppx_fixed_literal < "v0.17.0"
  1959. ppx_gen_rec >= "1.1.0"
  1960. ppx_getenv >= "2.0"
  1961. ppx_globalize < "v0.17.0"
  1962. ppx_hash >= "v0.12.0" & < "v0.17.0"
  1963. ppx_here >= "v0.12.0" & < "v0.17.0"
  1964. ppx_ignore_instrumentation < "v0.17.0"
  1965. ppx_import >= "1.5-3-gbd627d5"
  1966. ppx_inline_alcotest
  1967. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  1968. ppx_irmin
  1969. ppx_jane >= "v0.12.0" & < "v0.17.0"
  1970. ppx_js_style >= "v0.12.0" & < "v0.17.0"
  1971. ppx_jsobject_conv >= "0.6.0"
  1972. ppx_jsonaf_conv < "v0.17.0"
  1973. ppx_let >= "v0.12.0" & < "v0.17.0"
  1974. ppx_log < "v0.17.0"
  1975. ppx_make
  1976. ppx_map
  1977. ppx_matches
  1978. ppx_meta_conv >= "4.0.1"
  1979. ppx_module_timer < "v0.17.0"
  1980. ppx_monad
  1981. ppx_monoid >= "0.3.2"
  1982. ppx_mysql
  1983. ppx_mysql_identity
  1984. ppx_open
  1985. ppx_optcomp >= "v0.12.0" & < "v0.17.0"
  1986. ppx_optional >= "v0.12.0" & < "v0.17.0"
  1987. ppx_parser
  1988. ppx_pattern_bind < "v0.17.0"
  1989. ppx_pbt
  1990. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  1991. ppx_protocol_conv >= "3.1.0"
  1992. ppx_protocol_conv_json >= "3.1.0"
  1993. ppx_protocol_conv_jsonm
  1994. ppx_protocol_conv_msgpack >= "3.1.0"
  1995. ppx_protocol_conv_xml_light >= "3.1.0"
  1996. ppx_protocol_conv_xmlm
  1997. ppx_protocol_conv_yaml >= "3.1.0"
  1998. ppx_pyformat
  1999. ppx_python < "v0.17.0"
  2000. ppx_rapper
  2001. ppx_rapper_async
  2002. ppx_rapper_lwt
  2003. ppx_regexp >= "0.4.0"
  2004. ppx_relit
  2005. ppx_repr
  2006. ppx_seq
  2007. ppx_sexp_conv >= "v0.12.0" & < "v0.17.0"
  2008. ppx_sexp_message >= "v0.12.0" & < "v0.17.0"
  2009. ppx_sexp_value >= "v0.12.0" & < "v0.17.0"
  2010. ppx_show
  2011. ppx_stable < "v0.17.0"
  2012. ppx_stable_witness < "v0.17.0"
  2013. ppx_string < "v0.17.0"
  2014. ppx_string_interpolation
  2015. ppx_subliner
  2016. ppx_system
  2017. ppx_test >= "1.7.0"
  2018. ppx_there
  2019. ppx_tools >= "6.0+4.08.0"
  2020. ppx_tools_versioned >= "5.2.2"
  2021. ppx_trace
  2022. ppx_ts
  2023. ppx_tydi < "v0.17.0"
  2024. ppx_type_directed_value
  2025. ppx_typed_fields < "v0.17.0"
  2026. ppx_typerep_conv >= "v0.12.0" & < "v0.17.0"
  2027. ppx_tyre
  2028. ppx_units
  2029. ppx_variants_conv >= "v0.12.0" & < "v0.17.0"
  2030. ppx_viewpattern
  2031. ppx_wideopen
  2032. ppx_xml_conv >= "v0.12.0" & < "v0.17.0"
  2033. ppx_yojson
  2034. ppx_yojson_conv < "v0.17.0"
  2035. ppx_yojson_conv_lib < "v0.17.0"
  2036. ppxfind >= "1.3"
  2037. ppxlib >= "0.4.0" & < "0.34.0"
  2038. ppxx >= "2.4.0"
  2039. pratter
  2040. prbnmcn-basic-structures
  2041. prbnmcn-cgrph
  2042. prbnmcn-clustering
  2043. prbnmcn-dagger
  2044. prbnmcn-dagger-gsl
  2045. prbnmcn-dagger-stats
  2046. prbnmcn-dagger-test
  2047. prbnmcn-gnuplot
  2048. prbnmcn-linalg
  2049. prbnmcn-mcts
  2050. prbnmcn-proptest
  2051. prbnmcn-stats
  2052. prbnmcn-ucb1
  2053. prc
  2054. preface
  2055. prelude
  2056. prettym
  2057. printbox >= "0.3"
  2058. printbox-ext-plot
  2059. printbox-html
  2060. printbox-md
  2061. printbox-text >= "0.6.1"
  2062. proc-smaps
  2063. process_limits
  2064. processor
  2065. prof_spacetime >= "0.3.0"
  2066. profiling
  2067. profunctor < "v0.17.0"
  2068. progress
  2069. prom
  2070. prometheus >= "0.6"
  2071. prometheus-app >= "0.6"
  2072. promise
  2073. promise_jsoo
  2074. promise_jsoo_lwt
  2075. protocell
  2076. protocol-9p >= "1.0.0"
  2077. protocol-9p-tool >= "1.0.0"
  2078. protocol-9p-unix >= "1.0.0"
  2079. protocol_version_header >= "v0.12.0" & < "v0.17.0"
  2080. prr
  2081. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2082. psq >= "0.1.1"
  2083. ptmap >= "2.0.5"
  2084. ptset >= "1.0.1"
  2085. pulseaudio >= "0.1.4"
  2086. pure-html
  2087. pure-splitmix >= "0.3"
  2088. pvec
  2089. py >= "1.1"
  2090. pyast
  2091. pyml >= "20210924"
  2092. pyml_bindgen >= "0.3.0"
  2093. pyre-ast
  2094. pythonlib
  2095. qbf >= "0.3"
  2096. qcheck >= "0.9"
  2097. qcheck-alcotest
  2098. qcheck-core
  2099. qcheck-lin
  2100. qcheck-multicoretests-util
  2101. qcheck-ounit
  2102. qcheck-stm
  2103. qiskit < "0.44.0"
  2104. qmp >= "0.19.0"
  2105. qrencode >= "0.2"
  2106. qtest >= "2.10.1"
  2107. queenshead
  2108. quests
  2109. radamsa
  2110. radare2 >= "0.0.3"
  2111. randii
  2112. randomconv >= "0.1.1"
  2113. randoml
  2114. range >= "0.8"
  2115. rangeSet
  2116. rankers
  2117. rawlink >= "1.0"
  2118. rawlink-eio
  2119. rawlink-lwt
  2120. raygui < "1.4.0"
  2121. raylib < "1.4.0"
  2122. rdbg >= "1.196.12"
  2123. rdf >= "0.13.0"
  2124. rdf_impls
  2125. rdf_json_ld
  2126. rdf_lwt
  2127. rdf_mysql
  2128. rdf_postgresql
  2129. rdf_ppx
  2130. re >= "1.9.0"
  2131. re2 >= "v0.12.1" & < "v0.17.0"
  2132. re2_stable
  2133. re_parser < "v0.17.0"
  2134. rea
  2135. reactiveData >= "0.3.0"
  2136. reanalyze
  2137. reason >= "3.5.0" & < "3.14.0"
  2138. reason-standard
  2139. received
  2140. record_builder >= "v0.12.0" & < "v0.17.0"
  2141. records >= "1.0.0"
  2142. reddit_api_async
  2143. reddit_api_kernel
  2144. redirect
  2145. redis >= "0.4"
  2146. redis-async < "v0.17.0"
  2147. redis-lwt >= "0.4"
  2148. redis-sync >= "0.4"
  2149. reed-solomon-erasure >= "1.0.2"
  2150. reedsolomon >= "0.3"
  2151. refl
  2152. regenerate >= "0.2"
  2153. regex_parser_intf < "v0.17.0"
  2154. relit_helper
  2155. remu_ts
  2156. reparse
  2157. reparse-lwt
  2158. reparse-lwt-unix
  2159. reparse-unix
  2160. repr
  2161. repr-bench
  2162. repr-fuzz
  2163. res >= "5.0.1"
  2164. res_tailwindcss
  2165. resource-pooling >= "1.1"
  2166. resource_cache >= "v0.12.0" & < "v0.17.0"
  2167. resp
  2168. resp-client
  2169. resp-mirage
  2170. resp-server >= "0.9"
  2171. resp-unix
  2172. resto
  2173. resto-acl
  2174. resto-cohttp
  2175. resto-cohttp-client
  2176. resto-cohttp-self-serving-client
  2177. resto-cohttp-server
  2178. resto-directory
  2179. resto-json
  2180. result >= "1.4"
  2181. rfc1951 >= "0.8.1" & != "1.0.0"
  2182. rfc6287 >= "1.0.4"
  2183. rfc7748
  2184. rfsm >= "1.6-alpha-3" & < "2.0"
  2185. rhythm
  2186. ringo
  2187. ringo-lwt
  2188. river >= "0.2"
  2189. rock
  2190. roman
  2191. root1d >= "0.5.1"
  2192. rope >= "0.6.2"
  2193. rosa
  2194. rosetta >= "0.2.0"
  2195. routes
  2196. rpc >= "6.1.0"
  2197. rpc_parallel >= "v0.12.0" & < "v0.17.0"
  2198. rpclib >= "6.1.0"
  2199. rpclib-async >= "6.1.0"
  2200. rpclib-html
  2201. rpclib-js
  2202. rpclib-lwt >= "6.1.0"
  2203. rsdd
  2204. rss
  2205. rtop >= "3.5.0" & < "3.14.0"
  2206. rungen
  2207. runtime_events_tools
  2208. rusage
  2209. rust-staticlib-gen
  2210. rust-staticlib-virtual
  2211. SZXX
  2212. safemoney
  2213. safepass >= "3.1"
  2214. sail >= "0.15"
  2215. sail_c_backend
  2216. sail_coq_backend
  2217. sail_doc_backend
  2218. sail_latex_backend
  2219. sail_lem_backend
  2220. sail_manifest
  2221. sail_ocaml_backend
  2222. sail_output
  2223. sail_smt_backend
  2224. sail_sv_backend
  2225. salsa20 >= "1.0.0"
  2226. salsa20-core >= "1.0.0"
  2227. samplerate >= "0.1.6"
  2228. sanddb >= "0.2"
  2229. sarek >= "20210823"
  2230. satex
  2231. saturn < "0.5.0"
  2232. saturn_lockfree < "0.5.0"
  2233. satyrographos
  2234. scad_ml
  2235. scfg
  2236. scgi
  2237. scipy
  2238. scrypt-kdf >= "1.0.0"
  2239. sd_logic
  2240. search
  2241. searchTree
  2242. secp256k1 >= "0.4.1"
  2243. secp256k1-internal
  2244. sedlex >= "2.0"
  2245. sek
  2246. selective
  2247. semantic_version < "v0.17.0"
  2248. semaphore-compat
  2249. semver >= "0.2.1"
  2250. semver2
  2251. sendmail
  2252. sendmail-lwt
  2253. sendmail-miou-unix
  2254. sendmail-mirage
  2255. sentry
  2256. seq >= "0.2" & < "base"
  2257. seqes
  2258. sequencer_table >= "v0.12.0" & < "v0.17.0"
  2259. serial
  2260. session >= "0.4.1"
  2261. session-cohttp >= "0.4.1"
  2262. session-cohttp-async >= "0.4.1"
  2263. session-cohttp-lwt >= "0.4.1"
  2264. session-cookie
  2265. session-cookie-async
  2266. session-cookie-lwt
  2267. session-postgresql >= "0.4.1"
  2268. session-postgresql-async >= "0.4.1"
  2269. session-postgresql-lwt >= "0.4.1"
  2270. session-redis-lwt >= "0.4.1"
  2271. session-webmachine >= "0.4.1"
  2272. setcore >= "1.0.2"
  2273. sexp < "v0.17.0"
  2274. sexp_decode
  2275. sexp_diff < "v0.17.0"
  2276. sexp_diff_kernel
  2277. sexp_grammar < "v0.17.0"
  2278. sexp_macro < "v0.17.0"
  2279. sexp_pretty >= "v0.12.0" & < "v0.17.0"
  2280. sexp_select < "v0.17.0"
  2281. sexp_string_quickcheck < "v0.17.0"
  2282. sexplib >= "v0.12.0" & < "v0.17.0"
  2283. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2284. sgf >= "1.0.1"
  2285. sha >= "1.13"
  2286. shapefile
  2287. shared-block-ring >= "3.0.0"
  2288. shared-memory-ring >= "3.1.0"
  2289. shared-memory-ring-lwt >= "3.1.0"
  2290. shared-secret >= "0.4"
  2291. shell < "v0.17.0"
  2292. shexp >= "v0.12.0" & < "v0.17.0"
  2293. shine >= "0.2.2"
  2294. shuttle
  2295. shuttle_http
  2296. shuttle_ssl
  2297. shuttle_websocket
  2298. sifun
  2299. sihl
  2300. sihl-cache
  2301. sihl-contract
  2302. sihl-core
  2303. sihl-email
  2304. sihl-facade
  2305. sihl-persistence
  2306. sihl-queue
  2307. sihl-session
  2308. sihl-storage
  2309. sihl-token
  2310. sihl-type
  2311. sihl-user
  2312. sihl-web
  2313. simple63
  2314. sklearn
  2315. slack
  2316. slacko >= "0.14.1"
  2317. slug
  2318. smart-print >= "0.3.0"
  2319. smbc >= "0.5"
  2320. smol
  2321. smol-helpers
  2322. smtlib-utils
  2323. smtml < "0.1.1"
  2324. snappy >= "0.1.2"
  2325. snoke
  2326. so
  2327. sodium-fmt
  2328. solid
  2329. solid_server
  2330. solid_tools
  2331. solidity-alcotest
  2332. solidity-common
  2333. solidity-parser
  2334. solidity-test
  2335. solidity-typechecker
  2336. solo5-elftool
  2337. sortedseq_intersect
  2338. soundtouch >= "0.1.9"
  2339. soupault
  2340. spacetime_lib >= "0.3.0"
  2341. spatial-shell
  2342. spawn < "v0.9.0" | >= "v0.13.0"
  2343. spdx_licenses
  2344. spectrum
  2345. speex >= "0.4.0"
  2346. spelll >= "0.4"
  2347. spin
  2348. splay_tree >= "v0.12.0" & < "v0.17.0"
  2349. splittable_random >= "v0.12.0" & < "v0.17.0"
  2350. spoc >= "20210823"
  2351. spoc_ppx
  2352. spoke
  2353. spotify-web-api >= "0.2.1"
  2354. spotlib >= "4.1.0"
  2355. sqlgg >= "20200521"
  2356. sqlite3 >= "4.4.1"
  2357. sqlite3_utils
  2358. srt < "0.3.1"
  2359. ssh-agent >= "0.2.0"
  2360. ssl >= "0.5.6"
  2361. stdcompat >= "19"
  2362. stdint >= "0.6.0"
  2363. stdint-literals
  2364. stdio >= "v0.12.0" & < "v0.17.0"
  2365. stdlib-diff
  2366. stdlib-random
  2367. stdlib-shims
  2368. stdune < "3.6.0"
  2369. stitch
  2370. stk
  2371. stk_iconv
  2372. stk_ocf
  2373. stk_ppx
  2374. stk_rdf
  2375. stk_xml
  2376. stog >= "0.20.0"
  2377. stog_all
  2378. stog_asy
  2379. stog_dot
  2380. stog_extern
  2381. stog_markdown
  2382. stog_multi_doc
  2383. stog_nocaml
  2384. stog_noexec
  2385. stog_plugins
  2386. stog_rdf
  2387. stog_rel_href
  2388. stog_server
  2389. stog_server_multi
  2390. stog_sitemap
  2391. stog_writing
  2392. stored_reversed < "v0.17.0"
  2393. stramon-lib
  2394. streamable < "v0.17.0"
  2395. streaming
  2396. string_dict >= "v0.12.0" & < "v0.17.0"
  2397. stringext >= "1.6.0"
  2398. sturgeon >= "0.4.2"
  2399. subscriptions-transport-ws
  2400. subtype-refinement >= "0.2"
  2401. sun
  2402. svmwrap
  2403. swagger >= "0.2.0"
  2404. swhid
  2405. swhid_compute
  2406. swhid_core
  2407. swhid_types
  2408. swipl
  2409. syguslib-utils
  2410. syncweb
  2411. syndic >= "1.6.0"
  2412. sys-socket
  2413. sys-socket-unix
  2414. syslog >= "2.0.1"
  2415. syslog-message >= "1.0.0"
  2416. syslog-rfc5424
  2417. systemverilog >= "0.0.2"
  2418. tablecloth-base
  2419. tablecloth-native < "transition"
  2420. taglib >= "0.3.7"
  2421. talaria-bibtex
  2422. tar >= "1.0.0"
  2423. tar-eio
  2424. tar-mirage >= "1.0.0"
  2425. tar-unix >= "1.0.0"
  2426. tcalc
  2427. tcpip >= "3.7.0"
  2428. tdigest
  2429. teash
  2430. telltime
  2431. tensorboard
  2432. term-indexing
  2433. term-tools
  2434. terminal
  2435. terminal_size >= "0.1.4"
  2436. terminus
  2437. terminus-cohttp
  2438. terminus-hlc
  2439. testu01
  2440. textmate-language
  2441. textrazor
  2442. textutils >= "v0.12.0" & < "v0.17.0"
  2443. textutils_kernel >= "v0.12.0" & < "v0.17.0"
  2444. textwrap >= "0.2.1"
  2445. tezos-baking-015-PtLimaPt
  2446. tezos-baking-015-PtLimaPt-commands
  2447. tezos-baking-016-PtMumbai
  2448. tezos-baking-016-PtMumbai-commands
  2449. tezos-baking-017-PtNairob
  2450. tezos-baking-017-PtNairob-commands
  2451. tezos-baking-alpha
  2452. tezos-baking-alpha-commands
  2453. tezos-base
  2454. tezos-base-test-helpers
  2455. tezos-base58
  2456. tezos-benchmark < "19.0"
  2457. tezos-bls12-381-polynomial
  2458. tezos-clic
  2459. tezos-client-000-Ps9mPmXa
  2460. tezos-client-001-PtCJ7pwo
  2461. tezos-client-002-PsYLVpVv
  2462. tezos-client-003-PsddFKi3
  2463. tezos-client-004-Pt24m4xi
  2464. tezos-client-005-PsBabyM1
  2465. tezos-client-006-PsCARTHA
  2466. tezos-client-007-PsDELPH1
  2467. tezos-client-008-PtEdo2Zk
  2468. tezos-client-009-PsFLoren
  2469. tezos-client-010-PtGRANAD
  2470. tezos-client-011-PtHangz2
  2471. tezos-client-012-Psithaca
  2472. tezos-client-013-PtJakart
  2473. tezos-client-014-PtKathma
  2474. tezos-client-015-PtLimaPt
  2475. tezos-client-016-PtMumbai
  2476. tezos-client-017-PtNairob
  2477. tezos-client-alpha
  2478. tezos-client-base
  2479. tezos-client-base-unix
  2480. tezos-client-commands
  2481. tezos-client-demo-counter < "19.0"
  2482. tezos-client-genesis < "19.0"
  2483. tezos-context
  2484. tezos-context-hash
  2485. tezos-context-hash-irmin
  2486. tezos-context-ops
  2487. tezos-crypto
  2488. tezos-crypto-dal
  2489. tezos-dac-client-lib < "19.0"
  2490. tezos-dac-lib < "19.0"
  2491. tezos-dac-node-lib < "19.0"
  2492. tezos-dal-node-lib < "19.0"
  2493. tezos-dal-node-services < "19.0"
  2494. tezos-embedded-protocol-000-Ps9mPmXa
  2495. tezos-embedded-protocol-001-PtCJ7pwo
  2496. tezos-embedded-protocol-002-PsYLVpVv
  2497. tezos-embedded-protocol-003-PsddFKi3
  2498. tezos-embedded-protocol-004-Pt24m4xi
  2499. tezos-embedded-protocol-005-PsBABY5H
  2500. tezos-embedded-protocol-005-PsBabyM1
  2501. tezos-embedded-protocol-006-PsCARTHA
  2502. tezos-embedded-protocol-007-PsDELPH1
  2503. tezos-embedded-protocol-008-PtEdo2Zk
  2504. tezos-embedded-protocol-008-PtEdoTez
  2505. tezos-embedded-protocol-009-PsFLoren
  2506. tezos-embedded-protocol-010-PtGRANAD
  2507. tezos-embedded-protocol-011-PtHangz2
  2508. tezos-embedded-protocol-012-Psithaca
  2509. tezos-embedded-protocol-013-PtJakart
  2510. tezos-embedded-protocol-014-PtKathma
  2511. tezos-embedded-protocol-015-PtLimaPt
  2512. tezos-embedded-protocol-016-PtMumbai
  2513. tezos-embedded-protocol-017-PtNairob
  2514. tezos-embedded-protocol-alpha
  2515. tezos-embedded-protocol-demo-counter
  2516. tezos-embedded-protocol-demo-noops
  2517. tezos-embedded-protocol-genesis
  2518. tezos-error-monad
  2519. tezos-event-logging
  2520. tezos-event-logging-test-helpers
  2521. tezos-hacl
  2522. tezos-hacl-glue
  2523. tezos-hacl-glue-unix
  2524. tezos-injector-015-PtLimaPt
  2525. tezos-injector-016-PtMumbai
  2526. tezos-layer2-store
  2527. tezos-layer2-utils-016-PtMumbai
  2528. tezos-layer2-utils-017-PtNairob
  2529. tezos-lazy-containers
  2530. tezos-lwt-result-stdlib
  2531. tezos-micheline
  2532. tezos-mockup
  2533. tezos-mockup-commands
  2534. tezos-mockup-proxy
  2535. tezos-mockup-registration
  2536. tezos-p2p
  2537. tezos-p2p-services
  2538. tezos-plompiler
  2539. tezos-plonk
  2540. tezos-protocol-000-Ps9mPmXa < "19.0"
  2541. tezos-protocol-001-PtCJ7pwo < "19.0"
  2542. tezos-protocol-002-PsYLVpVv < "19.0"
  2543. tezos-protocol-003-PsddFKi3 < "19.0"
  2544. tezos-protocol-004-Pt24m4xi < "19.0"
  2545. tezos-protocol-005-PsBABY5H < "19.0"
  2546. tezos-protocol-005-PsBabyM1 < "19.0"
  2547. tezos-protocol-006-PsCARTHA < "19.0"
  2548. tezos-protocol-007-PsDELPH1 < "19.0"
  2549. tezos-protocol-008-PtEdo2Zk < "19.0"
  2550. tezos-protocol-008-PtEdoTez < "19.0"
  2551. tezos-protocol-009-PsFLoren < "19.0"
  2552. tezos-protocol-010-PtGRANAD < "19.0"
  2553. tezos-protocol-011-PtHangz2 < "19.0"
  2554. tezos-protocol-012-Psithaca < "19.0"
  2555. tezos-protocol-013-PtJakart < "19.0"
  2556. tezos-protocol-014-PtKathma < "19.0"
  2557. tezos-protocol-015-PtLimaPt < "19.0"
  2558. tezos-protocol-016-PtMumbai < "19.0"
  2559. tezos-protocol-017-PtNairob < "19.0"
  2560. tezos-protocol-018-Proxford < "19.0"
  2561. tezos-protocol-alpha < "19.0"
  2562. tezos-protocol-demo-counter < "19.0"
  2563. tezos-protocol-demo-noops < "19.0"
  2564. tezos-protocol-environment
  2565. tezos-protocol-environment-packer
  2566. tezos-protocol-environment-sigs
  2567. tezos-protocol-environment-structs
  2568. tezos-protocol-genesis < "19.0"
  2569. tezos-protocol-plugin-007-PsDELPH1
  2570. tezos-protocol-plugin-007-PsDELPH1-registerer
  2571. tezos-protocol-plugin-008-PtEdo2Zk
  2572. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2573. tezos-protocol-plugin-009-PsFLoren
  2574. tezos-protocol-plugin-009-PsFLoren-registerer
  2575. tezos-protocol-plugin-010-PtGRANAD
  2576. tezos-protocol-plugin-010-PtGRANAD-registerer
  2577. tezos-protocol-plugin-011-PtHangz2
  2578. tezos-protocol-plugin-011-PtHangz2-registerer
  2579. tezos-protocol-plugin-012-Psithaca
  2580. tezos-protocol-plugin-012-Psithaca-registerer
  2581. tezos-protocol-plugin-013-PtJakart
  2582. tezos-protocol-plugin-013-PtJakart-registerer
  2583. tezos-protocol-plugin-014-PtKathma
  2584. tezos-protocol-plugin-014-PtKathma-registerer
  2585. tezos-protocol-plugin-015-PtLimaPt
  2586. tezos-protocol-plugin-015-PtLimaPt-registerer
  2587. tezos-protocol-plugin-016-PtMumbai
  2588. tezos-protocol-plugin-016-PtMumbai-registerer
  2589. tezos-protocol-plugin-017-PtNairob
  2590. tezos-protocol-plugin-017-PtNairob-registerer
  2591. tezos-protocol-plugin-alpha
  2592. tezos-protocol-plugin-alpha-registerer
  2593. tezos-protocol-updater
  2594. tezos-proxy
  2595. tezos-proxy-server-config < "19.0"
  2596. tezos-requester
  2597. tezos-rpc
  2598. tezos-rpc-http
  2599. tezos-rpc-http-client
  2600. tezos-rpc-http-client-unix
  2601. tezos-rpc-http-server
  2602. tezos-sapling
  2603. tezos-scoru-wasm
  2604. tezos-scoru-wasm-fast
  2605. tezos-scoru-wasm-helpers
  2606. tezos-shell
  2607. tezos-shell-context
  2608. tezos-shell-services
  2609. tezos-shell-services-test-helpers
  2610. tezos-signer-backends
  2611. tezos-signer-services
  2612. tezos-smart-rollup-016-PtMumbai
  2613. tezos-smart-rollup-017-PtNairob
  2614. tezos-smart-rollup-alpha
  2615. tezos-smart-rollup-layer2-016-PtMumbai
  2616. tezos-smart-rollup-layer2-017-PtNairob
  2617. tezos-stdlib >= "16.0"
  2618. tezos-stdlib-unix
  2619. tezos-store
  2620. tezos-test-helpers
  2621. tezos-test-helpers-extra
  2622. tezos-test-services
  2623. tezos-tree-encoding
  2624. tezos-tx-rollup-015-PtLimaPt
  2625. tezos-validation
  2626. tezos-version
  2627. tezos-wasmer
  2628. tezos-webassembly-interpreter
  2629. tezos-webassembly-interpreter-extra
  2630. tezos-workers
  2631. tezt
  2632. tezt-performance-regression
  2633. tezt-tezos < "19.0"
  2634. theora >= "0.4.0"
  2635. thread-local-storage
  2636. thread-table
  2637. thrift >= "0.10.0"
  2638. tidy >= "5-0.2"
  2639. tidy_email
  2640. tidy_email_mailgun
  2641. tidy_email_sendgrid
  2642. tidy_email_smtp
  2643. tilde_f < "v0.17.0"
  2644. time_now < "v0.17.0"
  2645. timed >= "1.1"
  2646. timedesc
  2647. timedesc-json
  2648. timedesc-sexp
  2649. timedesc-tzdb
  2650. timedesc-tzlocal
  2651. timedesc-tzlocal-js
  2652. timere
  2653. timere-parse
  2654. timezone < "v0.17.0"
  2655. timmy
  2656. timmy-jsoo
  2657. timmy-lwt
  2658. timmy-unix
  2659. tiny_httpd
  2660. tiny_httpd_camlzip
  2661. tip-parser >= "0.4"
  2662. tldr
  2663. tls >= "0.11.0"
  2664. tls-async
  2665. tls-eio
  2666. tls-lwt
  2667. tls-miou-unix
  2668. tls-mirage
  2669. tofn
  2670. toml >= "5.0.0"
  2671. toml-cconv
  2672. toml_cconv
  2673. toplevel_backend < "v0.17.0"
  2674. toplevel_expect_test >= "v0.12.0" & < "v0.17.0"
  2675. topojson
  2676. topojsone
  2677. topological_sort >= "v0.12.0" & < "v0.17.0"
  2678. torch < "v0.17.0"
  2679. tqdm
  2680. trace
  2681. trace-fuchsia
  2682. trace-tef
  2683. tracing < "v0.17.0"
  2684. tracy-client
  2685. traits
  2686. trampoline
  2687. transept
  2688. traverse
  2689. travesty != "0.6.1" & < "0.8.0"
  2690. travis-opam >= "1.5.0"
  2691. trax >= "0.4.0"
  2692. tree_layout >= "0.2"
  2693. treeprint >= "2.3.0"
  2694. trexio
  2695. trie >= "1.0.0"
  2696. tsdl-image >= "0.3.0"
  2697. tsdl-mixer >= "0.3.0"
  2698. tsdl-ttf >= "0.3"
  2699. tsort
  2700. tube >= "4.4.0"
  2701. tuntap >= "1.7.0"
  2702. twirp_cohttp_lwt_unix
  2703. twirp_core
  2704. twirp_ezcurl
  2705. twirp_tiny_httpd
  2706. twostep
  2707. tyabt
  2708. type_eq
  2709. typerep >= "v0.12.0" & < "v0.17.0"
  2710. typeset
  2711. tyre >= "0.5"
  2712. tyxml >= "4.3.0"
  2713. tyxml-jsx
  2714. tyxml-lwd
  2715. tyxml-ppx >= "4.3.0"
  2716. tyxml-syntax
  2717. u2f
  2718. ubase
  2719. ubpf >= "0.2"
  2720. uecc >= "0.3"
  2721. uint >= "2.0.1"
  2722. ulid
  2723. um-abt
  2724. unidecode
  2725. unionFind
  2726. unisim_archisec
  2727. unison >= "2.51.4" & < "2.53.4"
  2728. universo
  2729. unix-errno >= "0.6.0"
  2730. unstrctrd
  2731. uri >= "2.2.0"
  2732. uri-bench
  2733. uri-re
  2734. uri-sexp
  2735. uring
  2736. uritemplate
  2737. user-agent-parser
  2738. username_kernel < "v0.17.0"
  2739. uspf
  2740. uspf-lwt
  2741. uspf-mirage
  2742. uspf-unix
  2743. utop >= "2.3.0"
  2744. uuuu >= "0.1.1"
  2745. validator
  2746. variantslib >= "v0.12.0" & < "v0.17.0"
  2747. varray
  2748. vcaml
  2749. vcardgen >= "1.2"
  2750. vchan
  2751. vchan-unix
  2752. vchan-xen
  2753. vdom
  2754. vec
  2755. vector
  2756. vector3 >= "1.0.0"
  2757. vercel
  2758. vhd-format >= "0.12.0"
  2759. vhd-format-lwt >= "0.12.0"
  2760. virtual_dom >= "v0.12.0" & < "v0.17.0"
  2761. visitors >= "20200207"
  2762. vlq >= "0.2.1"
  2763. vmnet >= "1.3.2"
  2764. vocal
  2765. voqc
  2766. vorbis >= "0.8.0"
  2767. vpt >= "5.0.0"
  2768. vscoq-language-server < "2.1.0+coq8.19"
  2769. vue-jsoo
  2770. wall >= "0.4"
  2771. wasmer
  2772. wasmtime
  2773. wayland
  2774. waylaunch
  2775. wcwidth
  2776. webauthn
  2777. weberizer >= "0.8"
  2778. webmachine >= "0.6.2"
  2779. websocket >= "2.12"
  2780. websocket-async >= "2.12"
  2781. websocket-lwt >= "2.12"
  2782. websocket-lwt-unix
  2783. websocketaf
  2784. webtest >= "2.0.0"
  2785. webtest-js
  2786. wikitext
  2787. win-error >= "1.0"
  2788. win-eventlog >= "0.3"
  2789. winsvc
  2790. ws
  2791. ws-server
  2792. wseg
  2793. wtf8 >= "1.0.2"
  2794. wtr
  2795. wtr-ppx
  2796. wu-manber-fuzzy-search
  2797. x509 >= "0.6.3"
  2798. x86_64-esperanto >= "0.0.6"
  2799. xapi-backtrace >= "0.7"
  2800. xapi-inventory >= "1.2.1"
  2801. xapi-rrd >= "1.8.2"
  2802. xapi-stdext-date
  2803. xapi-stdext-encodings
  2804. xapi-stdext-pervasives
  2805. xapi-stdext-std
  2806. xapi-stdext-threads
  2807. xapi-stdext-unix
  2808. xapi-stdext-zerocheck
  2809. xdg < "3.6.0"
  2810. xdg-basedir
  2811. xen-evtchn >= "2.1.0"
  2812. xen-evtchn-unix >= "2.1.0"
  2813. xen-gnt >= "3.1.0"
  2814. xen-gnt-unix >= "3.1.0"
  2815. xenstore >= "2.1.0"
  2816. xenstore_transport >= "1.1.0"
  2817. xmelly
  2818. xml-light >= "2.5"
  2819. xmldiff >= "0.7.0"
  2820. xmldiff_js
  2821. xmlplaylist >= "0.1.5"
  2822. xoshiro
  2823. xtmpl >= "0.19.0"
  2824. xtmpl_js
  2825. xtmpl_ppx
  2826. yaml >= "1.0.0"
  2827. yaml-sexp
  2828. yara >= "0.2"
  2829. yocaml < "2.0.0"
  2830. yocaml_cmark
  2831. yocaml_git < "2.0.0"
  2832. yocaml_jingoo < "2.0.0"
  2833. yocaml_markdown
  2834. yocaml_mustache < "2.0.0"
  2835. yocaml_syndication < "2.0.0"
  2836. yocaml_unix < "2.0.0"
  2837. yocaml_yaml < "2.0.0"
  2838. yojson >= "1.5.0"
  2839. yojson-bench
  2840. yojson-five
  2841. yurt >= "0.6"
  2842. yuscii >= "0.2.1"
  2843. yuujinchou
  2844. zanuda
  2845. zarith-ppx
  2846. zarith_stubs_js < "v0.17.0"
  2847. zed >= "2.0"
  2848. zeit
  2849. zelus
  2850. zelus-gtk
  2851. zipperposition >= "1.5.1"
  2852. zipperposition-tools
  2853. zlib >= "0.6"
  2854. zlist >= "0.4.0"
  2855. zmq >= "5.1.0"
  2856. zmq-async >= "5.1.0"
  2857. zmq-eio
  2858. zmq-lwt >= "5.1.0"
  2859. zstandard >= "v0.12.1" & < "v0.17.0"
  2860. zstd = "0.3"
  2861. zxcvbn >= "2.3+2"

Conflicts (9)

  1. ocaml-variants = "5.0.0~alpha0+options"
  2. ocaml-base-compiler = "5.0.0~alpha0"
  3. jbuilder = "transition"
  4. js_of_ocaml-compiler < "3.6.0"
  5. dune-release < "1.3.0"
  6. odoc < "2.0.1"
  7. dune-configurator < "2.3.0"
  8. ocaml-lsp-server < "1.3.0"
  9. merlin < "3.4.0"
OCaml

Innovation. Community. Security.