package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

fiber-3.1.0.tbz
sha256=077d520b0845c56e10ec5856d7c66ebe7a1f1bea4a3027d182f44b2529519d81
sha512=644fbf11e53ac88307b44c98f380e2c9db222b94e0e38263525c59d3504f185d79d916a506af45e84d16fd66889e1745305a7385d911e7b11c290549efdb444c

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