package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.5.0.tbz
sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610
sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d

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: 20 Oct 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.

Main workflow" AppVeyor status" Release"

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.3"

Dev Dependencies

None

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