package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.10.0.tbz
sha256=9ff03384a98a8df79852cc674f0b4738ba8aec17029b6e2eeb514f895e710355
sha512=8133cdcc5499a6bf21cd65b4fc8b12445ae39366731006773fcd3b348c553a8d89d004db161c655aa167a2a3653b7919d32b27f29217106ef762bd01b43afc76

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: 01 Aug 2023

README

README.md

A Composable Build System for OCaml

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune 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.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. 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 little 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.

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

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

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

Build 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.

Installation

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 boot/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 or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

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

Dev Dependencies

None

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