package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

fiber-3.0.3.tbz
sha256=d504499a1658f0d99caefbffd7386f2e31d46ceca73167157fe4686c41e5732f
sha512=aa1bdf87a00994d18ddc9d9d6ef914813c10dbc8c68c34c00467669092dde9adc95718937f8a60a2e1307b25f281196b20e913b2f82e2ee6aadd24d54dca88aa

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: 02 Mar 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" & < "5.0"

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

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"
OCaml

Innovation. Community. Security.